summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-27 09:38:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-27 09:38:15 -0700
commit2432febc28907574b347e686b596d71964a30512 (patch)
tree36a97570007d56264962bb3bc0dec5f00a0ba3f1
parentdc5a48a333bc93f3b3cd2e92771e841e12df3325 (diff)
downloaddotfiles-2432febc28907574b347e686b596d71964a30512.tar.gz
add git-realadd
-rwxr-xr-xbin/git-realadd5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/git-realadd b/bin/git-realadd
new file mode 100755
index 00000000..07a372b4
--- /dev/null
+++ b/bin/git-realadd
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# see https://git-annex.branchable.com/forum/__34__git_add__34___vs___34__git_annex_add__34___in_v6/
+
+git -c 'annex.largefiles=exclude=*' add "$@"