Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
64d4a35523
4 changed files with 31 additions and 1 deletions
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="jason.dixon.email@aa0e536a2ec2877d6f666108dbbc6e39bbe87ac0"
|
||||
nickname="jason.dixon.email"
|
||||
avatar="http://cdn.libravatar.org/avatar/fbe9050fc83bbd536d307d87ea14d4bc"
|
||||
subject="Friendly bump to keep on the radar"
|
||||
date="2019-10-24T09:26:23Z"
|
||||
content="""
|
||||
This would be a great feature to have one day. It would work really well in tandem with get/drop/fsck commands to assist in moving files around a disjointed network.
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="ghen1"
|
||||
avatar="http://cdn.libravatar.org/avatar/efd0e92b6198291138f0cd7aedbf86b6"
|
||||
subject="comment 1"
|
||||
date="2019-10-23T21:03:11Z"
|
||||
content="""
|
||||
Is this because of my forum post? I wasn't intending to sound antagonistic about the v7 upgrade. I just want to make sure I don't have any data loss is all. I'm fine with v7.
|
||||
"""]]
|
|
@ -11,4 +11,8 @@ The only way I found to do this was to use the `find` command, like this:
|
|||
|
||||
find -lname '*SHA256E-s16279847--ce02487cd9f78f5944cbc1acb6622d270f7c16172d0fa12ae1330a4d9c3144a0.mp3'
|
||||
|
||||
I would love to have a way to use `git-annex`'s knowledge of its own repo here instead... Could this be improved? --[[anarcat]]
|
||||
You can also use:
|
||||
|
||||
git log --stat -1 -SKEY
|
||||
|
||||
to find the commits (and therefore the files) that link to the given key. That said, `git-annex` does not have any knowledge that would let it do better than either of these commands, at least not reliably. -- [[anarcat]]
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="anarcat"
|
||||
avatar="http://cdn.libravatar.org/avatar/4ad594c1e13211c1ad9edb81ce5110b7"
|
||||
subject="right! forgot about log -S"
|
||||
date="2019-10-23T20:16:26Z"
|
||||
content="""
|
||||
aah yes, log -S, I forgot about that one. Good tip, I added it to the main body... thanks!
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue