summaryrefslogtreecommitdiff
path: root/t/t6006-rev-list-format.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | rev-list: fix --pretty=oneline with empty messageErik Faye-Lund2010-03-211-0/+9
|/
* strbuf_expand: convert "%%" to "%"Jeff King2010-01-141-0/+7
* Merge branch 'jc/pretty-lf'Junio C Hamano2009-11-301-0/+22
|\
| * Pretty-format: %[+-]x to tweak inter-item newlinesJunio C Hamano2009-10-041-0/+22
* | Introduce new pretty formats %g[sdD] for reflog informationThomas Rast2009-10-191-0/+18
|/
* expand --pretty=format color optionsJeff King2009-01-171-1/+8
* tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi2008-09-031-3/+3
* pretty=format: respect date format optionsJeff King2008-08-291-0/+6
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-241-1/+1
* custom pretty format: tolerate empty e-mail addressJunio C Hamano2008-01-061-0/+10
* Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek2007-09-261-8/+0
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-5/+5
* t/t6006: add tests for a slightly more complex commit messagesJeff King2007-03-281-0/+42
* Fix "--pretty=format:" for parent related items.Junio C Hamano2007-03-281-4/+4
* Add some basic tests of rev-list --pretty=formatJeff King2007-03-271-0/+108