Age | Commit message (Expand) | Author | Files | Lines |
2017-07-17 | t1300: demonstrate that CamelCased aliases regressed | Johannes Schindelin | 1 | -0/+7 |
2017-07-16 | l10n: bg.po: Updated Bulgarian translation (3206t) | Alexander Shopov | 1 | -3048/+3111 |
2017-07-15 | l10n: vi.po(3206t): Update Vietnamese translation | Tran Ngoc Quan | 1 | -3013/+3180 |
2017-07-15 | l10n: git.pot: v2.14.0 round 1 (34 new, 23 removed) | Jiang Xin | 1 | -2993/+3059 |
2017-07-15 | Merge branch 'maint' of git://github.com/git-l10n/git-po | Jiang Xin | 2 | -2378/+3840 |
2017-07-13 | Git 2.14-rc0 | Junio C Hamano | 2 | -5/+13 |
2017-07-13 | Merge branch 'jk/build-with-asan' | Junio C Hamano | 2 | -3/+16 |
2017-07-13 | Merge branch 'sb/pull-rebase-submodule' | Junio C Hamano | 8 | -41/+193 |
2017-07-13 | Merge branch 'sb/hashmap-customize-comparison' | Junio C Hamano | 20 | -409/+431 |
2017-07-13 | Merge branch 'ab/grep-lose-opt-regflags' | Junio C Hamano | 4 | -32/+35 |
2017-07-13 | ref-filter: consult want_color() before emitting colors | Jeff King | 6 | -12/+93 |
2017-07-13 | pretty: respect color settings for %C placeholders | Jeff King | 3 | -45/+84 |
2017-07-13 | rev-list: pass diffopt->use_colors through to pretty-print | Jeff King | 2 | -0/+12 |
2017-07-13 | for-each-ref: load config earlier | Jeff King | 1 | -3/+2 |
2017-07-13 | color: check color.ui in git_default_config() | Jeff King | 7 | -16/+8 |
2017-07-13 | ref-filter: pass ref_format struct to atom parsers | Jeff King | 1 | -17/+25 |
2017-07-13 | ref-filter: factor out the parsing of sorting atoms | Jeff King | 1 | -4/+8 |
2017-07-13 | ref-filter: make parse_ref_filter_atom a private function | Jeff King | 2 | -3/+1 |
2017-07-13 | ref-filter: provide a function for parsing sort options | Jeff King | 3 | -30/+11 |
2017-07-13 | ref-filter: move need_color_reset_at_eol into ref_format | Jeff King | 2 | -4/+6 |
2017-07-13 | ref-filter: abstract ref format into its own struct | Jeff King | 6 | -52/+70 |
2017-07-13 | ref-filter: simplify automatic color reset | Jeff King | 1 | -5/+1 |
2017-07-13 | t: use test_decode_color rather than literal ANSI codes | Jeff King | 4 | -39/+44 |
2017-07-13 | docs/for-each-ref: update pointer to color syntax | Jeff King | 1 | -2/+4 |
2017-07-13 | check return value of verify_ref_format() | Jeff King | 3 | -5/+10 |
2017-07-13 | git-p4: filter for {'code':'info'} in p4CmdList | Miguel Torroja | 2 | -5/+8 |
2017-07-13 | git-p4: parse marshal output "p4 -G" in p4 changes | Miguel Torroja | 2 | -29/+58 |
2017-07-13 | git-p4: git-p4 tests with p4 triggers | Miguel Torroja | 1 | -0/+103 |
2017-07-12 | Sync with v2.13.3 | Junio C Hamano | 1 | -0/+9 |
2017-07-12 | Git 2.13.3 | Junio C Hamano | 2 | -1/+10 |
2017-07-12 | Merge branch 'kn/ref-filter-branch-list' into maint | Junio C Hamano | 3 | -7/+54 |
2017-07-12 | Merge branch 'ks/typofix-commit-c-comment' into maint | Junio C Hamano | 1 | -1/+1 |
2017-07-12 | Merge branch 'jk/reflog-walk-maint' into maint | Junio C Hamano | 3 | -12/+42 |
2017-07-12 | Hopefully the last batch before -rc0 | Junio C Hamano | 1 | -0/+9 |
2017-07-12 | Merge branch 'ks/fix-rebase-doc-picture' | Junio C Hamano | 1 | -1/+1 |
2017-07-12 | Merge branch 'rs/wt-status-cleanup' | Junio C Hamano | 1 | -3/+4 |
2017-07-12 | Merge branch 'rs/use-div-round-up' | Junio C Hamano | 9 | -15/+14 |
2017-07-12 | Merge branch 'kn/ref-filter-branch-list' | Junio C Hamano | 3 | -7/+54 |
2017-07-12 | Merge branch 'rs/urlmatch-cleanup' | Junio C Hamano | 1 | -5/+5 |
2017-07-12 | Merge branch 'rs/apply-avoid-over-reading' | Junio C Hamano | 1 | -2/+1 |
2017-07-12 | Merge branch 'sb/submodule-doc' | Junio C Hamano | 4 | -36/+234 |
2017-07-12 | gc: run pre-detach operations under lock | Jeff King | 2 | -0/+25 |
2017-07-11 | pre-rebase hook: capture documentation in a <<here document | Jonathan Nieder | 1 | -3/+3 |
2017-07-10 | use DIV_ROUND_UP | René Scharfe | 9 | -15/+14 |
2017-07-10 | Sync with maint | Junio C Hamano | 3 | -21/+54 |
2017-07-10 | Prepare for 2.13.3 | Junio C Hamano | 2 | -1/+54 |
2017-07-10 | Merge branch 'sb/merge-recursive-code-cleanup' into maint | Junio C Hamano | 1 | -3/+3 |
2017-07-10 | Merge branch 'jc/utf8-fprintf' into maint | Junio C Hamano | 1 | -3/+2 |
2017-07-10 | Merge branch 'js/fsck-name-object' into maint | Junio C Hamano | 1 | -1/+1 |
2017-07-10 | Merge branch 'js/t5534-rev-parse-gives-multi-line-output-fix' into maint | Junio C Hamano | 1 | -4/+10 |