Age | Commit message (Expand) | Author | Files | Lines |
2009-12-10 | Sync with 1.6.5.6 | Junio C Hamano | 1 | -72/+2 |
2009-12-10 | Remove post-upload-hook | Junio C Hamano | 1 | -72/+2 |
2009-12-03 | Merge branch 'np/maint-sideband-favor-status' into maint | Junio C Hamano | 1 | -15/+17 |
2009-11-20 | Merge branch 'sp/smart-http' | Junio C Hamano | 1 | -17/+54 |
2009-11-17 | Merge branch 'np/maint-sideband-favor-status' | Junio C Hamano | 1 | -15/+17 |
2009-11-13 | give priority to progress messages | Nicolas Pitre | 1 | -15/+17 |
2009-11-04 | Add stateless RPC options to upload-pack, receive-pack | Shawn O. Pearce | 1 | -4/+36 |
2009-10-30 | Add multi_ack_detailed capability to fetch-pack/upload-pack | Shawn O. Pearce | 1 | -13/+18 |
2009-09-13 | don't dereference NULL upon fdopen failure | Jim Meyering | 1 | -2/+2 |
2009-09-13 | use write_str_in_full helper to avoid literal string lengths | Jim Meyering | 1 | -2/+2 |
2009-09-07 | Merge branch 'jc/upload-pack-hook' | Junio C Hamano | 1 | -2/+72 |
2009-09-07 | Merge branch 'np/maint-1.6.3-deepen' | Junio C Hamano | 1 | -2/+6 |
2009-09-05 | make shallow repository deepening more network efficient | Nicolas Pitre | 1 | -2/+6 |
2009-08-31 | Style fixes, add a space after if/for/while. | Brian Gianforcaro | 1 | -1/+1 |
2009-08-28 | upload-pack: feed "kind [clone|fetch]" to post-upload-pack hook | Junio C Hamano | 1 | -0/+4 |
2009-08-28 | upload-pack: add a trigger for post-upload-pack hook | Junio C Hamano | 1 | -2/+68 |
2009-08-21 | Merge branch 'cc/replace' | Junio C Hamano | 1 | -0/+1 |
2009-08-05 | Merge branch 'ne/futz-upload-pack' | Junio C Hamano | 1 | -10/+39 |
2009-06-18 | upload-pack: squelch progress indicator if client cannot see it | Johannes Sixt | 1 | -1/+6 |
2009-06-09 | Shift object enumeration out of upload-pack | Nick Edelen | 1 | -10/+39 |
2009-05-31 | environment: add global variable to disable replacement | Christian Couder | 1 | -0/+1 |
2009-05-03 | Merge branch 'lt/pack-object-memuse' into maint | Junio C Hamano | 1 | -6/+8 |
2009-04-18 | Merge branch 'lt/pack-object-memuse' | Junio C Hamano | 1 | -6/+8 |
2009-04-12 | show_object(): push path_name() call further down | Linus Torvalds | 1 | -1/+3 |
2009-04-12 | process_{tree,blob}: show objects without buffering | Linus Torvalds | 1 | -6/+6 |
2009-04-07 | list-objects: add "void *data" parameter to show functions | Christian Couder | 1 | -3/+3 |
2009-03-07 | Move local variables to narrower scopes | Benjamin Kramer | 1 | -3/+2 |
2009-03-04 | improve missing repository error message | Jeff King | 1 | -1/+1 |
2009-02-04 | Replace deprecated dashed git commands in usage | Alexander Potashev | 1 | -1/+1 |
2009-01-26 | Add calls to git_extract_argv0_path() in programs that call git_config_* | Steffen Prohaska | 1 | -0/+2 |
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 |