summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-20 23:36:50 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-20 23:36:50 -0400
commitdd64044f9f4709cc9451b65c0f554de7c4beb1e2 (patch)
tree8436ab8860740f3675905a1ad5199a4979db7c39
parent170d56650b431973296d00fa15eedf988a7838ad (diff)
parent14c6a778fb1d4f193fa1a56747bc9e7b6fb35549 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-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
+"""]]