Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-10-18 | utf8: fix off-by-one wrapping of text | Jan H. Schönherr | 1 | -2/+2 |
2012-10-09 | log --grep: use the same helper to set -E/-F options as "git grep" | Junio C Hamano | 1 | -0/+6 |
2012-09-25 | graph.c: infinite loop in git whatchanged --graph -m | Michał Kiedrowicz | 1 | -0/+10 |
2012-09-10 | Merge branch 'mz/cherry-pick-cmdline-order' | Junio C Hamano | 1 | -0/+10 |
2012-09-07 | Merge branch 'jc/dotdot-is-parent-directory' | Junio C Hamano | 1 | -0/+7 |
2012-08-30 | teach log --no-walk=unsorted, which avoids sorting | Martin von Zweigbergk | 1 | -0/+10 |
2012-08-27 | Fix tests under GETTEXT_POISON on diffstat | Jiang Xin | 1 | -1/+1 |
2012-08-23 | specifying ranges: we did not mean to make ".." an empty set | Junio C Hamano | 1 | -0/+7 |
2012-04-30 | diff --stat: use less columns for change counts | Zbigniew Jędrzejewski-Szmek | 1 | -15/+15 |
2012-04-23 | Merge branch 'lp/maint-diff-three-dash-with-graph' | Junio C Hamano | 1 | -0/+290 |
2012-03-20 | t4202: add test for "log --graph --stat -p" separator lines | Lucian Poston | 1 | -0/+290 |
2011-11-07 | merge: notice local merging of tags and keep it unwrapped | Junio C Hamano | 1 | -2/+2 |
2011-05-18 | Add log.abbrevCommit config variable | Jay Soffian | 1 | -0/+53 |
2010-12-08 | Merge branch 'jk/maint-decorate-01-bool' | Junio C Hamano | 1 | -0/+9 |
2010-11-17 | log.decorate: accept 0/1 bool values | Jeff King | 1 | -0/+9 |
2010-11-09 | tests: add missing && | Jonathan Nieder | 1 | -2/+2 |
2010-10-06 | t4202 (log): Replace '<git-command> || :' with test_might_fail | Elijah Newren | 1 | -1/+1 |
2010-08-21 | Merge branch 'mm/shortopt-detached' | Junio C Hamano | 1 | -7/+12 |
2010-08-15 | log: test for regression introduced in v1.7.2-rc0~103^2~2 | Ævar Arnfjörð Bjarmason | 1 | -1/+13 |
2010-08-06 | log: parse separate options like git log --grep foo | Matthieu Moy | 1 | -0/+7 |
2010-08-06 | diff: parse separate options like -S foo | Matthieu Moy | 1 | -7/+5 |
2010-04-08 | log.decorate: only ignore it under "log --pretty=raw" | Junio C Hamano | 1 | -28/+16 |
2010-04-06 | log --pretty/--oneline: ignore log.decorate | Junio C Hamano | 1 | -16/+28 |
2010-02-17 | log.decorate: usability fixes | Junio C Hamano | 1 | -0/+49 |
2010-01-26 | fix portability issues with $ in double quotes | Stephen Boyd | 1 | -3/+3 |
2009-11-22 | strbuf_add_wrapped_text(): factor out strbuf_add_indented_text() | René Scharfe | 1 | -0/+21 |