small formatting fix.
This commit is contained in:
parent
6a2a4aaba1
commit
4dffddb343
1 changed files with 4 additions and 0 deletions
|
@ -4,12 +4,16 @@ git-annex should use smudge/clean filters.
|
||||||
|
|
||||||
* Reconcile staged changes into the associated files database, whenever
|
* Reconcile staged changes into the associated files database, whenever
|
||||||
the database is queried. This is needed to handle eg:
|
the database is queried. This is needed to handle eg:
|
||||||
|
|
||||||
|
```
|
||||||
git add largefile
|
git add largefile
|
||||||
git mv largefile othername
|
git mv largefile othername
|
||||||
git annex move othername --to foo
|
git annex move othername --to foo
|
||||||
# fails to drop content from associated file othername,
|
# fails to drop content from associated file othername,
|
||||||
# because it doesn't know it has that name
|
# because it doesn't know it has that name
|
||||||
# git commit clears up this mess
|
# git commit clears up this mess
|
||||||
|
```
|
||||||
|
|
||||||
* Dropping a smudged file causes git status (and git annex status)
|
* Dropping a smudged file causes git status (and git annex status)
|
||||||
to show it as modified, because the timestamp has changed.
|
to show it as modified, because the timestamp has changed.
|
||||||
Getting a smudged file can also cause this.
|
Getting a smudged file can also cause this.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue