summaryrefslogtreecommitdiff
path: root/fetch-pack.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-08cache.h: move remote/connect API out of itJunio C Hamano1-0/+1
2013-07-02fetch-pack: avoid quadratic behavior in rev_list_pushJeff King1-7/+6
2013-07-02fetch-pack: avoid quadratic list insertion in mark_completeJeff King1-1/+2
2013-05-28clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy1-1/+10
2013-05-28fetch-pack: prepare updated shallow file before fetching the packNguyễn Thái Ngọc Duy1-36/+37
2013-04-01Merge branch 'jk/pkt-line-cleanup'Junio C Hamano1-9/+9
2013-03-21Merge branch 'jc/fetch-raw-sha1'Junio C Hamano1-32/+69
2013-02-20pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King1-6/+6
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King1-2/+0
2013-02-20pkt-line: drop safe_write functionJeff King1-1/+1
2013-02-20fetch-pack: fix out-of-bounds buffer offset in get_ackJeff King1-0/+2
2013-02-07fetch: fetch objects by their exact SHA-1 object namesJunio C Hamano1-1/+21
2013-02-07fetch: use struct ref to represent refs to be fetchedJunio C Hamano1-31/+48
2013-02-01Merge branch 'jk/gc-auto-after-fetch'Junio C Hamano1-0/+3
2013-01-26Merge branch 'jk/maint-gc-auto-after-fetch' into jk/gc-auto-after-fetchJunio C Hamano1-0/+3
2013-01-03Merge branch 'mk/qnx'Junio C Hamano1-2/+1
2012-10-29fetch-pack: move core code to libgit.aNguyễn Thái Ngọc Duy1-0/+951
2007-09-19Make fetch-pack a builtin with an internal APIDaniel Barkalow1-789/+0
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-05-16connect: display connection progressMichael S. Tsirkin1-1/+1
2007-03-04Merge branch 'js/fetch-progress' (early part)Junio C Hamano1-3/+9
2007-02-24Fixup no-progress for fetch & cloneJohannes Schindelin1-7/+3
2007-02-20prefixcmp(): fix-up mechanical conversion.Junio C Hamano1-5/+5
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-6/+6
2007-02-19fetch & clone: do not output progress when not on a ttyJohannes Schindelin1-3/+13
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano1-1/+0
2007-01-24Consolidate {receive,fetch}.unpackLimitJunio C Hamano1-1/+13
2007-01-24fetch-pack: remove --keep-auto and make it the default.Junio C Hamano1-14/+17
2007-01-24Allow fetch-pack to decide keeping the fetched pack without explodingJunio C Hamano1-32/+59
2007-01-24rename --exec to --upload-pack for fetch-pack and peek-remoteUwe Kleine-König1-4/+8
2007-01-19Update documentation of fetch-pack, push and send-packUwe Kleine-König1-1/+1
2007-01-02fetch-pack: do not use lockfile structure on stack.Junio C Hamano1-1/+2
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano1-1/+25
2006-12-20simplify inclusion of system header files.Junio C Hamano1-1/+0
2006-11-25fetch-pack: do not barf when duplicate re patterns are givenJunio C Hamano1-0/+25
2006-11-24fetch-pack: Do not fetch tags for shallow clones.Alexandre Julliard1-1/+2
2006-11-24fetch-pack: Properly remove the shallow file when it becomes empty.Alexandre Julliard1-1/+1
2006-11-24Why does it mean we do not have to register shallow if we have one?Junio C Hamano1-3/+0
2006-11-24We should make sure that the protocol is still extensible.Junio C Hamano1-4/+7
2006-11-24allow deepening of a shallow repositoryJohannes Schindelin1-6/+16
2006-11-24allow cloning a repository "shallowly"Johannes Schindelin1-1/+60
2006-11-24support fetching into a shallow repositoryJohannes Schindelin1-0/+4
2006-11-03improve fetch-pack's handling of kept packsNicolas Pitre1-7/+103
2006-11-03Merge branch 'master' into np/index-packJunio C Hamano1-4/+4
2006-11-01Merge branch 'lj/refs'Junio C Hamano1-4/+4
2006-10-27enhance clone and fetch -k experienceNicolas Pitre1-2/+0
2006-09-27let the GIT native protocol use offsets to delta base when possibleNicolas Pitre1-2/+3
2006-09-20Tell between packed, unpacked and symbolic refs.Junio C Hamano1-2/+2
2006-09-20Add callback data to for_each_ref() family.Junio C Hamano1-4/+4
2006-09-17Merge branch 'jc/archive'Junio C Hamano1-3/+9