| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-12-06 | Merge branch 'bw/protocol-v1' | Junio C Hamano | 1 | -1/+19 |
| 2017-10-17 | upload-pack, receive-pack: introduce protocol version 1 | Brandon Williams | 1 | -1/+19 |
| 2017-10-16 | refs: convert peel_ref to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-10-16 | refs: convert dwim_ref and expand_ref to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-09-29 | Merge branch 'ma/leakplugs' | Junio C Hamano | 1 | -1/+1 |
| 2017-09-24 | refs: pass NULL to resolve_ref_unsafe() if hash is not needed | René Scharfe | 1 | -2/+1 |
| 2017-09-24 | object_array: use `object_array_clear()`, not `free()` | Martin Ågren | 1 | -1/+1 |
| 2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -30/+30 |
| 2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -4/+4 |
| 2017-05-08 | upload-pack: convert remaining parse_object callers to object_id | brian m. carlson | 1 | -25/+25 |
| 2017-05-08 | shallow: convert shallow registration functions to object_id | brian m. carlson | 1 | -4/+4 |
| 2017-04-27 | timestamp_t: a new data type for timestamps | Johannes Schindelin | 1 | -2/+2 |
| 2017-04-23 | PRItime: introduce a new "printf format" for timestamps | Johannes Schindelin | 1 | -1/+1 |
| 2017-04-23 | parse_timestamp(): specify explicitly where we parse timestamps | Johannes Schindelin | 1 | -1/+1 |
| 2017-02-23 | upload-pack: report "not our ref" to client | Jonathan Tan | 1 | -1/+5 |
| 2016-11-18 | upload-pack: optionally allow fetching any sha1 | David Turner | 1 | -1/+9 |
| 2016-10-31 | Merge branch 'ls/filter-process' | Junio C Hamano | 1 | -17/+17 |
| 2016-10-17 | pkt-line: rename packet_write() to packet_write_fmt() | Lars Schneider | 1 | -15/+15 |
| 2016-10-11 | upload-pack: use priority queue in reachable() check | Jeff King | 1 | -6/+7 |
| 2016-10-10 | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 1 | -87/+277 |
| 2016-08-11 | Spelling fixes | Ville Skyttä | 1 | -1/+1 |
| 2016-07-19 | Merge branch 'jk/common-main' | Junio C Hamano | 1 | -4/+1 |
| 2016-07-06 | Merge branch 'jk/upload-pack-hook' | Junio C Hamano | 1 | -1/+12 |
| 2016-07-06 | Merge branch 'lf/sideband-returns-void' | Junio C Hamano | 1 | -11/+8 |
| 2016-07-06 | Merge branch 'jk/common-main-2.8' into jk/common-main | Junio C Hamano | 1 | -6/+3 |
| 2016-07-01 | common-main: call git_setup_gettext() | Jeff King | 1 | -2/+0 |
| 2016-07-01 | common-main: call git_extract_argv0_path() | Jeff King | 1 | -1/+0 |
| 2016-07-01 | add an extra level of indirection to main() | Jeff King | 1 | -3/+3 |
| 2016-06-16 | upload-pack.c: make send_client_data() return void | Lukas Fleischer | 1 | -10/+5 |
| 2016-06-16 | sideband.c: make send_sideband() return void | Lukas Fleischer | 1 | -2/+4 |
| 2016-06-13 | fetch, upload-pack: --deepen=N extends shallow boundary by N commits | Nguyễn Thái Ngọc Duy | 1 | -4/+19 |
| 2016-06-13 | upload-pack: add get_reachable_list() | Nguyễn Thái Ngọc Duy | 1 | -3/+49 |
| 2016-06-13 | upload-pack: split check_unreachable() in two, prep for get_reachable_list() | Nguyễn Thái Ngọc Duy | 1 | -18/+38 |
| 2016-06-13 | upload-pack: support define shallow boundary by excluding revisions | Nguyễn Thái Ngọc Duy | 1 | -2/+21 |
| 2016-06-13 | upload-pack: add deepen-since to cut shallow repos based on time | Nguyễn Thái Ngọc Duy | 1 | -2/+43 |
| 2016-06-13 | upload-pack: move rev-list code out of check_non_tip() | Nguyễn Thái Ngọc Duy | 1 | -13/+23 |
| 2016-06-13 | upload-pack: make check_non_tip() clean things up on error | Nguyễn Thái Ngọc Duy | 1 | -7/+16 |
| 2016-06-13 | upload-pack: tighten number parsing at "deepen" lines | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2016-06-13 | upload-pack: use skip_prefix() instead of starts_with() | Nguyễn Thái Ngọc Duy | 1 | -14/+18 |
| 2016-06-13 | upload-pack: move "unshallow" sending code out of deepen() | Nguyễn Thái Ngọc Duy | 1 | -13/+30 |
| 2016-06-13 | upload-pack: remove unused variable "backup" | Nguyễn Thái Ngọc Duy | 1 | -5/+4 |
| 2016-06-13 | upload-pack: move "shallow" sending code out of deepen() | Nguyễn Thái Ngọc Duy | 1 | -10/+15 |
| 2016-06-13 | upload-pack: move shallow deepen code out of receive_needs() | Nguyễn Thái Ngọc Duy | 1 | -47/+52 |
| 2016-06-02 | upload-pack: provide a hook for running pack-objects | Jeff King | 1 | -1/+12 |
| 2016-05-31 | upload-pack.c: use parse-options API | Antoine Queru | 1 | -33/+24 |
| 2016-05-17 | Merge branch 'nd/error-errno' | Junio C Hamano | 1 | -2/+1 |
| 2016-05-09 | upload-pack.c: use error_errno() | Nguyễn Thái Ngọc Duy | 1 | -2/+1 |
| 2016-02-25 | upload-pack: use argv_array for pack_objects | Michael Procter | 1 | -14/+11 |
| 2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -5/+5 |
| 2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -8/+8 |
| 2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -5/+5 |
| 2015-11-05 | hideRefs: add support for matching full refs | Lukas Fleischer | 1 | -5/+8 |
| 2015-11-05 | upload-pack: strip refs before calling ref_is_hidden() | Lukas Fleischer | 1 | -3/+3 |
| 2015-10-26 | use pop_commit() for consuming the first entry of a struct commit_list | René Scharfe | 1 | -4/+2 |
| 2015-06-05 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -15/+17 |
| 2015-06-01 | Merge branch 'fm/fetch-raw-sha1' | Junio C Hamano | 1 | -10/+30 |
| 2015-05-25 | send_ref(): convert local variable "peeled" to object_id | Michael Haggerty | 1 | -3/+3 |
| 2015-05-25 | upload-pack: rewrite functions to take object_id arguments | Michael Haggerty | 1 | -18/+14 |
| 2015-05-25 | find_symref(): convert local variable "unused" to object_id | Michael Haggerty | 1 | -2/+2 |
| 2015-05-25 | find_symref(): rewrite to take an object_id argument | Michael Haggerty | 1 | -5/+3 |
| 2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -5/+13 |
| 2015-05-22 | upload-pack: optionally allow fetching reachable sha1 | Fredrik Medley | 1 | -4/+18 |
| 2015-05-22 | upload-pack: prepare to extend allow-tip-sha1-in-want | Fredrik Medley | 1 | -7/+13 |
| 2015-05-05 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |
| 2015-03-23 | Merge branch 'jk/smart-http-hide-refs' | Junio C Hamano | 1 | -6/+10 |
| 2015-03-13 | commit: convert parts to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2015-03-12 | upload-pack: do not check NULL return of lookup_unknown_object | Jeff King | 1 | -2/+0 |
| 2015-03-12 | upload-pack: fix transfer.hiderefs over smart-http | Jeff King | 1 | -4/+10 |
| 2014-12-29 | pack-objects: use --objects-edge-aggressive for shallow repos | brian m. carlson | 1 | -1/+3 |
| 2014-10-15 | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 1 | -1/+1 |
| 2014-09-19 | Merge branch 'et/spell-poll-infinite-with-minus-one-only' into maint | Junio C Hamano | 1 | -1/+3 |
| 2014-09-11 | Merge branch 'et/spell-poll-infinite-with-minus-one-only' | Junio C Hamano | 1 | -1/+3 |
| 2014-08-22 | upload-pack: keep poll(2)'s timeout to -1 | Edward Thomson | 1 | -1/+3 |
| 2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -3/+2 |
| 2014-04-03 | Merge branch 'nd/log-show-linear-break' | Junio C Hamano | 1 | -1/+1 |
| 2014-03-25 | object.h: centralize object flag allocation | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2014-03-21 | Merge branch 'nd/upload-pack-shallow' | Junio C Hamano | 1 | -3/+12 |
| 2014-03-21 | Merge branch 'jk/shallow-update-fix' | Junio C Hamano | 1 | -6/+1 |
| 2014-03-11 | upload-pack: send shallow info over stdin to pack-objects | Nguyễn Thái Ngọc Duy | 1 | -9/+12 |
| 2014-02-27 | shallow: automatically clean up shallow tempfiles | Jeff King | 1 | -6/+1 |
| 2014-02-20 | rename read_replace_refs to check_replace_refs | Michael Haggerty | 1 | -1/+1 |
| 2014-01-17 | Merge branch 'nd/shallow-clone' | Junio C Hamano | 1 | -4/+4 |
| 2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -5/+5 |
| 2013-12-10 | smart-http: support shallow fetch/clone | Nguyễn Thái Ngọc Duy | 1 | -2/+0 |
| 2013-12-10 | upload-pack: make sure deepening preserves shallow roots | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-12-10 | shallow.c: extend setup_*_shallow() to accept extra shallow commits | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-12-10 | make the sender advertise shallow commits to the receiver | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -5/+5 |
| 2013-12-05 | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 1 | -2/+1 |
| 2013-11-18 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+0 |
| 2013-11-18 | Revert "upload-pack: send non-HEAD symbolic refs" | Junio C Hamano | 1 | -1/+0 |
| 2013-11-08 | Merge branch 'jc/upload-pack-send-symref' into maint | Junio C Hamano | 1 | -6/+45 |
| 2013-10-30 | Merge branch 'jc/upload-pack-send-symref' | Junio C Hamano | 1 | -6/+45 |
| 2013-10-24 | use parse_commit_or_die instead of custom message | Jeff King | 1 | -2/+1 |
| 2013-10-23 | Merge branch 'nd/fetch-into-shallow' into maint | Junio C Hamano | 1 | -96/+32 |
| 2013-10-17 | Merge branch 'jk/upload-pack-keepalive' into maint | Junio C Hamano | 1 | -1/+24 |
| 2013-09-20 | Merge branch 'jk/upload-pack-keepalive' | Junio C Hamano | 1 | -1/+24 |
| 2013-09-20 | Merge branch 'nd/fetch-into-shallow' | Junio C Hamano | 1 | -96/+32 |
| 2013-09-17 | upload-pack: send non-HEAD symbolic refs | Junio C Hamano | 1 | -0/+1 |
| 2013-09-17 | upload-pack: send symbolic ref information as capability | Junio C Hamano | 1 | -5/+43 |
| 2013-09-17 | upload-pack.c: do not pass confusing cb_data to mark_our_ref() | Junio C Hamano | 1 | -1/+1 |
| 2013-09-09 | upload-pack: bump keepalive default to 5 seconds | Jeff King | 1 | -1/+1 |
| 2013-09-09 | upload-pack: send keepalive packets during pack computation | Jeff King | 1 | -1/+24 |
| 2013-08-28 | upload-pack: delegate rev walking in shallow fetch to pack-objects | Nguyễn Thái Ngọc Duy | 1 | -96/+32 |
| 2013-07-08 | cache.h: move remote/connect API out of it | Junio C Hamano | 1 | -0/+1 |
| 2013-04-28 | upload-pack: ignore 'shallow' lines with unknown obj-ids | Michael Heemskerk | 1 | -1/+1 |
| 2013-04-01 | Merge branch 'jk/pkt-line-cleanup' | Junio C Hamano | 1 | -28/+12 |
| 2013-03-25 | Merge branch 'jk/peel-ref' | Junio C Hamano | 1 | -4/+2 |
| 2013-03-21 | Merge branch 'jc/fetch-raw-sha1' | Junio C Hamano | 1 | -6/+19 |
| 2013-03-16 | upload-pack: load non-tip "want" objects from disk | Jeff King | 1 | -2/+2 |
| 2013-03-16 | upload-pack: make sure "want" objects are parsed | Jeff King | 1 | -1/+1 |
| 2013-03-16 | upload-pack: drop lookup-before-parse optimization | Jeff King | 1 | -3/+1 |
| 2013-02-20 | pkt-line: provide a LARGE_PACKET_MAX static buffer | Jeff King | 1 | -7/+5 |
| 2013-02-20 | pkt-line: teach packet_read_line to chomp newlines | Jeff King | 1 | -8/+0 |
| 2013-02-20 | pkt-line: drop safe_write function | Jeff King | 1 | -1/+2 |
| 2013-02-20 | upload-pack: remove packet debugging harness | Jeff King | 1 | -9/+0 |
| 2013-02-20 | upload-pack: do not add duplicate objects to shallow list | Jeff King | 1 | -2/+4 |
| 2013-02-20 | upload-pack: use get_sha1_hex to parse "shallow" lines | Jeff King | 1 | -1/+1 |
| 2013-02-17 | Merge branch 'jc/hidden-refs' | Junio C Hamano | 1 | -30/+33 |
| 2013-02-07 | upload-pack: optionally allow fetching from the tips of hidden refs | Junio C Hamano | 1 | -6/+19 |
| 2013-02-07 | upload/receive-pack: allow hiding ref hierarchies | Junio C Hamano | 1 | -1/+13 |
| 2013-02-01 | Merge branch 'nd/fetch-depth-is-broken' | Junio C Hamano | 1 | -3/+10 |
| 2013-01-28 | upload-pack: simplify request validation | Junio C Hamano | 1 | -17/+11 |
| 2013-01-18 | upload-pack: share more code | Junio C Hamano | 1 | -17/+14 |
| 2013-01-14 | Merge branch 'nd/upload-pack-shallow-must-be-commit' | Junio C Hamano | 1 | -0/+2 |
| 2013-01-11 | fetch: add --unshallow for turning shallow repo into complete one | Nguyễn Thái Ngọc Duy | 1 | -3/+10 |
| 2013-01-08 | upload-pack: only accept commits from "shallow" line | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
| 2012-10-04 | upload-pack: use peel_ref for ref advertisements | Jeff King | 1 | -11/+3 |
| 2012-08-03 | include agent identifier in capability string | Jeff King | 1 | -2/+5 |
| 2012-01-29 | Merge branch 'jk/parse-object-cached' | Junio C Hamano | 1 | -4/+7 |
| 2012-01-08 | server_supports(): parse feature list more carefully | Junio C Hamano | 1 | -9/+13 |
| 2012-01-06 | upload-pack: avoid parsing tag destinations | Jeff King | 1 | -2/+1 |
| 2012-01-06 | upload-pack: avoid parsing objects during ref advertisement | Jeff King | 1 | -3/+7 |
| 2011-12-05 | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
| 2011-10-05 | Merge branch 'jc/fetch-verify' | Junio C Hamano | 1 | -1/+3 |
| 2011-10-05 | Merge branch 'jc/traverse-commit-list' | Junio C Hamano | 1 | -14/+1 |
| 2011-09-01 | list-objects: pass callback data to show_objects() | Junio C Hamano | 1 | -1/+3 |
| 2011-08-24 | Sync with 1.7.6.1 | Junio C Hamano | 1 | -0/+2 |
| 2011-08-24 | get_indexed_object can return NULL if nothing is in that slot; check for it | Brian Harring | 1 | -0/+2 |
| 2011-08-22 | revision.c: add show_object_with_name() helper function | Junio C Hamano | 1 | -14/+1 |
| 2011-08-17 | Merge branch 'jc/maint-smart-http-race-upload-pack' | Junio C Hamano | 1 | -9/+98 |
| 2011-08-08 | helping smart-http/stateless-rpc fetch race | Junio C Hamano | 1 | -9/+98 |
| 2011-07-11 | ref namespaces: Support remote repositories via upload-pack and receive-pack | Josh Triplett | 1 | -7/+8 |
| 2011-04-27 | Merge branch 'jk/maint-upload-pack-shallow' | Junio C Hamano | 1 | -12/+11 |
| 2011-04-06 | upload-pack: start pack-objects before async rev-list | Jeff King | 1 | -12/+11 |
| 2011-03-29 | Merge branches 'sp/maint-fetch-pack-stop-early' and 'sp/maint-upload-pack-sto... | Junio C Hamano | 1 | -3/+4 |
| 2011-03-29 | Revert two "no-done" reverts | Junio C Hamano | 1 | -4/+16 |
| 2011-03-29 | enable "no-done" extension only when serving over smart-http | Junio C Hamano | 1 | -3/+4 |
| 2011-03-28 | Revert "upload-pack: Implement no-done capability" | Junio C Hamano | 1 | -16/+4 |
| 2011-03-22 | Merge branch 'sp/maint-upload-pack-stop-early' | Junio C Hamano | 1 | -3/+24 |
| 2011-03-15 | upload-pack: Implement no-done capability | Shawn O. Pearce | 1 | -4/+16 |
| 2011-03-14 | upload-pack: More aggressively send 'ACK %s ready' | Shawn O. Pearce | 1 | -0/+9 |
| 2011-03-08 | add packet tracing debug code | Jeff King | 1 | -0/+1 |
| 2010-11-29 | commit: Add commit_list prefix in two function names. | Thiago Farina | 1 | -2/+2 |
| 2010-10-08 | Use angles for placeholders consistently | Štěpán Němec | 1 | -1/+1 |
| 2010-08-29 | object.h: Add OBJECT_ARRAY_INIT macro and make use of it. | Thiago Farina | 1 | -1/+1 |
| 2010-08-02 | upload-pack: Improve error message when bad ref requested | Elijah Newren | 1 | -1/+2 |
| 2010-07-28 | upload-pack: remove unused "create_full_pack" code in do_rev_list | Nguyễn Thái Ngọc Duy | 1 | -17/+12 |
| 2010-02-05 | run-command: support custom fd-set in async | Erik Faye-Lund | 1 | -3/+4 |
| 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 |