Age | Commit message (Expand) | Author | Files | Lines |
2018-08-20 | Merge branch 'ab/test-must-be-empty-for-master' | Junio C Hamano | 1 | -4/+2 |
2018-07-30 | tests: make use of the test_must_be_empty function | Ævar Arnfjörð Bjarmason | 1 | -4/+2 |
2018-07-20 | gpg-interface t: extend the existing GPG tests with GPGSM | Henning Schild | 1 | -0/+37 |
2017-11-22 | log: add option to choose which refs to decorate | Rafael Ascensão | 1 | -0/+101 |
2017-10-04 | Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-auto | Junio C Hamano | 1 | -1/+1 |
2017-10-04 | test-terminal: set TERM=vt100 | Jeff King | 1 | -1/+1 |
2017-08-02 | revision: do not fallback to default when rev_input_given is set | Jeff King | 1 | -0/+6 |
2017-06-19 | Merge branch 'ab/pcre-v2' | Junio C Hamano | 1 | -0/+12 |
2017-06-02 | Merge branch 'ab/grep-preparatory-cleanup' | Junio C Hamano | 1 | -6/+154 |
2017-06-02 | Merge branch 'jk/diff-blob' | Junio C Hamano | 1 | -0/+9 |
2017-05-30 | Merge branch 'jc/name-rev-lw-tag' | Junio C Hamano | 1 | -1/+1 |
2017-05-26 | log: add -P as a synonym for --perl-regexp | Ævar Arnfjörð Bjarmason | 1 | -0/+12 |
2017-05-24 | handle_revision_arg: reset "dotdot" consistently | Jeff King | 1 | -0/+9 |
2017-05-21 | grep: add a test asserting that --perl-regexp dies when !PCRE | Ævar Arnfjörð Bjarmason | 1 | -1/+3 |
2017-05-21 | log: make --regexp-ignore-case work with --perl-regexp | Ævar Arnfjörð Bjarmason | 1 | -5/+55 |
2017-05-21 | log: add exhaustive tests for pattern style options & config | Ævar Arnfjörð Bjarmason | 1 | -1/+97 |
2017-05-15 | builtin/log: honor log.decorate | brian m. carlson | 1 | -0/+12 |
2017-03-29 | name-rev: favor describing with tags and use committer date to tiebreak | Junio C Hamano | 1 | -1/+1 |
2017-03-24 | log: if --decorate is not given, default to --decorate=auto | Alex Henrie | 1 | -1/+9 |
2017-02-10 | Merge branch 'jk/log-graph-name-only' | Junio C Hamano | 1 | -0/+48 |
2017-02-08 | diff: print line prefix for --name-only output | Jeff King | 1 | -0/+48 |
2017-02-02 | Merge branch 'nd/log-graph-configurable-colors' | Junio C Hamano | 1 | -0/+22 |
2017-01-31 | color_parse_mem: allow empty color spec | Jeff King | 1 | -1/+1 |
2017-01-23 | log --graph: customize the graph lines with config log.graphColors | Nguyễn Thái Ngọc Duy | 1 | -0/+22 |
2016-08-31 | graph: add support for --line-prefix on all graph-aware output | Jacob Keller | 1 | -0/+323 |
2016-08-10 | Merge branch 'jc/grep-commandline-vs-configuration' into maint | Junio C Hamano | 1 | -0/+14 |
2016-08-04 | Merge branch 'jc/grep-commandline-vs-configuration' | Junio C Hamano | 1 | -0/+14 |
2016-07-25 | grep: further simplify setting the pattern type | Junio C Hamano | 1 | -0/+14 |
2016-06-24 | log: add log.showSignature configuration variable | Mehul Jain | 1 | -0/+20 |
2016-06-24 | log: add "--no-show-signature" command line option | Mehul Jain | 1 | -0/+5 |
2016-06-24 | t4202: refactor test | Mehul Jain | 1 | -2/+5 |
2016-02-25 | diff: activate diff.renames by default | Matthieu Moy | 1 | -4/+4 |
2015-12-28 | Merge branch 'jk/pending-keep-tag-name' | Junio C Hamano | 1 | -0/+29 |
2015-12-17 | revision.c: propagate tag names from pending array | Jeff King | 1 | -0/+29 |
2015-09-02 | Merge branch 'jk/log-missing-default-HEAD' | Junio C Hamano | 1 | -0/+14 |
2015-08-31 | log: diagnose empty HEAD more clearly | Jeff King | 1 | -0/+14 |
2015-07-09 | log: add "log.follow" configuration variable | David Turner | 1 | -0/+23 |
2015-03-26 | Merge branch 'jk/test-chain-lint' | Junio C Hamano | 1 | -26/+6 |
2015-03-25 | Merge branch 'dj/log-graph-with-no-walk' | Junio C Hamano | 1 | -0/+4 |
2015-03-20 | t: use verbose instead of hand-rolled errors | Jeff King | 1 | -25/+5 |
2015-03-20 | t: fix severe &&-chain breakage | Jeff King | 1 | -1/+1 |
2015-03-19 | revision: forbid combining --graph and --no-walk | Dongcan Jiang | 1 | -0/+4 |
2015-01-13 | log: teach --invert-grep option | Christoph Junghans | 1 | -0/+15 |
2014-07-09 | log: fix indentation for --graph --show-signature | Zoltan Klinger | 1 | -0/+31 |
2013-06-11 | Merge branch 'cb/log-follow-with-combined' | Junio C Hamano | 1 | -0/+14 |
2013-05-28 | fix segfault with git log -c --follow | Clemens Buchacher | 1 | -0/+14 |
2013-03-25 | t4202: use test_config/test_unconfig to set/unset git config variables | Yann Droneaud | 1 | -20/+8 |
2013-01-14 | Merge branch 'mk/maint-graph-infinity-loop' into maint | Junio C Hamano | 1 | -0/+10 |
2013-01-02 | Merge branch 'mk/maint-graph-infinity-loop' | Junio C Hamano | 1 | -0/+10 |
2012-11-09 | Merge branch 'js/format-2047' | Jeff King | 1 | -2/+2 |