cherry-pick too
This commit is contained in:
parent
ede54b93ea
commit
6bd67d4d46
2 changed files with 4 additions and 3 deletions
|
@ -97,8 +97,8 @@ And here's the consequences of git-annex's workarounds:
|
||||||
fix the git status display.
|
fix the git status display.
|
||||||
|
|
||||||
* git does not run any hook after a `git stash` or `git reset --hard`,
|
* git does not run any hook after a `git stash` or `git reset --hard`,
|
||||||
so after these operations, annexed files remain unpopulated until
|
or `git cherry-pick`, so after these operations, annexed files remain unpopulated
|
||||||
the user runs `git annex fix`.
|
until the user runs `git annex fix`.
|
||||||
|
|
||||||
The best fix would be to improve git's smudge/clean interface:
|
The best fix would be to improve git's smudge/clean interface:
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,8 @@ git-annex should use smudge/clean filters. v6 mode
|
||||||
once the merge got committed.
|
once the merge got committed.
|
||||||
|
|
||||||
Problem: No hook seems to be run for git stash / git stash apply
|
Problem: No hook seems to be run for git stash / git stash apply
|
||||||
or for git reset --hard. Fatal or can we live with needing to run a
|
or for git reset --hard or git cherry-pick.
|
||||||
|
Fatal or can we live with needing to run a
|
||||||
git-annex command to populate the files after those commands?
|
git-annex command to populate the files after those commands?
|
||||||
|
|
||||||
Optionally: Use the filterdriver interface during checkout. Unfortunately that
|
Optionally: Use the filterdriver interface during checkout. Unfortunately that
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue