Age | Commit message (Expand) | Author | Files | Lines |
2008-08-31 | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 1 | -9/+9 |
2008-07-25 | Record the command invocation path early | Johannes Sixt | 1 | -1/+1 |
2008-06-26 | Windows: Implement asynchronous functions as threads. | Johannes Sixt | 1 | -0/+2 |
2008-03-04 | Teach fetch-pack/upload-pack about --include-tag | Shawn O. Pearce | 1 | -2/+8 |
2008-03-03 | Teach upload-pack to log the received need lines to an fd | Shawn O. Pearce | 1 | -0/+9 |
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-18 | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 1 | -1/+2 |
2008-02-18 | check return value from parse_commit() in various functions | Martin Koegler | 1 | -1/+2 |
2008-02-17 | check return code of prepare_revision_walk | Martin Koegler | 1 | -1/+2 |
2008-02-17 | deref_tag: handle return value NULL | Martin Koegler | 1 | -1/+2 |
2008-02-13 | upload-pack: Initialize the exec-path. | Johannes Sixt | 1 | -0/+3 |
2007-11-05 | upload-pack: Use finish_{command,async}() instead of waitpid(). | Johannes Sixt | 1 | -115/+77 |
2007-10-21 | upload-pack: Run rev-list in an asynchronous function. | Johannes Sixt | 1 | -28/+18 |
2007-10-21 | upload-pack: Move the revision walker into a separate function. | Johannes Sixt | 1 | -33/+37 |
2007-10-21 | upload-pack: Use start_command() to run pack-objects in create_pack_file(). | Johannes Sixt | 1 | -61/+44 |
2007-06-08 | Even more missing static | Junio C Hamano | 1 | -1/+1 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+1 |
2007-03-27 | git-upload-pack: make sure we close unused pipe ends | H. Peter Anvin | 1 | -0/+1 |
2007-03-04 | Merge branch 'js/fetch-progress' (early part) | Junio C Hamano | 1 | -5/+17 |
2007-02-24 | Fixup no-progress for fetch & clone | Johannes Schindelin | 1 | -6/+4 |
2007-02-20 | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 1 | -3/+3 |
2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -5/+5 |
2007-02-19 | fetch & clone: do not output progress when not on a tty | Johannes Schindelin | 1 | -5/+19 |
2007-01-21 | shallow repository: disable unsupported operations for now. | Junio C Hamano | 1 | -1/+2 |
2007-01-08 | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 1 | -0/+1 |
2007-01-08 | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 1 | -2/+2 |
2006-12-27 | Merge branch 'master' into js/shallow | Junio C Hamano | 1 | -3/+0 |
2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -3/+0 |
2006-11-24 | upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client. | Alexandre Julliard | 1 | -1/+1 |
2006-11-24 | shallow clone: unparse and reparse an unshallowed commit | Junio C Hamano | 1 | -0/+1 |
2006-11-24 | Why didn't we mark want_obj as ~UNINTERESTING in the old code? | Junio C Hamano | 1 | -0/+1 |
2006-11-24 | allow deepening of a shallow repository | Johannes Schindelin | 1 | -11/+47 |
2006-11-24 | allow cloning a repository "shallowly" | Johannes Schindelin | 1 | -1/+20 |
2006-11-24 | support fetching into a shallow repository | Johannes Schindelin | 1 | -2/+20 |
2006-11-24 | upload-pack: no longer call rev-list | Johannes Schindelin | 1 | -33/+60 |
2006-11-24 | Merge branch 'jc/upload-pack' | Junio C Hamano | 1 | -9/+92 |
2006-11-01 | Merge branch 'lj/refs' | Junio C Hamano | 1 | -3/+3 |
2006-09-27 | let the GIT native protocol use offsets to delta base when possible | Nicolas Pitre | 1 | -3/+7 |
2006-09-20 | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 1 | -1/+1 |
2006-09-20 | Add callback data to for_each_ref() family. | Junio C Hamano | 1 | -3/+3 |
2006-09-17 | Merge part of branch 'jc/upload-pack' | Junio C Hamano | 1 | -10/+12 |
2006-09-10 | Prepare larger packet buffer for upload-pack protocol. | Junio C Hamano | 1 | -5/+9 |
2006-09-10 | Move sideband server side support into reusable form. | Junio C Hamano | 1 | -37/+13 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -1/+1 |
2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -4/+4 |
2006-08-14 | Make upload_pack void and remove conditional return. | David Rientjes | 1 | -6/+5 |
2006-08-12 | upload-pack: stop the other side when they have more roots than we do. | Junio C Hamano | 1 | -9/+92 |
2006-08-12 | upload-pack: minor clean-up in multi-ack logic | Junio C Hamano | 1 | -10/+12 |
2006-08-12 | Merge branch 'jc/upload-pack' | Junio C Hamano | 1 | -55/+44 |