Age | Commit message (Expand) | Author | Files | Lines |
2008-12-07 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
2008-12-07 | fetch-pack: Avoid memcpy() with src==dst | Thomas Rast | 1 | -1/+2 |
2008-10-21 | Merge branch 'jc/maint-co-track' | Junio C Hamano | 1 | -1/+2 |
2008-10-19 | Enhance hold_lock_file_for_{update,append}() API | Junio C Hamano | 1 | -1/+2 |
2008-09-25 | Merge branch 'jc/alternate-push' | Shawn O. Pearce | 1 | -1/+1 |
2008-09-09 | Merge branch 'ho/dashless' | Junio C Hamano | 1 | -1/+1 |
2008-09-09 | push: prepare sender to receive extended ref information from the receiver | Junio C Hamano | 1 | -1/+1 |
2008-09-09 | Start conforming code to "git subcmd" style part 2 | Heikki Orsila | 1 | -1/+1 |
2008-09-03 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2008-08-31 | cast pid_t's to uintmax_t to improve portability | David Soria Parra | 1 | -1/+1 |
2008-08-31 | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 1 | -1/+1 |
2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
2008-07-05 | Fix some warnings (on cygwin) to allow -Werror | Ramsay Jones | 1 | -1/+2 |
2008-07-02 | git fetch-pack: do not complain about "no common commits" in an empty repo | Johannes Schindelin | 1 | -1/+2 |
2008-06-19 | Incorporate fetched packs in future object traversal | Johan Herland | 1 | -0/+1 |
2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -3/+3 |
2008-04-30 | fetch-pack: brown paper bag fix | Junio C Hamano | 1 | -1/+1 |
2008-04-28 | fetch-pack: do not stop traversing an already parsed commit | Linus Torvalds | 1 | -4/+4 |
2008-03-19 | Fix tag following | Daniel Barkalow | 1 | -0/+16 |
2008-03-08 | Merge branch 'sp/fetch-optim' | Junio C Hamano | 1 | -2/+7 |
2008-03-04 | Teach fetch-pack/upload-pack about --include-tag | Shawn O. Pearce | 1 | -2/+7 |
2008-03-03 | fetch-pack: check parse_commit/object results | Martin Koegler | 1 | -7/+10 |
2008-03-02 | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 1 | -1/+0 |
2008-02-25 | Remove unused object-ref code | Martin Koegler | 1 | -1/+0 |
2008-02-23 | start_command(), .in/.out/.err = -1: Callers must close the file descriptor | Johannes Sixt | 1 | -1/+3 |
2008-02-05 | Reduce the number of connects when fetching | Daniel Barkalow | 1 | -35/+40 |
2008-01-16 | Improve use of lockfile API | Brandon Casey | 1 | -1/+0 |
2007-11-17 | fetch-pack: Prepare for a side-band demultiplexer in a thread. | Johannes Sixt | 1 | -26/+16 |
2007-11-07 | restore fetching with thin-pack capability | Nicolas Pitre | 1 | -2/+2 |
2007-11-01 | Merge branch 'js/forkexec' | Junio C Hamano | 1 | -65/+36 |
2007-10-29 | Correct handling of upload-pack in builtin-fetch-pack | Daniel Barkalow | 1 | -3/+4 |
2007-10-21 | Use the asyncronous function infrastructure in builtin-fetch-pack.c. | Johannes Sixt | 1 | -21/+18 |
2007-10-21 | Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec. | Johannes Sixt | 1 | -40/+16 |
2007-10-21 | Change git_connect() to return a struct child_process instead of a pid_t. | Johannes Sixt | 1 | -5/+3 |
2007-09-19 | Ensure builtin-fetch honors {fetch,transfer}.unpackLimit | Shawn O. Pearce | 1 | -6/+13 |
2007-09-19 | Always obtain fetch-pack arguments from struct fetch_pack_args | Shawn O. Pearce | 1 | -65/+46 |
2007-09-19 | Fix builtin-fetch memory corruption by not overstepping array | Shawn O. Pearce | 1 | -1/+0 |
2007-09-19 | Remove pack.keep after ref updates in git-fetch | Shawn O. Pearce | 1 | -6/+25 |
2007-09-19 | Remove unnecessary debugging from builtin-fetch | Shawn O. Pearce | 1 | -2/+0 |
2007-09-19 | Make fetch-pack a builtin with an internal API | Daniel Barkalow | 1 | -0/+829 |