aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-17 14:04:43 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-17 14:04:43 -0400
commit615053c624b357520ef01db60c58e60d848a44bd (patch)
tree90bcd7299da5767ddab3eaabb335c55b9a13a9be /git-annex.cabal
parent5b64144c2fb989f9799c1ec328b442b504b1d10f (diff)
post-recive hook to make updateInstead work in direct mode and adjusted branches
* Added post-recieve hook, which makes updateInstead work with direct mode and adjusted branches. * init: Set up the post-receive hook. This commit was sponsored by Fernando Jimenez on Patreon.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 2cd605e0b..8b9a6b2f5 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -743,6 +743,7 @@ Executable git-annex
Command.NotifyChanges
Command.NumCopies
Command.P2P
+ Command.PostReceive
Command.PreCommit
Command.Proxy
Command.ReKey
@@ -814,6 +815,7 @@ Executable git-annex
Git.Command
Git.Command.Batch
Git.Config
+ Git.ConfigTypes
Git.Construct
Git.CurrentRepo
Git.DiffTree
@@ -839,7 +841,6 @@ Executable git-annex
Git.Remote.Remove
Git.Repair
Git.Sha
- Git.SharedRepository
Git.Status
Git.Tree
Git.Types