summaryrefslogtreecommitdiff
path: root/t/t4202-log.sh
AgeCommit message (Expand)Author
2013-06-11Merge branch 'cb/log-follow-with-combined'Junio C Hamano
2013-05-28fix segfault with git log -c --followClemens Buchacher
2013-03-25t4202: use test_config/test_unconfig to set/unset git config variablesYann Droneaud
2013-01-14Merge branch 'mk/maint-graph-infinity-loop' into maintJunio C Hamano
2013-01-02Merge branch 'mk/maint-graph-infinity-loop'Junio C Hamano
2012-11-09Merge branch 'js/format-2047'Jeff King
2012-10-18utf8: fix off-by-one wrapping of textJan H. Schönherr
2012-10-10log --grep: use the same helper to set -E/-F options as "git grep"Junio C Hamano
2012-09-25graph.c: infinite loop in git whatchanged --graph -mMichał Kiedrowicz
2012-09-10Merge branch 'mz/cherry-pick-cmdline-order'Junio C Hamano
2012-09-07Merge branch 'jc/dotdot-is-parent-directory'Junio C Hamano
2012-08-30teach log --no-walk=unsorted, which avoids sortingMartin von Zweigbergk
2012-08-27Fix tests under GETTEXT_POISON on diffstatJiang Xin
2012-08-23specifying ranges: we did not mean to make ".." an empty setJunio C Hamano
2012-04-30diff --stat: use less columns for change countsZbigniew Jędrzejewski-Szmek
2012-04-23Merge branch 'lp/maint-diff-three-dash-with-graph'Junio C Hamano
2012-03-20t4202: add test for "log --graph --stat -p" separator linesLucian Poston
2011-11-07merge: notice local merging of tags and keep it unwrappedJunio C Hamano
2011-05-18Add log.abbrevCommit config variableJay Soffian
2010-12-08Merge branch 'jk/maint-decorate-01-bool'Junio C Hamano
2010-11-17log.decorate: accept 0/1 bool valuesJeff King
2010-11-09tests: add missing &&Jonathan Nieder
2010-10-06t4202 (log): Replace '<git-command> || :' with test_might_failElijah Newren
2010-08-22Merge branch 'mm/shortopt-detached'Junio C Hamano
2010-08-16log: test for regression introduced in v1.7.2-rc0~103^2~2Ævar Arnfjörð Bjarmason
2010-08-06log: parse separate options like git log --grep fooMatthieu Moy
2010-08-06diff: parse separate options like -S fooMatthieu Moy
2010-04-09log.decorate: only ignore it under "log --pretty=raw"Junio C Hamano
2010-04-06log --pretty/--oneline: ignore log.decorateJunio C Hamano
2010-02-17log.decorate: usability fixesJunio C Hamano
2010-01-26fix portability issues with $ in double quotesStephen Boyd
2009-11-23strbuf_add_wrapped_text(): factor out strbuf_add_indented_text()René Scharfe
2009-08-09merge: fix incorrect merge message for ambiguous tag/branchJeff King
2009-07-18t4202-log.sh: Test git log --no-walk sort orderMichael J Gruber
2009-05-18Merge branch 'ac/graph-horizontal-line'Junio C Hamano
2009-04-26t4202: fix typov1.6.3-rc3Linus Torvalds
2009-04-23graph API: Use horizontal lines for more compact graphsAllan Caffee
2009-04-23graph API: fix a bug in the rendering of octopus mergesAllan Caffee
2009-04-23t4202-log: extend test coverage of graphingAllan Caffee
2009-03-11Merge branch 'tr/gcov'Junio C Hamano
2009-02-25Add tests for git log --pretty, --format and --oneline.Felipe Contreras
2009-02-20Test log --graphThomas Rast
2009-01-23t/t4202-log.sh: Add testcasesArjen Laarhoven
2008-08-25Fix "git log -i --grep"Jeff King
2008-07-23t/t4202-log.sh: add newline at end of fileBrandon Casey
2007-12-26Fix "git log --diff-filter" bugArjen Laarhoven