summaryrefslogtreecommitdiff
path: root/t/t4202-log.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/log-graph-name-only'Junio C Hamano2017-02-101-0/+48
|\
| * diff: print line prefix for --name-only outputjk/log-graph-name-onlyJeff King2017-02-081-0/+48
| * Merge branch 'jc/grep-commandline-vs-configuration' into maintJunio C Hamano2016-08-101-0/+14
| |\
* | \ Merge branch 'nd/log-graph-configurable-colors'Junio C Hamano2017-02-021-0/+22
|\ \ \
| * | | color_parse_mem: allow empty color specJeff King2017-01-311-1/+1
| * | | log --graph: customize the graph lines with config log.graphColorsNguyễn Thái Ngọc Duy2017-01-231-0/+22
* | | | graph: add support for --line-prefix on all graph-aware outputJacob Keller2016-08-311-0/+323
|/ / /
* | | Merge branch 'jc/grep-commandline-vs-configuration'Junio C Hamano2016-08-041-0/+14
|\ \ \ | | |/ | |/|
| * | grep: further simplify setting the pattern typejc/grep-commandline-vs-configurationJunio C Hamano2016-07-251-0/+14
* | | log: add log.showSignature configuration variablemj/log-show-signature-confMehul Jain2016-06-241-0/+20
* | | log: add "--no-show-signature" command line optionMehul Jain2016-06-241-0/+5
* | | t4202: refactor testMehul Jain2016-06-241-2/+5
| |/ |/|
* | diff: activate diff.renames by defaultmm/diff-renames-defaultMatthieu Moy2016-02-251-4/+4
* | Merge branch 'jk/pending-keep-tag-name'Junio C Hamano2015-12-281-0/+29
|\ \
| * | revision.c: propagate tag names from pending arrayjk/pending-keep-tag-nameJeff King2015-12-171-0/+29
* | | Merge branch 'jk/log-missing-default-HEAD'Junio C Hamano2015-09-021-0/+14
|\ \ \
| * | | log: diagnose empty HEAD more clearlyjk/log-missing-default-HEADJeff King2015-08-311-0/+14
| | |/ | |/|
* | | log: add "log.follow" configuration variableDavid Turner2015-07-091-0/+23
|/ /
* | Merge branch 'jk/test-chain-lint'Junio C Hamano2015-03-261-26/+6
|\ \
| * | t: use verbose instead of hand-rolled errorsJeff King2015-03-201-25/+5
| * | t: fix severe &&-chain breakageJeff King2015-03-201-1/+1
* | | Merge branch 'dj/log-graph-with-no-walk'Junio C Hamano2015-03-251-0/+4
|\ \ \ | |/ / |/| |
| * | revision: forbid combining --graph and --no-walkdj/log-graph-with-no-walkDongcan Jiang2015-03-191-0/+4
| |/
* | log: teach --invert-grep optioncj/log-invert-grepChristoph Junghans2015-01-131-0/+15
|/
* log: fix indentation for --graph --show-signaturezk/log-graph-showsigZoltan Klinger2014-07-091-0/+31
* Merge branch 'cb/log-follow-with-combined'Junio C Hamano2013-06-111-0/+14
|\
| * fix segfault with git log -c --followClemens Buchacher2013-05-281-0/+14
| * Merge branch 'mk/maint-graph-infinity-loop' into maintJunio C Hamano2013-01-141-0/+10
| |\
* | | t4202: use test_config/test_unconfig to set/unset git config variablesYann Droneaud2013-03-251-20/+8
* | | Merge branch 'mk/maint-graph-infinity-loop'Junio C Hamano2013-01-021-0/+10
|\ \ \ | |/ / |/| / | |/
| * graph.c: infinite loop in git whatchanged --graph -mMichał Kiedrowicz2012-09-251-0/+10
* | Merge branch 'js/format-2047'Jeff King2012-11-091-2/+2
|\ \
| * | utf8: fix off-by-one wrapping of textJan H. Schönherr2012-10-181-2/+2
* | | log --grep: use the same helper to set -E/-F options as "git grep"Junio C Hamano2012-10-091-0/+6
* | | Merge branch 'mz/cherry-pick-cmdline-order'Junio C Hamano2012-09-101-0/+10
|\ \ \
| * | | teach log --no-walk=unsorted, which avoids sortingMartin von Zweigbergk2012-08-301-0/+10
| | |/ | |/|
* | | Merge branch 'jc/dotdot-is-parent-directory'Junio C Hamano2012-09-071-0/+7
|\ \ \ | | |/ | |/|
| * | specifying ranges: we did not mean to make ".." an empty setJunio C Hamano2012-08-231-0/+7
| |/
* | Fix tests under GETTEXT_POISON on diffstatJiang Xin2012-08-271-1/+1
|/
* diff --stat: use less columns for change countsZbigniew Jędrzejewski-Szmek2012-04-301-15/+15
* Merge branch 'lp/maint-diff-three-dash-with-graph'Junio C Hamano2012-04-231-0/+290
|\
| * t4202: add test for "log --graph --stat -p" separator lineslp/maint-diff-three-dash-with-graphLucian Poston2012-03-201-0/+290
* | merge: notice local merging of tags and keep it unwrappedJunio C Hamano2011-11-071-2/+2
|/
* Add log.abbrevCommit config variableJay Soffian2011-05-181-0/+53
* Merge branch 'jk/maint-decorate-01-bool'Junio C Hamano2010-12-081-0/+9
|\
| * log.decorate: accept 0/1 bool valuesJeff King2010-11-171-0/+9
* | tests: add missing &&Jonathan Nieder2010-11-091-2/+2
* | t4202 (log): Replace '<git-command> || :' with test_might_failElijah Newren2010-10-061-1/+1
|/
* Merge branch 'mm/shortopt-detached'Junio C Hamano2010-08-211-7/+12
|\
| * log: parse separate options like git log --grep fooMatthieu Moy2010-08-061-0/+7