summaryrefslogtreecommitdiff
path: root/fetch-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jl/pack-transfer-avoid-double-close'Junio C Hamano2013-10-301-0/+4
|\
| * Clear fd after closing to avoid double-close errorjl/pack-transfer-avoid-double-closeJens Lindstrom2013-10-231-0/+4
| * Merge branch 'nd/fetch-pack-shallow-fix' into maintJunio C Hamano2013-09-051-1/+3
| |\
* | \ Merge branch 'nd/fetch-pack-error-reporting-fix'Jonathan Nieder2013-09-241-5/+5
|\ \ \
| * | | fetch-pack.c: show correct command name that failsnd/fetch-pack-error-reporting-fixNguyễn Thái Ngọc Duy2013-09-181-5/+5
* | | | Merge branch 'nd/fetch-into-shallow'Junio C Hamano2013-09-201-52/+1
|\ \ \ \
| * | | | move setup_alternate_shallow and write_shallow_commits to shallow.cNguyễn Thái Ngọc Duy2013-08-181-52/+1
| | |/ / | |/| |
* | | | Merge branch 'jc/push-cas'Junio C Hamano2013-09-091-0/+1
|\ \ \ \
| * | | | cache.h: move remote/connect API out of itJunio C Hamano2013-07-081-0/+1
* | | | | Merge branch 'nd/fetch-pack-shallow-fix'Junio C Hamano2013-08-301-1/+3
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | fetch-pack: do not remove .git/shallow file when --depth is not specifiednd/fetch-pack-shallow-fixNguyễn Thái Ngọc Duy2013-08-251-1/+3
| | |/ | |/|
* | | fetch-pack: avoid quadratic behavior in rev_list_pushjk/fetch-pack-many-refsJeff King2013-07-021-7/+6
* | | fetch-pack: avoid quadratic list insertion in mark_completeJeff King2013-07-021-1/+2
| |/ |/|
* | clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy2013-05-281-1/+10
|/
* fetch-pack: prepare updated shallow file before fetching the packNguyễn Thái Ngọc Duy2013-05-281-36/+37
* Merge branch 'jk/pkt-line-cleanup'Junio C Hamano2013-04-011-9/+9
|\
| * pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-201-6/+6
| * pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-2/+0
| * pkt-line: drop safe_write functionJeff King2013-02-201-1/+1
| * fetch-pack: fix out-of-bounds buffer offset in get_ackJeff King2013-02-201-0/+2
* | Merge branch 'jc/fetch-raw-sha1'Junio C Hamano2013-03-211-32/+69
|\ \ | |/ |/|
| * fetch: fetch objects by their exact SHA-1 object namesJunio C Hamano2013-02-071-1/+21
| * fetch: use struct ref to represent refs to be fetchedJunio C Hamano2013-02-071-31/+48
* | Merge branch 'jk/gc-auto-after-fetch'Junio C Hamano2013-02-011-0/+3
|\ \ | |/ |/|
| * Merge branch 'jk/maint-gc-auto-after-fetch' into jk/gc-auto-after-fetchJunio C Hamano2013-01-261-0/+3
| |\
* | \ Merge branch 'mk/qnx'Junio C Hamano2013-01-031-2/+1
|\ \ \ | |/ / |/| / | |/
* | fetch-pack: move core code to libgit.aNguyễn Thái Ngọc Duy2012-10-291-0/+951
|/
* Make fetch-pack a builtin with an internal APIDaniel Barkalow2007-09-191-789/+0
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* connect: display connection progressMichael S. Tsirkin2007-05-161-1/+1
* Merge branch 'js/fetch-progress' (early part)Junio C Hamano2007-03-041-3/+9
|\
| * Fixup no-progress for fetch & cloneJohannes Schindelin2007-02-241-7/+3
| * fetch & clone: do not output progress when not on a ttyJohannes Schindelin2007-02-191-3/+13
* | prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-201-5/+5
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-6/+6
|/
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-281-1/+0
* Consolidate {receive,fetch}.unpackLimitJunio C Hamano2007-01-241-1/+13
* fetch-pack: remove --keep-auto and make it the default.Junio C Hamano2007-01-241-14/+17
* Allow fetch-pack to decide keeping the fetched pack without explodingJunio C Hamano2007-01-241-32/+59
* rename --exec to --upload-pack for fetch-pack and peek-remoteUwe Kleine-König2007-01-241-4/+8
* Update documentation of fetch-pack, push and send-packUwe Kleine-König2007-01-191-1/+1
* fetch-pack: do not use lockfile structure on stack.Junio C Hamano2007-01-021-1/+2
* Merge branch 'master' into js/shallowJunio C Hamano2006-12-271-1/+25
|\
| * simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
| * fetch-pack: do not barf when duplicate re patterns are givenJunio C Hamano2006-11-251-0/+25
* | fetch-pack: Do not fetch tags for shallow clones.Alexandre Julliard2006-11-241-1/+2
* | fetch-pack: Properly remove the shallow file when it becomes empty.Alexandre Julliard2006-11-241-1/+1
* | Why does it mean we do not have to register shallow if we have one?Junio C Hamano2006-11-241-3/+0
* | We should make sure that the protocol is still extensible.Junio C Hamano2006-11-241-4/+7
* | allow deepening of a shallow repositoryJohannes Schindelin2006-11-241-6/+16