1. 8ddfce7 t: drop "verbose" helper function by Jeff King · 1 year, 10 months ago
  2. d1c5ae7 rev-list: add option for --pretty=format without header by brian m. carlson · 3 years, 8 months ago
  3. 1550bb6 t6[0-3]*: adjust the references to the default branch name "main" by Johannes Schindelin · 4 years, 4 months ago
  4. 334afbc tests: mark tests relying on the current default for `init.defaultBranch` by Johannes Schindelin · 4 years, 4 months ago
  5. 2ba31eb t6006, t6012: adjust tests to use 'setup' instead of synonyms by Elijah Newren · 4 years, 5 months ago
  6. e023ff0 t: remove test_oid_init in tests by brian m. carlson · 4 years, 8 months ago
  7. edf0424 t6006: make hash size independent by brian m. carlson · 5 years ago
  8. d8b8217 pretty: add "%aL" etc. to show local-part of email addresses by Prarit Bhargava · 5 years ago
  9. 2ae4944 t6006: use test-lib.sh definitions by Prarit Bhargava · 5 years ago
  10. 7b6ad97 t6006: simplify, fix, and optimize empty message test by Elijah Newren · 6 years ago
  11. ad6f028 log: add %S option (like --source) to log --format by Issac Trotts · 6 years ago
  12. 2ece6ad t: switch $_x40 to $OID_REGEX by brian m. carlson · 7 years ago
  13. 1d4b12f Revert "t6006: drop "always" color config tests" by Jeff King · 7 years ago
  14. c5bdfe6 t6006: drop "always" color config tests by Jeff King · 7 years ago
  15. e433749 test-terminal: set TERM=vt100 by Jeff King · 7 years ago
  16. 18fb7ff pretty: respect color settings for %C placeholders by Jeff King · 8 years ago
  17. d75dfb1 rev-list: pass diffopt->use_colors through to pretty-print by Jeff King · 8 years ago
  18. 097b681 t: use test_decode_color rather than literal ANSI codes by Jeff King · 8 years ago
  19. 82b83da pretty: avoid adding reset for %C(auto) if output is empty by René Scharfe · 8 years ago
  20. c99ad27 pretty: let %C(auto) reset all attributes by René Scharfe · 8 years ago
  21. b15a3e0 format_commit_message: honor `color=auto` for `%C(auto)` by Edward Thomson · 9 years ago
  22. a167ece t: use verbose instead of hand-rolled errors by Jeff King · 10 years ago
  23. 99094a7 t: fix trivial &&-chain breakage by Jeff King · 10 years ago
  24. e6ce2be tests: do not pass iso8859-1 encoded parameter by Pat Thoyts · 12 years ago
  25. ce8350f Merge branch 'jk/pretty-G-format-fixes' by Junio C Hamano · 11 years ago
  26. 958b2eb move "%G" format test from t7510 to t6006 by Jeff King · 11 years ago
  27. 7d50987 pretty.c: format string with truncate respects logOutputEncoding by Alexey Shumkin · 11 years ago
  28. d928d81 t4205, t6006: add tests that fail with i18n.logOutputEncoding set by Alexey Shumkin · 11 years ago
  29. ee3efaf t4041, t4205, t6006, t7102: don't hardcode tested encoding value by Alexey Shumkin · 11 years ago
  30. 512477b tests: use "env" to run commands with temporary env-var settings by David Tran · 11 years ago
  31. 0fe6df3 t6006 (rev-list-format): add tests for "%b" and "%s" for the case i18n.commitEncoding is not set by Alexey Shumkin · 12 years ago
  32. 17cc2ef t4205, t6006, t7102: make functions better readable by Alexey Shumkin · 12 years ago
  33. 14332bc t4041, t4205, t6006, t7102: use iso8859-1 rather than iso-8859-1 by Alexey Shumkin · 12 years ago
  34. ecaee80 pretty: --format output should honor logOutputEncoding by Alexey Shumkin · 12 years ago
  35. de6029a pretty: Add failing tests: --format output should honor logOutputEncoding by Alexey Shumkin · 12 years ago
  36. 77a6815 t6006 (rev-list-format): don't hardcode SHA-1 in expected outputs by Alexey Shumkin · 12 years ago
  37. 7e77df3 pretty: two phase conversion for non utf-8 commits by Nguyễn Thái Ngọc Duy · 12 years ago
  38. 3082517 log --format: teach %C(auto,black) to respect color config by Junio C Hamano · 12 years ago
  39. 2581ad5 t6006: clean up whitespace by Junio C Hamano · 12 years ago
  40. 500cf7c Merge branch 'jk/ident-split-fix' by Junio C Hamano · 13 years ago
  41. d9955fd fix off-by-one error in split_ident_line by Jeff King · 13 years ago
  42. 3fb0459 tests: modernise style: more uses of test_line_count by Stefano Lattarini · 13 years ago
  43. cd1957f pretty: give placeholders to reflog identity by Jeff King · 13 years ago
  44. 9130ac9 rev-list: handle %x00 NUL in user format by Jeff King · 14 years ago
  45. 7b88176 pretty: Introduce ' ' modifier to add space if non-empty by Michael J Gruber · 15 years ago
  46. 8e3bc14 Merge branch 'jn/shortlog' by Junio C Hamano · 15 years ago
  47. 67e5c87 Merge branch 'eb/unpretty-b-format' by Junio C Hamano · 15 years ago
  48. c197702 pretty: Respect --abbrev option by Will Palmer · 15 years ago
  49. f02dd06 t6006: do not write to /tmp by Matthew Ogilvie · 15 years ago
  50. 1367b12 Add `%B' in format strings for raw commit body in `git log' and friends by Eli Barzilay · 15 years ago
  51. 1fb5fdd rev-list: fix --pretty=oneline with empty message by Erik Faye-Lund · 15 years ago
  52. 0a0416a strbuf_expand: convert "%%" to "%" by Jeff King · 15 years ago
  53. 684d0d8 Merge branch 'jc/pretty-lf' by Junio C Hamano · 15 years ago
  54. 8f8f547 Introduce new pretty formats %g[sdD] for reflog information by Thomas Rast · 15 years ago
  55. 9fa708d Pretty-format: %[+-]x to tweak inter-item newlines by Junio C Hamano · 15 years ago
  56. c002922 expand --pretty=format color options by Jeff King · 16 years ago
  57. 3604e7c tests: use "git xyzzy" form (t3600 - t6999) by Nanako Shiraishi · 17 years ago
  58. d36f867 pretty=format: respect date format options by Jeff King · 17 years ago
  59. 3af8286 tests: do not use implicit "git diff --no-index" by Junio C Hamano · 17 years ago
  60. f7ab5c7 custom pretty format: tolerate empty e-mail address by Junio C Hamano · 17 years ago
  61. 55246aa Don't use "<unknown>" for placeholders and suppress printing of empty user formats. by Michal Vitecek · 17 years ago
  62. 5be6007 Rewrite "git-frotz" to "git frotz" by Junio C Hamano · 18 years ago
  63. 03bcaac t/t6006: add tests for a slightly more complex commit messages by Jeff King · 18 years ago
  64. 542e165 Fix "--pretty=format:" for parent related items. by Junio C Hamano · 18 years ago
  65. fa21b60 Add some basic tests of rev-list --pretty=format by Jeff King · 18 years ago