summaryrefslogtreecommitdiff
path: root/src/commit/commit-algorithm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commit/commit-algorithm.hpp')
-rw-r--r--src/commit/commit-algorithm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit/commit-algorithm.hpp b/src/commit/commit-algorithm.hpp
index fca04cb..0c2980f 100644
--- a/src/commit/commit-algorithm.hpp
+++ b/src/commit/commit-algorithm.hpp
@@ -53,7 +53,7 @@ enum CommitTreeTraversalOrder {
enum CommitHook {
PRE_COMMIT,
POST_COMMIT,
- LAST
+ LAST // not a valid hook
};
class CommitData {