Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | fsck: cleanup unused variable | Jonathan Tan | 2017-07-26 | 1 | -3/+1 | |
| * | | | | | | | | | object: remove "used" field from struct object | Jonathan Tan | 2017-07-20 | 3 | -12/+15 | |
| * | | | | | | | | | fsck: remove redundant parse_tree() invocation | Jonathan Tan | 2017-07-20 | 1 | -12/+1 | |
* | | | | | | | | | | Merge branch 'jc/http-sslkey-and-ssl-cert-are-paths' | Junio C Hamano | 2017-08-11 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | http.c: http.sslcert and http.sslkey are both pathnames | Junio C Hamano | 2017-07-20 | 1 | -2/+2 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'jk/c99' | Junio C Hamano | 2017-08-11 | 3 | -10/+21 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | clean.c: use designated initializer | Junio C Hamano | 2017-07-18 | 2 | -9/+20 | |
| * | | | | | | | | | | strbuf: use designated initializers in STRBUF_INIT | Jeff King | 2017-07-14 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge branch 'jk/ref-filter-colors' | Junio C Hamano | 2017-08-11 | 22 | -220/+362 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ref-filter: consult want_color() before emitting colors | Jeff King | 2017-07-13 | 6 | -12/+93 | |
| * | | | | | | | | | | | pretty: respect color settings for %C placeholders | Jeff King | 2017-07-13 | 3 | -45/+84 | |
| * | | | | | | | | | | | rev-list: pass diffopt->use_colors through to pretty-print | Jeff King | 2017-07-13 | 2 | -0/+12 | |
| * | | | | | | | | | | | for-each-ref: load config earlier | Jeff King | 2017-07-13 | 1 | -3/+2 | |
| * | | | | | | | | | | | color: check color.ui in git_default_config() | Jeff King | 2017-07-13 | 7 | -16/+8 | |
| * | | | | | | | | | | | ref-filter: pass ref_format struct to atom parsers | Jeff King | 2017-07-13 | 1 | -17/+25 | |
| * | | | | | | | | | | | 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 users | 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 reads | 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 index | 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 functions | 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 example | 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 pointer | 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 |