Age | Commit message (Expand) | Author | Files | Lines |
2018-11-06 | Merge branch 'nd/submodule-unused-vars' | Junio C Hamano | 1 | -2/+2 |
2018-10-30 | Merge branch 'bc/hash-transition-part-15' | Junio C Hamano | 1 | -2/+2 |
2018-10-22 | submodule.c: remove some of the_repository references | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-10-19 | Merge branch 'tb/filter-alternate-refs' | Junio C Hamano | 1 | -8/+30 |
2018-10-19 | Merge branch 'jt/avoid-ls-refs' | Junio C Hamano | 1 | -6/+48 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -3/+6 |
2018-10-15 | transport: use parse_oid_hex instead of a constant | brian m. carlson | 1 | -3/+4 |
2018-10-09 | transport.c: introduce core.alternateRefsPrefixes | Taylor Blau | 1 | -0/+5 |
2018-10-09 | transport.c: introduce core.alternateRefsCommand | Taylor Blau | 1 | -4/+15 |
2018-10-09 | transport.c: extract 'fill_alternate_refs_command' | Taylor Blau | 1 | -6/+12 |
2018-10-09 | transport: drop refnames from for_each_alternate_ref | Jeff King | 1 | -3/+3 |
2018-10-07 | transport: list refs before fetch if necessary | Jonathan Tan | 1 | -0/+12 |
2018-10-07 | transport: do not list refs if possible | Jonathan Tan | 1 | -2/+11 |
2018-10-07 | transport: allow skipping of ref listing | Jonathan Tan | 1 | -4/+25 |
2018-09-21 | submodule.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -3/+6 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
2018-08-15 | Merge branch 'jt/connectivity-check-after-unshallow' | Junio C Hamano | 1 | -28/+6 |
2018-08-15 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -9/+9 |
2018-08-02 | Merge branch 'jt/fetch-nego-tip' | Junio C Hamano | 1 | -0/+1 |
2018-08-01 | fetch-pack: unify ref in and out param | Jonathan Tan | 1 | -28/+6 |
2018-07-23 | transport.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 1 | -8/+8 |
2018-07-23 | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
2018-07-03 | fetch-pack: support negotiation tip whitelist | Jonathan Tan | 1 | -0/+1 |
2018-07-03 | fetch-pack: write shallow, then check connectivity | Jonathan Tan | 1 | -0/+1 |
2018-06-28 | fetch-pack: put shallow info in output parameter | Brandon Williams | 1 | -6/+28 |
2018-05-30 | Merge branch 'bw/ref-prefix-for-configured-refspec' | Junio C Hamano | 1 | -53/+7 |
2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -2/+2 |
2018-05-23 | Merge branch 'bw/server-options' | Junio C Hamano | 1 | -1/+2 |
2018-05-18 | refspec: consolidate ref-prefix generation logic | Brandon Williams | 1 | -20/+1 |
2018-05-18 | submodule: convert push_unpushed_submodules to take a struct refspec | Brandon Williams | 1 | -1/+1 |
2018-05-18 | remote: convert check_push_refs to take a struct refspec | Brandon Williams | 1 | -1/+1 |
2018-05-18 | remote: convert match_push_refs to take a struct refspec | Brandon Williams | 1 | -3/+1 |
2018-05-18 | transport: remove transport_verify_remote_names | Brandon Williams | 1 | -24/+0 |
2018-05-18 | transport: convert transport_push to take a struct refspec | Brandon Williams | 1 | -10/+7 |
2018-05-18 | transport: convert transport_push to use struct refspec | Brandon Williams | 1 | -8/+9 |
2018-05-18 | refspec: rename struct refspec to struct refspec_item | Brandon Williams | 1 | -2/+2 |
2018-05-18 | refspec: move refspec parsing logic into its own file | Brandon Williams | 1 | -0/+1 |
2018-05-08 | Merge branch 'js/colored-push-errors' | Junio C Hamano | 1 | -1/+66 |
2018-05-08 | Merge branch 'bw/protocol-v2' | Junio C Hamano | 1 | -31/+99 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -2/+2 |
2018-04-24 | fetch: send server options when using protocol v2 | Brandon Williams | 1 | -0/+1 |
2018-04-24 | ls-remote: send server options when using protocol v2 | Brandon Williams | 1 | -1/+1 |
2018-04-24 | Merge branch 'bw/protocol-v2' into HEAD | Junio C Hamano | 1 | -31/+99 |
2018-04-24 | push: colorize errors | Ryan Dammrose | 1 | -1/+66 |
2018-04-11 | Merge branch 'sb/object-store' | Junio C Hamano | 1 | -0/+1 |
2018-03-23 | object-store: migrate alternates struct and functions from cache.h | Stefan Beller | 1 | -0/+1 |
2018-03-15 | transport-helper: introduce stateless-connect | Brandon Williams | 1 | -0/+1 |
2018-03-15 | fetch-pack: perform a fetch using v2 | Brandon Williams | 1 | -2/+5 |
2018-03-15 | push: pass ref prefixes when pushing | Brandon Williams | 1 | -1/+28 |
2018-03-15 | transport: convert transport_get_remote_refs to take a list of ref prefixes | Brandon Williams | 1 | -2/+5 |