summaryrefslogtreecommitdiff
path: root/fetch-pack.c
AgeCommit message (Expand)Author
2013-10-30Merge branch 'jl/pack-transfer-avoid-double-close'Junio C Hamano
2013-10-23Clear fd after closing to avoid double-close errorJens Lindstrom
2013-09-25Merge branch 'nd/fetch-pack-error-reporting-fix'Jonathan Nieder
2013-09-20Merge branch 'nd/fetch-into-shallow'Junio C Hamano
2013-09-18fetch-pack.c: show correct command name that failsNguyễn Thái Ngọc Duy
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano
2013-09-05Merge branch 'nd/fetch-pack-shallow-fix' into maintJunio C Hamano
2013-08-30Merge branch 'nd/fetch-pack-shallow-fix'Junio C Hamano
2013-08-26fetch-pack: do not remove .git/shallow file when --depth is not specifiedNguyễn Thái Ngọc Duy
2013-08-18move setup_alternate_shallow and write_shallow_commits to shallow.cNguyễn Thái Ngọc Duy
2013-07-08cache.h: move remote/connect API out of itJunio C Hamano
2013-07-02fetch-pack: avoid quadratic behavior in rev_list_pushJeff King
2013-07-02fetch-pack: avoid quadratic list insertion in mark_completeJeff King
2013-05-28clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy
2013-05-28fetch-pack: prepare updated shallow file before fetching the packNguyễn Thái Ngọc Duy
2013-04-01Merge branch 'jk/pkt-line-cleanup'Junio C Hamano
2013-03-21Merge branch 'jc/fetch-raw-sha1'Junio C Hamano
2013-02-20pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King
2013-02-20pkt-line: drop safe_write functionJeff King
2013-02-20fetch-pack: fix out-of-bounds buffer offset in get_ackJeff King
2013-02-07fetch: fetch objects by their exact SHA-1 object namesJunio C Hamano
2013-02-07fetch: use struct ref to represent refs to be fetchedJunio C Hamano
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