Add special GIT_CMD_ADD entry for using libgit2 for adding files
commit1b5d73d62cd4bc2de35301589415688a1c698bf7
authorSven Strickroth <email@cs-ware.de>
Sat, 28 Jun 2014 12:54:32 +0000 (28 14:54 +0200)
committerSven Strickroth <email@cs-ware.de>
Sat, 28 Jun 2014 12:54:32 +0000 (28 14:54 +0200)
tree45b2f4842f1ef12521b431ab549470ea70694865
parent1a294b05804421dd0d7c46015584c1638152c48c
Add special GIT_CMD_ADD entry for using libgit2 for adding files

This is added so that people using clean filters which do not seem to be supported by libgit2 do not need to disable libgit2 completely.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Git/Git.cpp
src/Git/Git.h
src/TortoiseProc/GitProgressList.cpp