Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | ref-filter: factor out the parsing of sorting atoms | Jeff King | 2017-07-13 | 1 | -4/+8 | |
| * | | | | | | | | | | | | | | ref-filter: make parse_ref_filter_atom a private function | Jeff King | 2017-07-13 | 2 | -3/+1 | |
| * | | | | | | | | | | | | | | ref-filter: provide a function for parsing sort options | Jeff King | 2017-07-13 | 3 | -30/+11 | |
| * | | | | | | | | | | | | | | ref-filter: move need_color_reset_at_eol into ref_format | Jeff King | 2017-07-13 | 2 | -4/+6 | |
| * | | | | | | | | | | | | | | ref-filter: abstract ref format into its own struct | Jeff King | 2017-07-13 | 6 | -52/+70 | |
| * | | | | | | | | | | | | | | ref-filter: simplify automatic color reset | Jeff King | 2017-07-13 | 1 | -5/+1 | |
| * | | | | | | | | | | | | | | t: use test_decode_color rather than literal ANSI codes | Jeff King | 2017-07-13 | 4 | -39/+44 | |
| * | | | | | | | | | | | | | | docs/for-each-ref: update pointer to color syntax | Jeff King | 2017-07-13 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | check return value of verify_ref_format() | Jeff King | 2017-07-13 | 3 | -5/+10 | |
* | | | | | | | | | | | | | | | Merge branch 'wd/rebase-conflict-guide' | Junio C Hamano | 2017-08-11 | 2 | -5/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | rebase: make resolve message clearer for inexperienced userswd/rebase-conflict-guide | William Duclot | 2017-07-17 | 2 | -5/+6 | |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'rs/stat-data-unaligned-reads-fix' | Junio C Hamano | 2017-08-11 | 1 | -23/+27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | dir: support platforms that require aligned readsrs/stat-data-unaligned-reads-fix | René Scharfe | 2017-07-17 | 1 | -23/+27 | |
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'rs/move-array' | Junio C Hamano | 2017-08-11 | 12 | -34/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | ls-files: don't try to prune an empty indexrs/move-array | René Scharfe | 2017-07-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | apply: use COPY_ARRAY and MOVE_ARRAY in update_image() | René Scharfe | 2017-07-17 | 1 | -7/+4 | |
| * | | | | | | | | | | | | | | | use MOVE_ARRAY | René Scharfe | 2017-07-17 | 9 | -26/+17 | |
| * | | | | | | | | | | | | | | | add MOVE_ARRAY | René Scharfe | 2017-07-17 | 2 | -0/+25 | |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'rs/bswap-ubsan-fix' | Junio C Hamano | 2017-08-11 | 1 | -14/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | bswap: convert get_be16, get_be32 and put_be32 to inline functionsrs/bswap-ubsan-fix | René Scharfe | 2017-07-17 | 1 | -14/+24 | |
| * | | | | | | | | | | | | | | | bswap: convert to unsigned before shifting in get_be32 | René Scharfe | 2017-07-17 | 1 | -4/+4 | |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'ks/prepare-commit-msg-sample' | Junio C Hamano | 2017-08-11 | 2 | -14/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | hook: add a simple first exampleks/prepare-commit-msg-sample | Kaartic Sivaraam | 2017-07-12 | 2 | -3/+9 | |
| * | | | | | | | | | | | | | | | hook: add sign-off using "interpret-trailers" | Kaartic Sivaraam | 2017-07-12 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | | | hook: name the positional variables | Kaartic Sivaraam | 2017-07-12 | 1 | -3/+6 | |
| * | | | | | | | | | | | | | | | hook: cleanup script | Kaartic Sivaraam | 2017-07-12 | 2 | -17/+10 | |
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'bw/object-id' | Junio C Hamano | 2017-08-11 | 3 | -4/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | receive-pack: don't access hash of NULL object_id pointerbw/object-id | René Scharfe | 2017-07-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | notes: don't access hash of NULL object_id pointer | René Scharfe | 2017-07-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | tree-diff: don't access hash of NULL object_id pointer | René Scharfe | 2017-07-17 | 1 | -2/+3 | |
* | | | | | | | | | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-08-11 | 38 | -357/+348 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | sha1_name: convert uses of 40 to GIT_SHA1_HEXSZ | brian m. carlson | 2017-07-17 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | sha1_name: convert GET_SHA1* flags to GET_OID* | brian m. carlson | 2017-07-17 | 8 | -56/+56 | |
| * | | | | | | | | | | | | | | | | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 2017-07-17 | 20 | -153/+144 | |
| * | | | | | | | | | | | | | | | | Convert remaining callers of get_sha1 to get_oid. | brian m. carlson | 2017-07-17 | 2 | -5/+5 | |
| * | | | | | | | | | | | | | | | | builtin/unpack-file: convert to struct object_id | brian m. carlson | 2017-07-17 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | | | | bisect: convert bisect_checkout to struct object_id | brian m. carlson | 2017-07-17 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | | | | builtin/update_ref: convert to struct object_id | brian m. carlson | 2017-07-17 | 1 | -35/+34 | |
| * | | | | | | | | | | | | | | | | sequencer: convert to struct object_id | brian m. carlson | 2017-07-17 | 1 | -29/+30 | |
| * | | | | | | | | | | | | | | | | remote: convert struct push_cas to struct object_id | brian m. carlson | 2017-07-17 | 2 | -4/+4 | |
| * | | | | | | | | | | | | | | | | submodule: convert submodule config lookup to use object_id | brian m. carlson | 2017-07-17 | 10 | -62/+62 | |
| * | | | | | | | | | | | | | | | | builtin/merge-tree: convert remaining caller of get_sha1 to object_id | brian m. carlson | 2017-07-17 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | builtin/fsck: convert remaining caller of get_sha1 to object_id | brian m. carlson | 2017-07-17 | 1 | -4/+4 | |
* | | | | | | | | | | | | | | | | | Merge branch 'sb/object-id' | Junio C Hamano | 2017-08-11 | 8 | -18/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | tag: convert gpg_verify_tag to use struct object_idsb/object-id | Stefan Beller | 2017-07-13 | 4 | -11/+12 | |
| * | | | | | | | | | | | | | | | | commit: convert lookup_commit_graft to struct object_id | Stefan Beller | 2017-07-13 | 4 | -7/+7 | |
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge tag 'v2.14.1' | Junio C Hamano | 2017-08-04 | 16 | -3/+135 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Git 2.14.1v2.14.1 | Junio C Hamano | 2017-08-04 | 3 | -2/+6 | |
| * | | | | | | | | | | | | | | | | Merge tag 'v2.13.5' into maint | Junio C Hamano | 2017-08-04 | 14 | -2/+130 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Git 2.13.5v2.13.5 | Junio C Hamano | 2017-08-01 | 3 | -2/+6 |