aboutsummaryrefslogtreecommitdiffstats
path: root/t/t6006-rev-list-format.sh
AgeCommit message (Expand)AuthorFilesLines
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-10-28t6006: fix prereq handling with `test_format ()`Patrick Steinhardt1-4/+4
2024-10-16t/test-lib: wire up NO_ICONV prerequisitePatrick Steinhardt1-17/+37
2024-05-27config: plug various memory leaksPatrick Steinhardt1-0/+1
2023-05-08t: drop "verbose" helper functionJeff King1-1/+1
2021-07-12rev-list: add option for --pretty=format without headerbrian m. carlson1-2/+78
2020-11-19t6[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin1-8/+8
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-10-18t6006, t6012: adjust tests to use 'setup' instead of synonymsElijah Newren1-1/+1
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-1/+0
2020-02-07t6006: make hash size independentbrian m. carlson1-1/+3
2019-10-30pretty: add "%aL" etc. to show local-part of email addressesPrarit Bhargava1-2/+6
2019-10-25t6006: use test-lib.sh definitionsPrarit Bhargava1-10/+10
2019-09-05t6006: simplify, fix, and optimize empty message testElijah Newren1-3/+2
2019-01-11log: add %S option (like --source) to log --formatIssac Trotts1-0/+4
2018-05-14t: switch $_x40 to $OID_REGEXbrian m. carlson1-2/+2
2017-10-17Revert "t6006: drop "always" color config tests"Jeff King1-5/+15
2017-10-04t6006: drop "always" color config testsJeff King1-15/+5
2017-10-04test-terminal: set TERM=vt100Jeff King1-2/+1
2017-07-13pretty: respect color settings for %C placeholdersJeff King1-34/+50
2017-07-13rev-list: pass diffopt->use_colors through to pretty-printJeff King1-0/+11
2017-07-13t: use test_decode_color rather than literal ANSI codesJeff King1-16/+26
2016-09-29pretty: avoid adding reset for %C(auto) if output is emptyRené Scharfe1-1/+1
2016-09-19pretty: let %C(auto) reset all attributesRené Scharfe1-1/+1
2016-05-27format_commit_message: honor `color=auto` for `%C(auto)`Edward Thomson1-7/+19
2015-03-20t: use verbose instead of hand-rolled errorsJeff King1-4/+1
2015-03-20t: fix trivial &&-chain breakageJeff King1-1/+1
2014-07-15tests: do not pass iso8859-1 encoded parameterPat Thoyts1-2/+2
2014-07-09Merge branch 'jk/pretty-G-format-fixes'Junio C Hamano1-0/+6
2014-06-25move "%G" format test from t7510 to t6006Jeff King1-0/+6
2014-05-21pretty.c: format string with truncate respects logOutputEncodingAlexey Shumkin1-3/+3
2014-05-21t4205, t6006: add tests that fail with i18n.logOutputEncoding setAlexey Shumkin1-2/+73
2014-05-21t4041, t4205, t6006, t7102: don't hardcode tested encoding valueAlexey Shumkin1-16/+19
2014-03-19tests: use "env" to run commands with temporary env-var settingsDavid Tran1-6/+3
2013-07-05t6006 (rev-list-format): add tests for "%b" and "%s" for the case i18n.commit...Alexey Shumkin1-13/+28
2013-07-05t4205, t6006, t7102: make functions better readableAlexey Shumkin1-20/+8
2013-07-05t4041, t4205, t6006, t7102: use iso8859-1 rather than iso-8859-1Alexey Shumkin1-7/+7
2013-06-26pretty: --format output should honor logOutputEncodingAlexey Shumkin1-4/+4
2013-06-26pretty: Add failing tests: --format output should honor logOutputEncodingAlexey Shumkin1-24/+59
2013-06-26t6006 (rev-list-format): don't hardcode SHA-1 in expected outputsAlexey Shumkin1-63/+77
2013-04-18pretty: two phase conversion for non utf-8 commitsNguyễn Thái Ngọc Duy1-6/+6
2012-12-17log --format: teach %C(auto,black) to respect color configJunio C Hamano1-0/+55
2012-12-17t6006: clean up whitespaceJunio C Hamano1-4/+4
2012-05-25Merge branch 'jk/ident-split-fix'Junio C Hamano1-0/+7
2012-05-22fix off-by-one error in split_ident_lineJeff King1-0/+7
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini1-6/+7
2011-12-16pretty: give placeholders to reflog identityJeff King1-0/+6
2010-10-13rev-list: handle %x00 NUL in user formatJeff King1-0/+8
2010-06-16pretty: Introduce ' ' modifier to add space if non-emptyMichael J Gruber1-0/+10
2010-05-21Merge branch 'jn/shortlog'Junio C Hamano1-0/+31
2010-05-08Merge branch 'eb/unpretty-b-format'Junio C Hamano1-0/+9
2010-05-04pretty: Respect --abbrev optionWill Palmer1-0/+31
2010-04-17t6006: do not write to /tmpMatthew Ogilvie1-1/+1
2010-04-05Add `%B' in format strings for raw commit body in `git log' and friendsEli Barzilay1-0/+9
2010-03-21rev-list: fix --pretty=oneline with empty messageErik Faye-Lund1-0/+9
2010-01-14strbuf_expand: convert "%%" to "%"Jeff King1-0/+7
2009-11-30Merge branch 'jc/pretty-lf'Junio C Hamano1-0/+22
2009-10-19Introduce new pretty formats %g[sdD] for reflog informationThomas Rast1-0/+18
2009-10-04Pretty-format: %[+-]x to tweak inter-item newlinesJunio C Hamano1-0/+22
2009-01-17expand --pretty=format color optionsJeff King1-1/+8
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi1-3/+3
2008-08-29pretty=format: respect date format optionsJeff King1-0/+6
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano1-1/+1
2008-01-06custom pretty format: tolerate empty e-mail addressJunio C Hamano1-0/+10
2007-09-26Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek1-8/+0
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-5/+5
2007-03-28t/t6006: add tests for a slightly more complex commit messagesJeff King1-0/+42
2007-03-28Fix "--pretty=format:" for parent related items.Junio C Hamano1-4/+4
2007-03-27Add some basic tests of rev-list --pretty=formatJeff King1-0/+108