summaryrefslogtreecommitdiff
path: root/fetch-pack.c
AgeCommit message (Expand)Author
2013-02-01Merge branch 'jk/gc-auto-after-fetch'Junio C Hamano
2013-01-27Merge branch 'jk/maint-gc-auto-after-fetch' into jk/gc-auto-after-fetchJunio C Hamano
2013-01-03Merge branch 'mk/qnx'Junio C Hamano
2012-10-29fetch-pack: move core code to libgit.aNguyễn Thái Ngọc Duy
2007-09-19Make fetch-pack a builtin with an internal APIDaniel Barkalow
2007-06-07War on whitespaceJunio C Hamano
2007-05-16connect: display connection progressMichael S. Tsirkin
2007-03-05Merge branch 'js/fetch-progress' (early part)Junio C Hamano
2007-02-24Fixup no-progress for fetch & cloneJohannes Schindelin
2007-02-21prefixcmp(): fix-up mechanical conversion.Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-20fetch & clone: do not output progress when not on a ttyJohannes Schindelin
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano
2007-01-25Consolidate {receive,fetch}.unpackLimitJunio C Hamano
2007-01-25fetch-pack: remove --keep-auto and make it the default.Junio C Hamano
2007-01-25Allow fetch-pack to decide keeping the fetched pack without explodingJunio C Hamano
2007-01-25rename --exec to --upload-pack for fetch-pack and peek-remoteUwe Kleine-König
2007-01-20Update documentation of fetch-pack, push and send-packUwe Kleine-König
2007-01-02fetch-pack: do not use lockfile structure on stack.Junio C Hamano
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-11-25fetch-pack: do not barf when duplicate re patterns are givenJunio C Hamano
2006-11-24fetch-pack: Do not fetch tags for shallow clones.Alexandre Julliard
2006-11-24fetch-pack: Properly remove the shallow file when it becomes empty.Alexandre Julliard
2006-11-24Why does it mean we do not have to register shallow if we have one?Junio C Hamano
2006-11-24We should make sure that the protocol is still extensible.Junio C Hamano
2006-11-24allow deepening of a shallow repositoryJohannes Schindelin
2006-11-24allow cloning a repository "shallowly"Johannes Schindelin
2006-11-24support fetching into a shallow repositoryJohannes Schindelin
2006-11-03improve fetch-pack's handling of kept packsNicolas Pitre
2006-11-03Merge branch 'master' into np/index-packJunio C Hamano
2006-11-01Merge branch 'lj/refs'Junio C Hamano
2006-10-27enhance clone and fetch -k experienceNicolas Pitre
2006-09-27let the GIT native protocol use offsets to delta base when possibleNicolas Pitre
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-21Add callback data to for_each_ref() family.Junio C Hamano
2006-09-17Merge branch 'jc/archive'Junio C Hamano
2006-09-13Test return value of finish_connect()Franck Bui-Huu
2006-09-10Prepare larger packet buffer for upload-pack protocol.Junio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-06-21upload-pack/fetch-pack: support side-band communicationJunio C Hamano
2006-06-18Shrink "struct object" a bitLinus Torvalds
2006-05-25fetch-pack: give up after getting too many "ack continue"Junio C Hamano
2006-05-22fetch-pack: output refs in the order they were given on the command line.Junio C Hamano
2006-03-20revamp git-clone.Junio C Hamano
2006-02-26Use setenv(), fix warningsTimo Hirvonen
2006-02-20Use thin pack transfer in "git fetch".Junio C Hamano
2006-02-11Make "git clone" less of a deathly quiet experienceLinus Torvalds