Searched refs:amend (Results 1 – 17 of 17) sorted by relevance
18 amend)20 if [ -f .amend ]; then21 rm .amend25 touch .amend
37 if [ -f .amend ]; then
15 --amend Squashes the changes into the commit at HEAD60 git commit --amend -F- << EOF76 amend() { function79 git commit -a --amend -F "$NEW_COMMIT_MSG"145 --amend) apply "${FINAL_DIFF}"; amend;;146 --msg-only) amend;;
71 git commit --all --amend99 git config alias.amend-head 'commit --all --amend --reuse-message=@'
33 public Boolean amend = false; field in CommandCommit
85 Assert.assertTrue(commit.amend); in commandTest2()
69 Assert.assertEquals(commit.amend.booleanValue(), true); in testCommitWithAlias()
51 .amend
63 --amend=FILE FILE maps from an SHA1 to perl code (i.e., s/old/new/) that105 In a FILE specified via --amend, comment lines (starting with "#") are ignored.111 Here is sample input for use with --amend=FILE, from coreutils:236 'amend=s' => \$amend_file,413 # Complain about any unused entry in the --amend=F specified file.
76 --amend=$(srcdir)/build-aux/git-log-fix \
2006 --amend=$(srcdir)/build-aux/git-log-fix \
167 git commit --amend
41 version of it. (Use the `git rebase` or `git commit --amend` commands.)
117 # there is nothing to amend without a dependency tracking file list.
193 Check you are happy with the commit message and amend it if necessary. Now switch to
19898 修改 < amend;34642 修改 > amend;