| Commit message (Expand) | Author | Age | Files | Lines |
* | fetch-pack: close output channel after sideband demultiplexer terminates | Johannes Sixt | 2009-06-08 | 1 | -1/+3 |
* | Merge branch 'ar/unlink-err' into maint | Junio C Hamano | 2009-05-25 | 1 | -1/+1 |
|\ |
|
| * | replace direct calls to unlink(2) with unlink_or_warn | Alex Riesen | 2009-04-29 | 1 | -1/+1 |
* | | Sync with GIT 1.6.2.5 | Junio C Hamano | 2009-05-03 | 1 | -1/+12 |
|\ \ |
|
| * | | honor repack.usedeltabaseoffset when fetching packs | Nicolas Pitre | 2009-05-01 | 1 | -1/+12 |
* | | | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 2009-05-01 | 1 | -1/+1 |
| |/
|/| |
|
* | | builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ") | Miklos Vajna | 2009-03-23 | 1 | -1/+1 |
* | | Merge branch 'js/sideband-stderr' | Junio C Hamano | 2009-03-17 | 1 | -1/+1 |
|\ \ |
|
| * | | recv_sideband: Bands #2 and #3 always go to stderr | Johannes Sixt | 2009-03-10 | 1 | -1/+1 |
* | | | Merge branch 'kb/checkout-optim' | Junio C Hamano | 2009-03-17 | 1 | -4/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | checkout bugfix: use stat.mtime instead of stat.ctime in two places | Kjetil Barvik | 2009-03-15 | 1 | -1/+1 |
| * | | Not all systems use st_[cm]tim field for ns resolution file timestamp | Junio C Hamano | 2009-03-08 | 1 | -1/+1 |
| * | | Record ns-timestamps if possible, but do not use it without USE_NSEC | Kjetil Barvik | 2009-03-07 | 1 | -3/+1 |
| * | | fix compile error when USE_NSEC is defined | Kjetil Barvik | 2009-02-19 | 1 | -2/+2 |
| |/ |
|
* | | Remove unused function scope local variables | Benjamin Kramer | 2009-03-07 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2008-12-07 | 1 | -1/+2 |
|\ |
|
| * | fetch-pack: Avoid memcpy() with src==dst | Thomas Rast | 2008-12-07 | 1 | -1/+2 |
* | | Merge branch 'jc/maint-co-track' | Junio C Hamano | 2008-10-21 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Enhance hold_lock_file_for_{update,append}() API | Junio C Hamano | 2008-10-19 | 1 | -1/+2 |
* | | Merge branch 'jc/alternate-push' | Shawn O. Pearce | 2008-09-25 | 1 | -1/+1 |
|\ \ |
|
| * | | push: prepare sender to receive extended ref information from the receiver | Junio C Hamano | 2008-09-09 | 1 | -1/+1 |
* | | | Merge branch 'ho/dashless' | Junio C Hamano | 2008-09-09 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Start conforming code to "git subcmd" style part 2 | Heikki Orsila | 2008-09-09 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-09-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 2008-08-31 | 1 | -1/+1 |
* | | cast pid_t's to uintmax_t to improve portability | David Soria Parra | 2008-08-31 | 1 | -1/+1 |
|/ |
|
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | Fix some warnings (on cygwin) to allow -Werror | Ramsay Jones | 2008-07-05 | 1 | -1/+2 |
* | git fetch-pack: do not complain about "no common commits" in an empty repo | Johannes Schindelin | 2008-07-02 | 1 | -1/+2 |
* | Incorporate fetched packs in future object traversal | Johan Herland | 2008-06-19 | 1 | -0/+1 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -3/+3 |
* | fetch-pack: brown paper bag fix | Junio C Hamano | 2008-04-30 | 1 | -1/+1 |
* | fetch-pack: do not stop traversing an already parsed commit | Linus Torvalds | 2008-04-28 | 1 | -4/+4 |
* | Fix tag following | Daniel Barkalow | 2008-03-19 | 1 | -0/+16 |
* | Merge branch 'sp/fetch-optim' | Junio C Hamano | 2008-03-08 | 1 | -2/+7 |
|\ |
|
| * | Teach fetch-pack/upload-pack about --include-tag | Shawn O. Pearce | 2008-03-04 | 1 | -2/+7 |
* | | fetch-pack: check parse_commit/object results | Martin Koegler | 2008-03-03 | 1 | -7/+10 |
|/ |
|
* | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 2008-03-02 | 1 | -1/+0 |
|\ |
|
| * | Remove unused object-ref code | Martin Koegler | 2008-02-25 | 1 | -1/+0 |
* | | start_command(), .in/.out/.err = -1: Callers must close the file descriptor | Johannes Sixt | 2008-02-23 | 1 | -1/+3 |
* | | Reduce the number of connects when fetching | Daniel Barkalow | 2008-02-05 | 1 | -35/+40 |
|/ |
|
* | Improve use of lockfile API | Brandon Casey | 2008-01-16 | 1 | -1/+0 |
* | fetch-pack: Prepare for a side-band demultiplexer in a thread. | Johannes Sixt | 2007-11-17 | 1 | -26/+16 |
* | restore fetching with thin-pack capability | Nicolas Pitre | 2007-11-07 | 1 | -2/+2 |
* | Merge branch 'js/forkexec' | Junio C Hamano | 2007-11-01 | 1 | -65/+36 |
|\ |
|
| * | Use the asyncronous function infrastructure in builtin-fetch-pack.c. | Johannes Sixt | 2007-10-21 | 1 | -21/+18 |
| * | Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec. | Johannes Sixt | 2007-10-21 | 1 | -40/+16 |
| * | Change git_connect() to return a struct child_process instead of a pid_t. | Johannes Sixt | 2007-10-21 | 1 | -5/+3 |
* | | Correct handling of upload-pack in builtin-fetch-pack | Daniel Barkalow | 2007-10-29 | 1 | -3/+4 |
|/ |
|
* | Ensure builtin-fetch honors {fetch,transfer}.unpackLimit | Shawn O. Pearce | 2007-09-19 | 1 | -6/+13 |