only make 1 hardlink max between pointer file and annex object
If multiple files point to the same annex object, the user may want to modify them independently, so don't use a hard link. Also, check diskreserve when copying.
This commit is contained in:
parent
c608a752a5
commit
50e83b606c
3 changed files with 40 additions and 14 deletions
|
@ -327,8 +327,6 @@ files to be unlocked, while the indirect upgrades don't touch the files.
|
|||
* Dropping a smudged file causes git status to show it as modified,
|
||||
because the timestamp has changed. Avoid this by preserving timestamp
|
||||
of smudged files when manipulating.
|
||||
* linkAnnex should check disk reserve when it falls back to copying the
|
||||
file.
|
||||
* Reconcile staged changes into the associated files database, whenever
|
||||
the database is queried.
|
||||
* See if the cases where the Keys database is not used can be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue