HomeSort by relevance Sort by last modified time
    Searched defs:amend (Results 1 - 5 of 5) 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
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;;
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.2.0-alpha1/
gradle-core-2.2.0-alpha1.jar 

Completed in 123 milliseconds