Extend the hook scripts with the ability to use information from the project properti...
commita52b72da377b9bd79a2ebfccac7a6eb0195e3d66
authorStefan Küng <stefankueng@gmail.com>
Sat, 24 Mar 2018 16:09:36 +0000 (24 17:09 +0100)
committerSven Strickroth <email@cs-ware.de>
Fri, 19 Oct 2018 19:35:50 +0000 (19 21:35 +0200)
tree41b0ad42ca5564b1111c63b6223d6a0545052a9c
parenteca8ab7e9c8341d17b527a267efa54c699343ad6
Extend the hook scripts with the ability to use information from the project properties instead of the registry alone

This way a hook script can be configured inside a repository using the .tgitconfig file without every user having to configure it manually.

Signed-off-by: Stefan Küng <stefankueng@gmail.com>
Signed-off-by: Sven Strickroth <email@cs-ware.de>
16 files changed:
Languages/Tortoise.pot
doc/source/en/TortoiseGit/tgit_dug/dug_settings_hooks.xml
src/Resources/TortoiseProcENG.rc
src/TortoiseProc/AppUtils.cpp
src/TortoiseProc/CommitDlg.cpp
src/TortoiseProc/ProjectProperties.cpp
src/TortoiseProc/ProjectProperties.h
src/TortoiseProc/RebaseDlg.cpp
src/TortoiseProc/Settings/SetHooks.cpp
src/TortoiseProc/Settings/SetHooksAdv.cpp
src/TortoiseProc/Settings/SetHooksAdv.h
src/TortoiseProc/SyncDlg.cpp
src/TortoiseProc/SyncDlg.h
src/TortoiseProc/resource.h
src/Utils/Hooks.cpp
src/Utils/Hooks.h