Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | t6006: drop "always" color config tests | Jeff King | 2017-10-04 | 1 | -15/+5 |
* | t7502: use diff.noprefix for --verbose test | Jeff King | 2017-10-04 | 1 | -2/+2 |
* | t7508: use test_terminal for color output | Jeff King | 2017-10-04 | 1 | -20/+21 |
* | t3701: use test-terminal to collect color output | Jeff King | 2017-10-04 | 1 | -5/+3 |
* | t4015: prefer --color to -c color.diff=always | Jeff King | 2017-10-04 | 1 | -14/+14 |
* | test-terminal: set TERM=vt100 | Jeff King | 2017-10-04 | 7 | -10/+9 |
* | 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 |
* | Sync with v2.13.3 | Junio C Hamano | 2017-07-13 | 1 | -0/+9 |
|\ | |||||
| * | Git 2.13.3v2.13.3 | Junio C Hamano | 2017-07-13 | 2 | -1/+10 |
| * | Merge branch 'kn/ref-filter-branch-list' into maint | Junio C Hamano | 2017-07-13 | 3 | -7/+54 |
| |\ | |||||
| * \ | Merge branch 'ks/typofix-commit-c-comment' into maint | Junio C Hamano | 2017-07-13 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'jk/reflog-walk-maint' into maint | Junio C Hamano | 2017-07-13 | 3 | -12/+42 |
| |\ \ \ | |||||
* | | | | | Hopefully the last batch before -rc0 | Junio C Hamano | 2017-07-13 | 1 | -0/+9 |
* | | | | | Merge branch 'ks/fix-rebase-doc-picture' | Junio C Hamano | 2017-07-13 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | doc: correct a mistake in an illustration | Kaartic Sivaraam | 2017-07-10 | 1 | -1/+1 |
* | | | | | | Merge branch 'rs/wt-status-cleanup' | Junio C Hamano | 2017-07-13 | 1 | -3/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | wt-status: use separate variable for result of shorten_unambiguous_ref | René Scharfe | 2017-07-10 | 1 | -3/+4 |
* | | | | | | | Merge branch 'rs/use-div-round-up' | Junio C Hamano | 2017-07-13 | 9 | -15/+14 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | use DIV_ROUND_UP | René Scharfe | 2017-07-10 | 9 | -15/+14 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'kn/ref-filter-branch-list' | Junio C Hamano | 2017-07-13 | 3 | -7/+54 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | ref-filter.c: drop return from void function | Alejandro R. Sedeño | 2017-07-10 | 1 | -1/+1 |
| * | | | | | | branch: set remote color in ref-filter branch immediately | Jeff King | 2017-07-09 | 1 | -5/+6 |
| * | | | | | | branch: use BRANCH_COLOR_LOCAL in ref-filter format | Jeff King | 2017-07-09 | 2 | -2/+47 |
| * | | | | | | branch: only perform HEAD check for local branches | Jeff King | 2017-07-09 | 1 | -1/+2 |
* | | | | | | | Merge branch 'rs/urlmatch-cleanup' | Junio C Hamano | 2017-07-13 | 1 | -5/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | urlmatch: use hex2chr() in append_normalized_escapes() | René Scharfe | 2017-07-09 | 1 | -5/+5 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'rs/apply-avoid-over-reading' | Junio C Hamano | 2017-07-13 | 1 | -2/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | apply: use strcmp(3) for comparing strings in gitdiff_verify_name() | René Scharfe | 2017-07-09 | 1 | -2/+1 |
* | | | | | | | | Merge branch 'sb/submodule-doc' | Junio C Hamano | 2017-07-13 | 4 | -36/+234 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | submodules: overhaul documentation | Stefan Beller | 2017-06-23 | 4 | -36/+234 |
* | | | | | | | | | Sync with maint | Junio C Hamano | 2017-07-10 | 3 | -21/+54 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | Prepare for 2.13.3 | Junio C Hamano | 2017-07-10 | 2 | -1/+54 |
| * | | | | | | | | Merge branch 'sb/merge-recursive-code-cleanup' into maint | Junio C Hamano | 2017-07-10 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'jc/utf8-fprintf' into maint | Junio C Hamano | 2017-07-10 | 1 | -3/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'js/fsck-name-object' into maint | Junio C Hamano | 2017-07-10 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'js/t5534-rev-parse-gives-multi-line-output-fix' into maint | Junio C Hamano | 2017-07-10 | 1 | -4/+10 |
| |\ \ \ \ \ \ \ \ \ \ \ |