diff options
author | Mathieu Clabaut <mathieu.clabaut@gmail.com> | 2007-12-21 15:47:30 -0600 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-03 19:53:46 -0500 |
commit | ee9cbb397107f216db196b2a7717f278a51b578d (patch) | |
tree | 060d3799d16046e0bd32f4bce387ae1a57e61413 /hg/post-apt.d/30hg-add | |
parent | 83d1b75cabbd594019ea6fb0395c4d27e38d8aa3 (diff) |
Move git files to hg one
Diffstat (limited to 'hg/post-apt.d/30hg-add')
-rw-r--r-- | hg/post-apt.d/30hg-add | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hg/post-apt.d/30hg-add b/hg/post-apt.d/30hg-add new file mode 100644 index 0000000..79aa406 --- /dev/null +++ b/hg/post-apt.d/30hg-add @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +if [ -d .git ]; then + if ! git-add .; then + echo "etckeeper warning: git-add failed" >&2 + fi +fi |