summaryrefslogtreecommitdiff
path: root/t/t6006-rev-list-format.sh
AgeCommit message (Expand)Author
2017-10-17Revert "t6006: drop "always" color config tests"Jeff King
2017-10-04t6006: drop "always" color config testsJeff King
2017-10-04test-terminal: set TERM=vt100Jeff King
2017-07-13pretty: respect color settings for %C placeholdersJeff King
2017-07-13rev-list: pass diffopt->use_colors through to pretty-printJeff King
2017-07-13t: use test_decode_color rather than literal ANSI codesJeff King
2016-09-30pretty: avoid adding reset for %C(auto) if output is emptyRené Scharfe
2016-09-19pretty: let %C(auto) reset all attributesRené Scharfe
2016-05-27format_commit_message: honor `color=auto` for `%C(auto)`Edward Thomson
2015-03-20t: use verbose instead of hand-rolled errorsJeff King
2015-03-20t: fix trivial &&-chain breakageJeff King
2014-07-15tests: do not pass iso8859-1 encoded parameterPat Thoyts
2014-07-09Merge branch 'jk/pretty-G-format-fixes'Junio C Hamano
2014-06-25move "%G" format test from t7510 to t6006Jeff King
2014-05-21pretty.c: format string with truncate respects logOutputEncodingAlexey Shumkin
2014-05-21t4205, t6006: add tests that fail with i18n.logOutputEncoding setAlexey Shumkin
2014-05-21t4041, t4205, t6006, t7102: don't hardcode tested encoding valueAlexey Shumkin
2014-03-19tests: use "env" to run commands with temporary env-var settingsDavid Tran
2013-07-05t6006 (rev-list-format): add tests for "%b" and "%s" for the case i18n.commit...Alexey Shumkin
2013-07-05t4205, t6006, t7102: make functions better readableAlexey Shumkin
2013-07-05t4041, t4205, t6006, t7102: use iso8859-1 rather than iso-8859-1Alexey Shumkin
2013-06-26pretty: --format output should honor logOutputEncodingAlexey Shumkin
2013-06-26pretty: Add failing tests: --format output should honor logOutputEncodingAlexey Shumkin
2013-06-26t6006 (rev-list-format): don't hardcode SHA-1 in expected outputsAlexey Shumkin
2013-04-18pretty: two phase conversion for non utf-8 commitsNguyễn Thái Ngọc Duy
2012-12-18log --format: teach %C(auto,black) to respect color configJunio C Hamano
2012-12-18t6006: clean up whitespaceJunio C Hamano
2012-05-25Merge branch 'jk/ident-split-fix'Junio C Hamano
2012-05-22fix off-by-one error in split_ident_lineJeff King
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini
2011-12-16pretty: give placeholders to reflog identityJeff King
2010-10-14rev-list: handle %x00 NUL in user formatJeff King
2010-06-16pretty: Introduce ' ' modifier to add space if non-emptyMichael J Gruber
2010-05-21Merge branch 'jn/shortlog'Junio C Hamano
2010-05-09Merge branch 'eb/unpretty-b-format'Junio C Hamano
2010-05-04pretty: Respect --abbrev optionWill Palmer
2010-04-17t6006: do not write to /tmpMatthew Ogilvie
2010-04-06Add `%B' in format strings for raw commit body in `git log' and friendsEli Barzilay
2010-03-21rev-list: fix --pretty=oneline with empty messageErik Faye-Lund
2010-01-14strbuf_expand: convert "%%" to "%"Jeff King
2009-11-30Merge branch 'jc/pretty-lf'Junio C Hamano
2009-10-20Introduce new pretty formats %g[sdD] for reflog informationThomas Rast
2009-10-05Pretty-format: %[+-]x to tweak inter-item newlinesJunio C Hamano
2009-01-18expand --pretty=format color optionsJeff King
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi
2008-08-29pretty=format: respect date format optionsJeff King
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-01-07custom pretty format: tolerate empty e-mail addressJunio C Hamano
2007-09-26Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano