diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-11-16 14:33:33 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-11-16 14:33:33 -0400 |
commit | 7a3087b898c2daa7b6c04ba8feeca861b47b6845 (patch) | |
tree | afb00f1afa3691918cf49c69ac7f826de13b8532 /doc | |
parent | 3cd883d1acc24a4debe542b28e86e745959177f5 (diff) |
comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/vanilla_git_repo_as_special_remote__63__/comment_1_67e186265ae21f2cd8451750152f2a6d._comment | 13 |
1 files changed, 13 insertions, 0 deletions
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 index 000000000..65397495a --- /dev/null +++ b/doc/forum/vanilla_git_repo_as_special_remote__63__/comment_1_67e186265ae21f2cd8451750152f2a6d._comment @@ -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 --" +"""]] |