| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mk/maint-graph-infinity-loop' | Junio C Hamano | 2013-01-02 | 1 | -0/+10 |
|\ |
|
| * | graph.c: infinite loop in git whatchanged --graph -m | Michał Kiedrowicz | 2012-09-25 | 1 | -0/+10 |
* | | Merge branch 'js/format-2047' | Jeff King | 2012-11-09 | 1 | -2/+2 |
|\ \ |
|
| * | | utf8: fix off-by-one wrapping of text | Jan H. Schönherr | 2012-10-18 | 1 | -2/+2 |
* | | | log --grep: use the same helper to set -E/-F options as "git grep" | Junio C Hamano | 2012-10-09 | 1 | -0/+6 |
* | | | Merge branch 'mz/cherry-pick-cmdline-order' | Junio C Hamano | 2012-09-10 | 1 | -0/+10 |
|\ \ \ |
|
| * | | | teach log --no-walk=unsorted, which avoids sorting | Martin von Zweigbergk | 2012-08-30 | 1 | -0/+10 |
| | |/
| |/| |
|
* | | | Merge branch 'jc/dotdot-is-parent-directory' | Junio C Hamano | 2012-09-07 | 1 | -0/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | specifying ranges: we did not mean to make ".." an empty set | Junio C Hamano | 2012-08-23 | 1 | -0/+7 |
| |/ |
|
* | | Fix tests under GETTEXT_POISON on diffstat | Jiang Xin | 2012-08-27 | 1 | -1/+1 |
|/ |
|
* | diff --stat: use less columns for change counts | Zbigniew Jędrzejewski-Szmek | 2012-04-30 | 1 | -15/+15 |
* | Merge branch 'lp/maint-diff-three-dash-with-graph' | Junio C Hamano | 2012-04-23 | 1 | -0/+290 |
|\ |
|
| * | t4202: add test for "log --graph --stat -p" separator lineslp/maint-diff-three-dash-with-graph | Lucian Poston | 2012-03-20 | 1 | -0/+290 |
* | | merge: notice local merging of tags and keep it unwrapped | Junio C Hamano | 2011-11-07 | 1 | -2/+2 |
|/ |
|
* | Add log.abbrevCommit config variable | Jay Soffian | 2011-05-18 | 1 | -0/+53 |
* | Merge branch 'jk/maint-decorate-01-bool' | Junio C Hamano | 2010-12-08 | 1 | -0/+9 |
|\ |
|
| * | log.decorate: accept 0/1 bool values | Jeff King | 2010-11-17 | 1 | -0/+9 |
* | | tests: add missing && | Jonathan Nieder | 2010-11-09 | 1 | -2/+2 |
* | | t4202 (log): Replace '<git-command> || :' with test_might_fail | Elijah Newren | 2010-10-06 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'mm/shortopt-detached' | Junio C Hamano | 2010-08-21 | 1 | -7/+12 |
|\ |
|
| * | log: parse separate options like git log --grep foo | Matthieu Moy | 2010-08-06 | 1 | -0/+7 |
| * | diff: parse separate options like -S foo | Matthieu Moy | 2010-08-06 | 1 | -7/+5 |
* | | log: test for regression introduced in v1.7.2-rc0~103^2~2 | Ævar Arnfjörð Bjarmason | 2010-08-15 | 1 | -1/+13 |
|/ |
|
* | log.decorate: only ignore it under "log --pretty=raw" | Junio C Hamano | 2010-04-08 | 1 | -28/+16 |
* | log --pretty/--oneline: ignore log.decorate | Junio C Hamano | 2010-04-06 | 1 | -16/+28 |
* | log.decorate: usability fixes | Junio C Hamano | 2010-02-17 | 1 | -0/+49 |
* | fix portability issues with $ in double quotes | Stephen Boyd | 2010-01-26 | 1 | -3/+3 |
* | strbuf_add_wrapped_text(): factor out strbuf_add_indented_text() | René Scharfe | 2009-11-22 | 1 | -0/+21 |
* | merge: fix incorrect merge message for ambiguous tag/branch | Jeff King | 2009-08-09 | 1 | -2/+2 |
* | t4202-log.sh: Test git log --no-walk sort order | Michael J Gruber | 2009-07-18 | 1 | -0/+20 |
* | Merge branch 'ac/graph-horizontal-line' | Junio C Hamano | 2009-05-18 | 1 | -4/+2 |
|\ |
|
| * | graph API: Use horizontal lines for more compact graphs | Allan Caffee | 2009-04-22 | 1 | -4/+2 |
* | | t4202: fix typov1.6.3-rc3 | Linus Torvalds | 2009-04-26 | 1 | -1/+1 |
* | | graph API: fix a bug in the rendering of octopus merges | Allan Caffee | 2009-04-22 | 1 | -1/+1 |
* | | t4202-log: extend test coverage of graphing | Allan Caffee | 2009-04-22 | 1 | -2/+28 |
|/ |
|
* | Merge branch 'tr/gcov' | Junio C Hamano | 2009-03-11 | 1 | -0/+148 |
|\ |
|
| * | Test log --graph | Thomas Rast | 2009-02-20 | 1 | -0/+148 |
* | | Add tests for git log --pretty, --format and --oneline. | Felipe Contreras | 2009-02-25 | 1 | -0/+40 |
|/ |
|
* | t/t4202-log.sh: Add testcases | Arjen Laarhoven | 2009-01-23 | 1 | -9/+50 |
* | Fix "git log -i --grep" | Jeff King | 2008-08-24 | 1 | -0/+22 |
* | t/t4202-log.sh: add newline at end of file | Brandon Casey | 2008-07-23 | 1 | -1/+2 |
* | Fix "git log --diff-filter" bug | Arjen Laarhoven | 2007-12-26 | 1 | -0/+74 |