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