Home | History | Annotate | Download | only in Scripts

Lines Matching full:commit

73     my $builtEditorApplication = "$baseDir/Release/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
80 my $builtEditorApplication = "$baseDir/Debug/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
87 my $builtEditorApplication = "$ENV{HOME}/Applications/Commit Log Editor.app/Contents/MacOS/Commit Log Editor";
144 # Don't change anything if there's already a log message (as can happen with git-commit --amend).
239 # populate git commit message with WebKit-format ChangeLog entries unless explicitly disabled
292 # When this script gets run from inside git commit, msys-style paths in the
342 return $editor =~ m/commit-log-editor/;