comment
authorJoey Hess <joeyh@joeyh.name>
Wed, 16 Nov 2016 18:33:33 +0000 (14:33 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 16 Nov 2016 18:33:33 +0000 (14:33 -0400)
doc/forum/vanilla_git_repo_as_special_remote__63__/comment_1_67e186265ae21f2cd8451750152f2a6d._comment [new file with mode: 0644]

diff --git a/doc/forum/vanilla_git_repo_as_special_remote__63__/comment_1_67e186265ae21f2cd8451750152f2a6d._comment b/doc/forum/vanilla_git_repo_as_special_remote__63__/comment_1_67e186265ae21f2cd8451750152f2a6d._comment
new file mode 100644 (file)
index 0000000..6539749
--- /dev/null
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-11-16T18:30:12Z"
+ content="""
+You can use bup as a special remote, which will store the content in a git
+repository. But, not in a form that git diff can be used with.
+
+[[git-annex-diffdriver]] can be used to make `git diff` work on annexed
+files. For example:
+
+       export GIT_EXTERNAL_DIFF="git-annex diffdriver -- diff -u --"
+"""]]