summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar joern.mankiewicz@06fb5bc9b732f143dee3606866362f562531310d <joernmankiewicz@web>2017-03-20 22:47:50 +0000
committerGravatar admin <admin@branchable.com>2017-03-20 22:47:50 +0000
commit14c6a778fb1d4f193fa1a56747bc9e7b6fb35549 (patch)
treecd9520e7c7a3022f0ad11b19c459b2c71b804f1f
parent709274840df51297f676c8ee94cf9617f19ce284 (diff)
Added a comment: Beware global configurations!
-rw-r--r--doc/tips/largefiles/comment_8_f036356b23a4690705a2b4df604e82ba._comment21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/tips/largefiles/comment_8_f036356b23a4690705a2b4df604e82ba._comment b/doc/tips/largefiles/comment_8_f036356b23a4690705a2b4df604e82ba._comment
new file mode 100644
index 000000000..d9845890f
--- /dev/null
+++ b/doc/tips/largefiles/comment_8_f036356b23a4690705a2b4df604e82ba._comment
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="joern.mankiewicz@06fb5bc9b732f143dee3606866362f562531310d"
+ nickname="joern.mankiewicz"
+ avatar="http://cdn.libravatar.org/avatar/446365f4d50dddc42965fa0432e70cdb"
+ subject="Beware global configurations!"
+ date="2017-03-20T22:47:50Z"
+ content="""
+Thanks, joey.
+
+Your last comment brought me onto the right track. The Problem was not in the repository, but an old stale global .gitconfig in my homedir. I just checked $XDG_CONFIG_HOME/git/config were currently my global git-config is residing and totaly forgot about this old config. Stupid me!
+
+ git config --show-origin --get annex.largefiles
+
+was my savior here as it clearly indicated that there is indeed a (unintended) config setting and where to find the file. So i can strongly recommend anybody experiencing strange behavior to try this one-liner. It might have saved me hours of time.
+
+Thanks for your help! :)
+
+Cheers
+
+Jörn
+"""]]