1. 2daae3d commit: add --trailer option by ZheNing Hu · 4 years ago
  2. 1108cea tests: remove most uses of test_i18ncmp by Ævar Arnfjörð Bjarmason · 4 years, 1 month ago
  3. 1e2ae14 t7[5-9]*: 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. cf7a851 tests: mark two failing tests under FAIL_PREREQS by Ævar Arnfjörð Bjarmason · 6 years ago
  6. 94ca361 t7502: clean up style by Denton Liu · 6 years ago
  7. 53f684e t7502: rename commit test script to comply with naming convention by Stephen P. Smith · 6 years ago[Renamed from t/t7502-commit.sh]
  8. d3c6751 tests: make use of the test_must_be_empty function by Ævar Arnfjörð Bjarmason · 7 years ago
  9. 0fcf760 t7502: use diff.noprefix for --verbose test by Jeff King · 7 years ago
  10. 235bdc8 Merge branch 'pb/t7502-drop-dup' by Junio C Hamano · 9 years ago
  11. dde7891 t/t7502 : drop duplicate test by Pranit Bauva · 9 years ago
  12. a94594d Merge branch 'sg/commit-cleanup-scissors' into maint by Junio C Hamano · 10 years ago
  13. 07528be Merge branch 'sg/commit-cleanup-scissors' by Junio C Hamano · 10 years ago
  14. fbfa097 commit: cope with scissors lines in commit message by SZEDER Gábor · 10 years ago
  15. f84df81 t7502-commit.sh: fix a broken and-chain by Ramsay Jones · 10 years ago
  16. 1e2600d Merge branch 'nd/status-auto-comment-char' by Junio C Hamano · 11 years ago
  17. 84c9dc2 commit: allow core.commentChar=auto for character auto selection by Nguyễn Thái Ngọc Duy · 11 years ago
  18. b7242b8 commit: print "Date" line when the user has set date by Jeff King · 11 years ago
  19. 75df1f4 commit: add --cleanup=scissors by Nguyễn Thái Ngọc Duy · 11 years ago
  20. bf99231 Merge branch 'rs/commit-m-no-edit' by Junio C Hamano · 12 years ago
  21. 2520677 commit: don't start editor if empty message is given with -m by René Scharfe · 12 years ago
  22. 900c8ec Merge branch 'bc/append-signed-off-by' by Junio C Hamano · 12 years ago
  23. 631bc94 Merge branch 'yd/use-test-config-unconfig' by Junio C Hamano · 12 years ago
  24. e023a31 t7502: remove clear_config by Yann Droneaud · 12 years ago
  25. 464be63 t7502: use test_config to set/unset git config variables by Yann Droneaud · 12 years ago
  26. dcf0d12 Merge branch 'rt/commit-cleanup-config' by Junio C Hamano · 12 years ago
  27. 8c613fd git-commit: populate the edit buffer with 2 blank lines before s-o-b by Brandon Casey · 12 years ago
  28. 24e099f t7502: perform commits using alternate editor in a subshell by Brandon Casey · 12 years ago
  29. a24a41e git-commit: only append a newline to -m mesg if necessary by Brandon Casey · 12 years ago
  30. 5b012c8 t7502: demonstrate breakage with a commit message with trailing newlines by Brandon Casey · 12 years ago
  31. 67dabab t/t7502: compare entire commit message with what was expected by Brandon Casey · 12 years ago
  32. 149a421 Merge branch 'jc/custom-comment-char' by Junio C Hamano · 12 years ago
  33. eff80a9 Allow custom "comment char" by Junio C Hamano · 12 years ago
  34. 51fb3a3 commit: make default of "cleanup" option configurable by Ralf Thielow · 12 years ago
  35. 09feffb t7502: factor out autoident prerequisite by Jeff King · 12 years ago
  36. 8c8b3bc t7502: test early quit from commit with bad ident by Jeff King · 13 years ago
  37. 1d7dc26 t7502: handle systems where auto-identity is broken by Jeff King · 13 years ago
  38. ceacd91 t7502: drop confusing test_might_fail call by Jeff King · 13 years ago
  39. 1f4bf34 t7502: narrow checks for author/committer name in template by Jeff King · 13 years ago
  40. 34565f2 t7502: properly quote GIT_EDITOR by Jeff King · 13 years ago
  41. a9ebc43 t7502: clean up fake_editor tests by Jeff King · 13 years ago
  42. 3fb0459 tests: modernise style: more uses of test_line_count by Stefano Lattarini · 13 years ago
  43. f79ce8d i18n: use test_i18ngrep and test_i18ncmp in t7502 by Junio C Hamano · 14 years ago
  44. 919a4ce i18n: git-status "Changes to be committed" message by Ævar Arnfjörð Bjarmason · 14 years ago
  45. 0b430a1 i18n: git-commit "enter the commit message" message by Ævar Arnfjörð Bjarmason · 14 years ago
  46. 7f5673d i18n: git-commit print_summary messages by Ævar Arnfjörð Bjarmason · 14 years ago
  47. fe8165c i18n: git-commit formatting messages by Ævar Arnfjörð Bjarmason · 14 years ago
  48. 2dec68c tests: add missing &&, batch 2 by Jonathan Nieder · 14 years ago
  49. 00648ba Introduce sane_unset and use it to ensure proper && chaining by Elijah Newren · 14 years ago
  50. 1a5296c Merge branch 'tc/commit-abbrev-fix' by Junio C Hamano · 15 years ago
  51. a45e1a8 commit::print_summary(): don't use format_commit_message() by Tay Ray Chuan · 15 years ago
  52. cee9f2b t7502-commit: add summary output tests for empty and merge commits by Tay Ray Chuan · 15 years ago
  53. fc6fa0d t7502-commit: add tests for summary output by Tay Ray Chuan · 15 years ago
  54. e8f3016 t7502-commit: fix spelling by Tay Ray Chuan · 15 years ago
  55. f9c0181 t7502: test commit.status, --status and --no-status by Junio C Hamano · 15 years ago
  56. e513843 builtin-commit.c: fix logic to omit empty line before existing footers by Junio C Hamano · 15 years ago
  57. fb9a2be t7502-commit: Skip SIGTERM test on Windows by Johannes Sixt · 16 years ago
  58. 4f672ad wt-status: load diff ui config by Jeff King · 16 years ago
  59. fdc7c81 Compact commit template message by Jeff King · 17 years ago
  60. bd2574c Advertise the ability to abort a commit by Anders Melchiorsen · 17 years ago
  61. 09b78bc t7502-commit.sh: rearrange test to make more portable by Brandon Casey · 17 years ago
  62. e200783 t7502-commit.sh: test_must_fail doesn't work with inline environment variables by Brandon Casey · 17 years ago
  63. de5825c t7502: honor SHELL_PATH by Junio C Hamano · 17 years ago
  64. a3c91e0 t7502: tighten loosely written test sequence by Junio C Hamano · 17 years ago
  65. 7845944 t7502: do not globally unset GIT_COMMITTER_* environment variables by Junio C Hamano · 17 years ago
  66. 67bfc03 commit: drop duplicated parents by Junio C Hamano · 17 years ago
  67. ad5fa3c rollback lock files on more signals than just SIGINT by Paolo Bonzini · 17 years ago
  68. d16d5cd Replace in-place sed in t7502-commit by Marcel Koeppen · 17 years ago
  69. bb1ae3f commit: Show committer if automatic by Santi Béjar · 17 years ago
  70. e83dbe8 commit: Show author if different from committer by Santi Béjar · 17 years ago
  71. 82ebb0b add test_cmp function for test scripts by Jeff King · 17 years ago
  72. ec84bd0 git-commit: Refactor creation of log message. by Paolo Bonzini · 17 years ago
  73. 5f06573 Allow selection of different cleanup modes for commit messages by Alex Riesen · 17 years ago
  74. b468f0c Add a few more tests for git-commit by Junio C Hamano · 17 years ago