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