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:
parent
40f093775c
commit
c525d18cf7
3 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
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
|
||||
where the file should be unlocked, or when configured by annex.addunlocked.
|
||||
* Fix behavior of several commands, including reinject, addurl, and rmurl
|
||||
|
|
|
@ -14,3 +14,5 @@ WDYT Joey?
|
|||
[[!tag projects/datalad]]
|
||||
|
||||
> In progress in the `filter-branch` branch. --[[Joey]]
|
||||
|
||||
> [[done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 6"""
|
||||
date="2021-05-17T18:15:55Z"
|
||||
content="""
|
||||
This is implemented.
|
||||
"""]]
|
Loading…
Reference in a new issue