Introduce .IsEmpty() to TGitPath and make use of it
commit822113264e0f6e1f2e410e49e8c580165e484f42
authorSven Strickroth <email@cs-ware.de>
Fri, 27 Dec 2013 12:38:20 +0000 (27 13:38 +0100)
committerSven Strickroth <email@cs-ware.de>
Fri, 27 Dec 2013 12:38:20 +0000 (27 13:38 +0100)
treec51395d2d65cb0ff21b89026cbe321ff38ebccd4
parent6cc276d9b0907394b4afe1819eed5ae96eaa3fe1
Introduce .IsEmpty() to TGitPath and make use of it

Signed-off-by: Sven Strickroth <email@cs-ware.de>
23 files changed:
src/Git/GitStatusListCtrl.cpp
src/Git/TGitPath.cpp
src/Git/TGitPath.h
src/TGitCache/DirectoryWatcher.cpp
src/TortoiseProc/AppUtils.cpp
src/TortoiseProc/Commands/AddCommand.cpp
src/TortoiseProc/Commands/ImportPatchCommand.cpp
src/TortoiseProc/Commands/RemoveCommand.cpp
src/TortoiseProc/Commands/ResolveCommand.cpp
src/TortoiseProc/CommitDlg.cpp
src/TortoiseProc/FileDiffDlg.cpp
src/TortoiseProc/GitProgressList.cpp
src/TortoiseProc/MergeDlg.cpp
src/TortoiseProc/ProgressDlg.cpp
src/TortoiseProc/RebaseDlg.cpp
src/TortoiseProc/SyncDlg.cpp
src/TortoiseProc/TortoiseProc.cpp
src/Utils/DropFiles.cpp
src/Utils/DropFiles.h
src/Utils/PathWatcher.cpp
src/Utils/RegHistory.h
src/Utils/Registry.cpp
src/Utils/ShellUpdater.cpp