summaryrefslogtreecommitdiff
path: root/t/t6006-rev-list-format.sh
Commit message (Expand)AuthorAgeFilesLines
* t: drop "verbose" helper functionJeff King2023-05-081-1/+1
* rev-list: add option for --pretty=format without headerbrian m. carlson2021-07-121-2/+78
* t6[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-8/+8
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* t6006, t6012: adjust tests to use 'setup' instead of synonymsElijah Newren2020-10-181-1/+1
* t: remove test_oid_init in testsbrian m. carlson2020-07-301-1/+0
* t6006: make hash size independentbrian m. carlson2020-02-071-1/+3
* pretty: add "%aL" etc. to show local-part of email addressesPrarit Bhargava2019-10-301-2/+6
* t6006: use test-lib.sh definitionsPrarit Bhargava2019-10-251-10/+10
* t6006: simplify, fix, and optimize empty message testElijah Newren2019-09-051-3/+2
* log: add %S option (like --source) to log --formatIssac Trotts2019-01-111-0/+4
* t: switch $_x40 to $OID_REGEXbrian m. carlson2018-05-141-2/+2
* Revert "t6006: drop "always" color config tests"Jeff King2017-10-171-5/+15
* t6006: drop "always" color config testsJeff King2017-10-041-15/+5
* test-terminal: set TERM=vt100Jeff King2017-10-041-2/+1
* pretty: respect color settings for %C placeholdersJeff King2017-07-131-34/+50
* rev-list: pass diffopt->use_colors through to pretty-printJeff King2017-07-131-0/+11
* t: use test_decode_color rather than literal ANSI codesJeff King2017-07-131-16/+26
* pretty: avoid adding reset for %C(auto) if output is emptyrs/c-auto-resets-attributesRené Scharfe2016-09-291-1/+1
* pretty: let %C(auto) reset all attributesRené Scharfe2016-09-191-1/+1
* format_commit_message: honor `color=auto` for `%C(auto)`et/pretty-format-c-autoEdward Thomson2016-05-271-7/+19
* t: use verbose instead of hand-rolled errorsJeff King2015-03-201-4/+1
* t: fix trivial &&-chain breakageJeff King2015-03-201-1/+1
* tests: do not pass iso8859-1 encoded parameterPat Thoyts2014-07-151-2/+2
* Merge branch 'jk/pretty-G-format-fixes'Junio C Hamano2014-07-091-0/+6
|\
| * move "%G" format test from t7510 to t6006jk/pretty-G-format-fixesJeff King2014-06-251-0/+6
* | pretty.c: format string with truncate respects logOutputEncodingas/pretty-truncateAlexey Shumkin2014-05-211-3/+3
* | t4205, t6006: add tests that fail with i18n.logOutputEncoding setAlexey Shumkin2014-05-211-2/+73
* | t4041, t4205, t6006, t7102: don't hardcode tested encoding valueAlexey Shumkin2014-05-211-16/+19
|/
* tests: use "env" to run commands with temporary env-var settingsdt/tests-with-env-not-subshellDavid Tran2014-03-191-6/+3
* t6006 (rev-list-format): add tests for "%b" and "%s" for the case i18n.commit...Alexey Shumkin2013-07-051-13/+28
* t4205, t6006, t7102: make functions better readableAlexey Shumkin2013-07-051-20/+8
* t4041, t4205, t6006, t7102: use iso8859-1 rather than iso-8859-1Alexey Shumkin2013-07-051-7/+7
* pretty: --format output should honor logOutputEncodingAlexey Shumkin2013-06-261-4/+4
* pretty: Add failing tests: --format output should honor logOutputEncodingAlexey Shumkin2013-06-261-24/+59
* t6006 (rev-list-format): don't hardcode SHA-1 in expected outputsAlexey Shumkin2013-06-261-63/+77
* pretty: two phase conversion for non utf-8 commitsNguyễn Thái Ngọc Duy2013-04-181-6/+6
* log --format: teach %C(auto,black) to respect color configJunio C Hamano2012-12-171-0/+55
* t6006: clean up whitespaceJunio C Hamano2012-12-171-4/+4
* Merge branch 'jk/ident-split-fix'Junio C Hamano2012-05-251-0/+7
|\
| * fix off-by-one error in split_ident_lineJeff King2012-05-221-0/+7
* | tests: modernise style: more uses of test_line_countStefano Lattarini2012-04-111-6/+7
|/
* pretty: give placeholders to reflog identityjk/pretty-reglog-entJeff King2011-12-161-0/+6
* rev-list: handle %x00 NUL in user formatJeff King2010-10-131-0/+8
* pretty: Introduce ' ' modifier to add space if non-emptyMichael J Gruber2010-06-161-0/+10
* Merge branch 'jn/shortlog'Junio C Hamano2010-05-211-0/+31
|\
| * pretty: Respect --abbrev optionWill Palmer2010-05-041-0/+31
* | Merge branch 'eb/unpretty-b-format'Junio C Hamano2010-05-081-0/+9
|\ \
| * | Add `%B' in format strings for raw commit body in `git log' and friendsEli Barzilay2010-04-051-0/+9
* | | t6006: do not write to /tmpMatthew Ogilvie2010-04-171-1/+1
| |/ |/|