diff options
author | CandyAngel <CandyAngel@web> | 2015-03-27 12:06:20 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-03-27 12:06:20 +0000 |
commit | 4d8a9524293469c4c8d029c475f096895dc1601a (patch) | |
tree | ff36f6ef09dc9439c2dfc871e3f17545c5e13976 | |
parent | 661042ad36cb9409a98df2a3ee21eec31f7a17e6 (diff) |
Fixed formatting
-rw-r--r-- | doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks.mdwn | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks.mdwn b/doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks.mdwn index 4b610b1c2..1bdc62174 100644 --- a/doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks.mdwn +++ b/doc/todo/__34__git-annex_fix__34___on_untracked__44___but_git-annexy_symlinks.mdwn @@ -4,15 +4,15 @@ Would it be possible for 'git annex fix' to work even on untracked symlinks (per This would allow me to do stuff like this: - $ cd ~/old_broken_annex - $ cp -t ~/other_annex/presentcheck * - $ cd ~/other_annex/presentcheck + $ cd ~/old_broken_annex + $ cp -t ~/other_annex/presentcheck * + $ cd ~/other_annex/presentcheck - ### This currently does nothing if the symlinks are untracked - $ git annex fix --force . - - $ find -type l -not -xtype l -print0 | xargs -0 git add - $ git commit -m "yay, we found some files!" - $ find -type l -xtype l -print0 | xargs -0 mv -t ~/files_not_found + ### This currently does nothing if the symlinks are untracked + $ git annex fix --force . + + $ find -type l -not -xtype l -print0 | xargs -0 git add + $ git commit -m "yay, we found some files!" + $ find -type l -xtype l -print0 | xargs -0 mv -t ~/files_not_found Admittedly, to do this now, you just have to stage the symlinks before you fix but there may be other situations where this is useful (and I can't think of anything else you would want 'fix --force' to do).. |