| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bw/ref-prefix-for-configured-refspec' | Junio C Hamano | 2018-05-30 | 1 | -53/+7 |
|\ |
|
| * | refspec: consolidate ref-prefix generation logic | Brandon Williams | 2018-05-18 | 1 | -20/+1 |
| * | submodule: convert push_unpushed_submodules to take a struct refspec | Brandon Williams | 2018-05-18 | 1 | -1/+1 |
| * | remote: convert check_push_refs to take a struct refspec | Brandon Williams | 2018-05-18 | 1 | -1/+1 |
| * | remote: convert match_push_refs to take a struct refspec | Brandon Williams | 2018-05-18 | 1 | -3/+1 |
| * | transport: remove transport_verify_remote_names | Brandon Williams | 2018-05-18 | 1 | -24/+0 |
| * | transport: convert transport_push to take a struct refspec | Brandon Williams | 2018-05-18 | 1 | -10/+7 |
| * | transport: convert transport_push to use struct refspec | Brandon Williams | 2018-05-18 | 1 | -8/+9 |
| * | refspec: rename struct refspec to struct refspec_item | Brandon Williams | 2018-05-18 | 1 | -2/+2 |
| * | refspec: move refspec parsing logic into its own file | Brandon Williams | 2018-05-18 | 1 | -0/+1 |
* | | Merge branch 'js/use-bug-macro' | Junio C Hamano | 2018-05-30 | 1 | -2/+2 |
|\ \ |
|
| * | | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 2018-05-06 | 1 | -2/+2 |
* | | | Merge branch 'bw/server-options' | Junio C Hamano | 2018-05-23 | 1 | -1/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | fetch: send server options when using protocol v2 | Brandon Williams | 2018-04-24 | 1 | -0/+1 |
| * | | ls-remote: send server options when using protocol v2 | Brandon Williams | 2018-04-24 | 1 | -1/+1 |
| * | | Merge branch 'bw/protocol-v2' into HEAD | Junio C Hamano | 2018-04-24 | 1 | -31/+99 |
| |\ \
| | |/
| |/| |
|
* | | | Merge branch 'js/colored-push-errors' | Junio C Hamano | 2018-05-08 | 1 | -1/+66 |
|\ \ \ |
|
| * | | | push: colorize errors | Ryan Dammrose | 2018-04-24 | 1 | -1/+66 |
| |/ / |
|
* | | | Merge branch 'bw/protocol-v2' | Junio C Hamano | 2018-05-08 | 1 | -31/+99 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | transport-helper: introduce stateless-connect | Brandon Williams | 2018-03-15 | 1 | -0/+1 |
| * | fetch-pack: perform a fetch using v2 | Brandon Williams | 2018-03-15 | 1 | -2/+5 |
| * | push: pass ref prefixes when pushing | Brandon Williams | 2018-03-15 | 1 | -1/+28 |
| * | transport: convert transport_get_remote_refs to take a list of ref prefixes | Brandon Williams | 2018-03-15 | 1 | -2/+5 |
| * | transport: convert get_refs_list to take a list of ref prefixes | Brandon Williams | 2018-03-15 | 1 | -7/+11 |
| * | connect: request remote refs using v2 | Brandon Williams | 2018-03-15 | 1 | -1/+1 |
| * | protocol: introduce enum protocol_version value protocol_v2 | Brandon Williams | 2018-03-14 | 1 | -0/+9 |
| * | transport: store protocol version | Brandon Williams | 2018-03-14 | 1 | -9/+26 |
| * | connect: discover protocol version outside of get_remote_heads | Brandon Williams | 2018-03-14 | 1 | -5/+19 |
| * | transport: use get_refs_via_connect to get refs | Brandon Williams | 2018-03-14 | 1 | -14/+4 |
* | | Merge branch 'sb/object-store' | Junio C Hamano | 2018-04-11 | 1 | -0/+1 |
|\ \ |
|
| * | | object-store: migrate alternates struct and functions from cache.h | Stefan Beller | 2018-03-23 | 1 | -0/+1 |
* | | | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
* | | | strbuf: convert strbuf_add_unique_abbrev to use struct object_id | brian m. carlson | 2018-03-14 | 1 | -2/+2 |
|/ / |
|
* | | Merge branch 'jh/partial-clone' | Junio C Hamano | 2018-02-13 | 1 | -0/+4 |
|\ \ |
|
| * | | fetch-pack, index-pack, transport: partial clone | Jeff Hostetler | 2017-12-08 | 1 | -0/+4 |
* | | | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 2018-02-13 | 1 | -0/+8 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | introduce fetch-object: fetch one promisor object | Jonathan Tan | 2017-12-05 | 1 | -0/+8 |
* | | Merge branch 'jt/transport-hide-vtable' | Junio C Hamano | 2017-12-28 | 1 | -26/+43 |
|\ \ |
|
| * | | transport: make transport vtable more privatejt/transport-hide-vtable | Jonathan Tan | 2017-12-14 | 1 | -26/+43 |
* | | | Merge branch 'jt/transport-no-more-rsync' | Junio C Hamano | 2017-12-27 | 1 | -8/+1 |
|\ \ \
| |/ / |
|
| * | | transport: remove unused "push" in vtablejt/transport-no-more-rsync | Jonathan Tan | 2017-12-12 | 1 | -8/+1 |
| |/ |
|
* | | refs: convert update_ref and refs_update_ref to use struct object_id | brian m. carlson | 2017-10-16 | 1 | -2/+2 |
|/ |
|
* | refs: pass NULL to resolve_refdup() if hash is not neededrs/resolve-ref-optional-result | René Scharfe | 2017-10-01 | 1 | -2/+1 |
* | refs: pass NULL to resolve_ref_unsafe() if hash is not needed | René Scharfe | 2017-09-24 | 1 | -2/+1 |
* | Merge branch 'ab/free-and-null' | Junio C Hamano | 2017-06-24 | 1 | -2/+1 |
|\ |
|
| * | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 2017-06-16 | 1 | -2/+1 |
* | | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
* | | bundle: convert to struct object_id | brian m. carlson | 2017-05-02 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'bw/push-options-recursively-to-submodules' | Junio C Hamano | 2017-04-19 | 1 | -1/+3 |
|\ |
|