| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 2008-02-18 | 1 | -1/+2 |
|\ |
|
| * | check return value from parse_commit() in various functions | Martin Koegler | 2008-02-18 | 1 | -1/+2 |
* | | check return code of prepare_revision_walk | Martin Koegler | 2008-02-17 | 1 | -1/+2 |
* | | deref_tag: handle return value NULL | Martin Koegler | 2008-02-17 | 1 | -1/+2 |
|/ |
|
* | upload-pack: Initialize the exec-path. | Johannes Sixt | 2008-02-13 | 1 | -0/+3 |
* | upload-pack: Use finish_{command,async}() instead of waitpid(). | Johannes Sixt | 2007-11-05 | 1 | -115/+77 |
* | upload-pack: Run rev-list in an asynchronous function. | Johannes Sixt | 2007-10-21 | 1 | -28/+18 |
* | upload-pack: Move the revision walker into a separate function. | Johannes Sixt | 2007-10-21 | 1 | -33/+37 |
* | upload-pack: Use start_command() to run pack-objects in create_pack_file(). | Johannes Sixt | 2007-10-21 | 1 | -61/+44 |
* | Even more missing static | Junio C Hamano | 2007-06-08 | 1 | -1/+1 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+1 |
* | git-upload-pack: make sure we close unused pipe ends | H. Peter Anvin | 2007-03-27 | 1 | -0/+1 |
* | Merge branch 'js/fetch-progress' (early part) | Junio C Hamano | 2007-03-04 | 1 | -5/+17 |
|\ |
|
| * | Fixup no-progress for fetch & clone | Johannes Schindelin | 2007-02-24 | 1 | -6/+4 |
| * | fetch & clone: do not output progress when not on a tty | Johannes Schindelin | 2007-02-19 | 1 | -5/+19 |
* | | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 2007-02-20 | 1 | -3/+3 |
* | | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -5/+5 |
|/ |
|
* | shallow repository: disable unsupported operations for now. | Junio C Hamano | 2007-01-21 | 1 | -1/+2 |
* | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 2007-01-08 | 1 | -0/+1 |
* | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 2007-01-08 | 1 | -2/+2 |
* | Merge branch 'master' into js/shallow | Junio C Hamano | 2006-12-27 | 1 | -3/+0 |
|\ |
|
| * | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -3/+0 |
* | | upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client. | Alexandre Julliard | 2006-11-24 | 1 | -1/+1 |
* | | shallow clone: unparse and reparse an unshallowed commit | Junio C Hamano | 2006-11-24 | 1 | -0/+1 |
* | | Why didn't we mark want_obj as ~UNINTERESTING in the old code? | Junio C Hamano | 2006-11-24 | 1 | -0/+1 |
* | | allow deepening of a shallow repository | Johannes Schindelin | 2006-11-24 | 1 | -11/+47 |
* | | allow cloning a repository "shallowly" | Johannes Schindelin | 2006-11-24 | 1 | -1/+20 |
* | | support fetching into a shallow repository | Johannes Schindelin | 2006-11-24 | 1 | -2/+20 |
* | | upload-pack: no longer call rev-list | Johannes Schindelin | 2006-11-24 | 1 | -33/+60 |
|/ |
|
* | Merge branch 'jc/upload-pack' | Junio C Hamano | 2006-11-24 | 1 | -9/+92 |
|\ |
|
| * | upload-pack: stop the other side when they have more roots than we do. | Junio C Hamano | 2006-08-12 | 1 | -9/+92 |
* | | Merge branch 'lj/refs' | Junio C Hamano | 2006-11-01 | 1 | -3/+3 |
|\ \ |
|
| * | | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 2006-09-20 | 1 | -1/+1 |
| * | | Add callback data to for_each_ref() family. | Junio C Hamano | 2006-09-20 | 1 | -3/+3 |
* | | | let the GIT native protocol use offsets to delta base when possible | Nicolas Pitre | 2006-09-27 | 1 | -3/+7 |
|/ / |
|
* | | Merge part of branch 'jc/upload-pack' | Junio C Hamano | 2006-09-17 | 1 | -10/+12 |
|\ \
| |/ |
|
| * | upload-pack: minor clean-up in multi-ack logic | Junio C Hamano | 2006-08-12 | 1 | -10/+12 |
* | | Prepare larger packet buffer for upload-pack protocol. | Junio C Hamano | 2006-09-10 | 1 | -5/+9 |
* | | Move sideband server side support into reusable form. | Junio C Hamano | 2006-09-10 | 1 | -37/+13 |
* | | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 1 | -1/+1 |
* | | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -4/+4 |
* | | Make upload_pack void and remove conditional return. | David Rientjes | 2006-08-14 | 1 | -6/+5 |
|/ |
|
* | Merge branch 'jc/upload-pack' | Junio C Hamano | 2006-08-12 | 1 | -55/+44 |
|\ |
|
| * | upload-pack: lift MAX_NEEDS and MAX_HAS limitation | Junio C Hamano | 2006-07-09 | 1 | -52/+41 |
| * | upload-pack: use object pointer not copy of sha1 to keep track of has/needs. | Junio C Hamano | 2006-07-09 | 1 | -10/+10 |
* | | upload-pack: fix timeout in create_pack_file | Matthias Lederhofer | 2006-07-24 | 1 | -0/+2 |
* | | Merge branch 'lt/unitype' | Junio C Hamano | 2006-07-14 | 1 | -2/+2 |
|\ \ |
|
| * | | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 2006-07-12 | 1 | -2/+2 |
| |/ |
|
* | | upload-pack: ignore write errors to stderr | Matthias Lederhofer | 2006-07-13 | 1 | -0/+4 |
|/ |
|
* | upload-pack.c: <sys/poll.h> includes <ctype.h> on OpenBSD 3.8 | Junio C Hamano | 2006-06-30 | 1 | -3/+3 |