filter-branch: New command, useful to produce a filtered version of the git-annex branch, eg when splitting a repository

This commit is contained in:
Joey Hess 2021-05-17 14:16:46 -04:00
parent 40f093775c
commit c525d18cf7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 11 additions and 0 deletions

View file

@ -1,5 +1,7 @@
git-annex (8.20210429) UNRELEASED; urgency=medium git-annex (8.20210429) UNRELEASED; urgency=medium
* filter-branch: New command, useful to produce a filtered version of the
git-annex branch, eg when splitting a repository.
* fromkey: Create an unlocked file when used in an adjusted branch * fromkey: Create an unlocked file when used in an adjusted branch
where the file should be unlocked, or when configured by annex.addunlocked. where the file should be unlocked, or when configured by annex.addunlocked.
* Fix behavior of several commands, including reinject, addurl, and rmurl * Fix behavior of several commands, including reinject, addurl, and rmurl

View file

@ -14,3 +14,5 @@ WDYT Joey?
[[!tag projects/datalad]] [[!tag projects/datalad]]
> In progress in the `filter-branch` branch. --[[Joey]] > In progress in the `filter-branch` branch. --[[Joey]]
> [[done]] --[[Joey]]

View file

@ -0,0 +1,7 @@
[[!comment format=mdwn
username="joey"
subject="""comment 6"""
date="2021-05-17T18:15:55Z"
content="""
This is implemented.
"""]]