HomeSort by relevance Sort by last modified time
    Searched refs:amend (Results 1 - 8 of 8) sorted by null

  /external/jcommander/src/test/java/com/beust/jcommander/command/
CommandCommit.java 32 @Parameter(names = "--amend", description = "Amend")
33 public Boolean amend = false; field in class:CommandCommit
CommandTest.java 76 jc.parse("-v", "commit", "--amend", "--author=cbeust", "A.java", "B.java");
85 Assert.assertTrue(commit.amend);
CommandAliasTest.java 65 jc.parse(alias, "--amend", "--author", "jack", "file1.txt");
69 Assert.assertEquals(commit.amend.booleanValue(), true);
  /external/libvpx/libvpx/tools/
ftfy.sh 15 --amend Squashes the changes into the commit at HEAD
60 git commit --amend -F- << EOF
76 amend() { function
79 git commit -a --amend -F "$NEW_COMMIT_MSG"
146 --amend) apply "${FINAL_DIFF}"; amend;;
147 --msg-only) amend;;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
ftfy.sh 15 --amend Squashes the changes into the commit at HEAD
60 git commit --amend -F- << EOF
76 amend() { function
79 git commit -a --amend -F "$NEW_COMMIT_MSG"
147 --amend) apply "${FINAL_DIFF}"; amend;;
148 --msg-only) amend;;
  /external/bison/
Makefile.am 76 --amend=$(srcdir)/build-aux/git-log-fix \
  /external/curl/
update_curl.sh 167 git commit --amend
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-alpha1/
gradle-core-2.2.0-alpha1.jar 

Completed in 751 milliseconds