diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkjvjLHW9Omza7x1VEzIFQ8Z5honhRB90I <Asheesh@web> | 2011-01-27 01:29:35 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-01-27 01:29:35 +0000 |
commit | 8dc7af780b8432d95dd6421bf7d54f11a2d312ba (patch) | |
tree | a812e1df5452682d1e83ce24f5c7a011d7df0d26 /doc | |
parent | 2e0cbcdf5db31ec6f092ba81fbb7fc6685c051a1 (diff) |
Fix some formatting.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/wishlist:_Provide_a___34__git_annex__34___command_that_will_skip_duplicates.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/bugs/wishlist:_Provide_a___34__git_annex__34___command_that_will_skip_duplicates.mdwn b/doc/bugs/wishlist:_Provide_a___34__git_annex__34___command_that_will_skip_duplicates.mdwn index 31734e01b..f4f0b7bce 100644 --- a/doc/bugs/wishlist:_Provide_a___34__git_annex__34___command_that_will_skip_duplicates.mdwn +++ b/doc/bugs/wishlist:_Provide_a___34__git_annex__34___command_that_will_skip_duplicates.mdwn @@ -1,4 +1,4 @@ -(Hi, this is paulproteus/Asheesh Laroia). +(Hi, this is paulproteus@debian, AKA Asheesh). I've been enjoying using git-annex to archive my data. @@ -8,12 +8,12 @@ My question is, is there a frontend by which I can look at some files and only s It seems there is not, so this is a wishlist bug filed so that maybe such a thing might exist. What I would really like to do is: - $ git annex add --no-add-if-already-present . - $ git commit -m "Slurping in some photos I found on my old laptop hard drive" +* $ git annex add --no-add-if-already-present . +* $ git commit -m "Slurping in some photos I found on my old laptop hard drive" And then I'd do something like: - $ git clean -f +* $ git clean -f to remove the files that didn't get annexed in this run. That way, only one filename would ever point to a particular SHA1. |