aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | clean.c: use designated initializerJunio C Hamano2017-07-18
| * | | | | | | | | strbuf: use designated initializers in STRBUF_INITJeff King2017-07-14
* | | | | | | | | | Merge branch 'jk/ref-filter-colors'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ref-filter: consult want_color() before emitting colorsJeff King2017-07-13
| * | | | | | | | | | pretty: respect color settings for %C placeholdersJeff King2017-07-13
| * | | | | | | | | | rev-list: pass diffopt->use_colors through to pretty-printJeff King2017-07-13
| * | | | | | | | | | for-each-ref: load config earlierJeff King2017-07-13
| * | | | | | | | | | color: check color.ui in git_default_config()Jeff King2017-07-13
| * | | | | | | | | | ref-filter: pass ref_format struct to atom parsersJeff King2017-07-13
| * | | | | | | | | | ref-filter: factor out the parsing of sorting atomsJeff King2017-07-13
| * | | | | | | | | | ref-filter: make parse_ref_filter_atom a private functionJeff King2017-07-13
| * | | | | | | | | | ref-filter: provide a function for parsing sort optionsJeff King2017-07-13
| * | | | | | | | | | ref-filter: move need_color_reset_at_eol into ref_formatJeff King2017-07-13
| * | | | | | | | | | ref-filter: abstract ref format into its own structJeff King2017-07-13
| * | | | | | | | | | ref-filter: simplify automatic color resetJeff King2017-07-13
| * | | | | | | | | | t: use test_decode_color rather than literal ANSI codesJeff King2017-07-13
| * | | | | | | | | | docs/for-each-ref: update pointer to color syntaxJeff King2017-07-13
| * | | | | | | | | | check return value of verify_ref_format()Jeff King2017-07-13
* | | | | | | | | | | Merge branch 'wd/rebase-conflict-guide'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rebase: make resolve message clearer for inexperienced usersWilliam Duclot2017-07-17
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'rs/stat-data-unaligned-reads-fix'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | dir: support platforms that require aligned readsRené Scharfe2017-07-17
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'rs/move-array'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ls-files: don't try to prune an empty indexRené Scharfe2017-07-17
| * | | | | | | | | | | apply: use COPY_ARRAY and MOVE_ARRAY in update_image()René Scharfe2017-07-17
| * | | | | | | | | | | use MOVE_ARRAYRené Scharfe2017-07-17
| * | | | | | | | | | | add MOVE_ARRAYRené Scharfe2017-07-17
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'rs/bswap-ubsan-fix'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bswap: convert get_be16, get_be32 and put_be32 to inline functionsRené Scharfe2017-07-17
| * | | | | | | | | | | bswap: convert to unsigned before shifting in get_be32René Scharfe2017-07-17
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ks/prepare-commit-msg-sample'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | hook: add a simple first exampleKaartic Sivaraam2017-07-12
| * | | | | | | | | | | hook: add sign-off using "interpret-trailers"Kaartic Sivaraam2017-07-12
| * | | | | | | | | | | hook: name the positional variablesKaartic Sivaraam2017-07-12
| * | | | | | | | | | | hook: cleanup scriptKaartic Sivaraam2017-07-12
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'bw/object-id'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | receive-pack: don't access hash of NULL object_id pointerRené Scharfe2017-07-17
| * | | | | | | | | | | notes: don't access hash of NULL object_id pointerRené Scharfe2017-07-17
| * | | | | | | | | | | tree-diff: don't access hash of NULL object_id pointerRené Scharfe2017-07-17
* | | | | | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-08-11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sha1_name: convert uses of 40 to GIT_SHA1_HEXSZbrian m. carlson2017-07-17
| * | | | | | | | | | | | sha1_name: convert GET_SHA1* flags to GET_OID*brian m. carlson2017-07-17
| * | | | | | | | | | | | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-17
| * | | | | | | | | | | | Convert remaining callers of get_sha1 to get_oid.brian m. carlson2017-07-17
| * | | | | | | | | | | | builtin/unpack-file: convert to struct object_idbrian m. carlson2017-07-17
| * | | | | | | | | | | | bisect: convert bisect_checkout to struct object_idbrian m. carlson2017-07-17
| * | | | | | | | | | | | builtin/update_ref: convert to struct object_idbrian m. carlson2017-07-17
| * | | | | | | | | | | | sequencer: convert to struct object_idbrian m. carlson2017-07-17
| * | | | | | | | | | | | remote: convert struct push_cas to struct object_idbrian m. carlson2017-07-17
| * | | | | | | | | | | | submodule: convert submodule config lookup to use object_idbrian m. carlson2017-07-17