diff options
author | Friedemann Kleint <[email protected]> | 2009-01-13 17:25:09 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2009-01-13 17:25:09 +0100 |
commit | e2ef36a65d2f8421bc448b983bbaaf8c4ee1082c (patch) | |
tree | 141ca94bf09cab4e66b74adb61a9cfc50ccf836a /src/plugins/git/gitconstants.h | |
parent | 8dfdfc06006b5493c09c36ed31cf61739376ca8f (diff) |
Fixes: Enable multiselection in file list of git submit editor
Details: Refactor the git command to be able to run a batch. Run diff and diff --cached in a batch
Diffstat (limited to 'src/plugins/git/gitconstants.h')
-rw-r--r-- | src/plugins/git/gitconstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/gitconstants.h b/src/plugins/git/gitconstants.h index 6719221f4c0..4a07ebd7160 100644 --- a/src/plugins/git/gitconstants.h +++ b/src/plugins/git/gitconstants.h @@ -47,6 +47,7 @@ const char * const GITSUBMITEDITOR_KIND = "Git Submit Editor"; const char * const SUBMIT_CURRENT = "Nokia.Git.SubmitCurrentLog"; const char * const DIFF_SELECTED = "Nokia.Git.DiffSelectedFilesInLog"; const char * const SUBMIT_MIMETYPE = "application/vnd.nokia.text.git.submit"; +const char * const GIT_BINARY = "git"; const char * const DIFF_FILE_INDICATOR = "--- "; enum { debug = 0 }; |