summaryrefslogtreecommitdiff
path: root/fetch-pack.c
AgeCommit message (Expand)Author
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
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