diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-03 16:32:42 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-03 16:32:42 -0400 |
commit | 635c6610611f025be0c172ade7318e2cd5e09eb0 (patch) | |
tree | c63e74038bc07de69fd676782f8757de37172ebd | |
parent | 613c2b1073cdc498ed7fdb8f6f47e7cc7f1d8993 (diff) | |
parent | 9e4df1bd89799ac25ae011f0e1f1895cd406111f (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r-- | doc/todo/Long_Running_Filter_Process.mdwn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/todo/Long_Running_Filter_Process.mdwn b/doc/todo/Long_Running_Filter_Process.mdwn new file mode 100644 index 000000000..329abaf45 --- /dev/null +++ b/doc/todo/Long_Running_Filter_Process.mdwn @@ -0,0 +1,22 @@ +Hello, + +while reading the release notes of git 2.11 I noticed a cool new feature has been merged: + +> If the filter command (a string value) is defined via +> `filter.<driver>.process` then Git can process all blobs with a +> single filter invocation for the entire life of a single Git +> command. + +see the [git documentation][1]. + +This has been developed in the context of git-lfs (see [PR 1382] [2]). + +If I understand correctly how it works this could speed up v6 repos. Looking at the history/website +of git-annex there doesn't seem to be yet any work on this so I though it was worth calling the +attention on the feature. + +Thanks a lot for all the work on git-annex, it's a really amazing project! The more I study it the more cool features I discover :) + + +[1]: https://github.com/git/git/blob/v2.11.0/Documentation/gitattributes.txt#L384 +[2]: https://github.com/git-lfs/git-lfs/pull/1382 |