diff options
author | Junio C Hamano <junkio@cox.net> | 2005-04-29 16:25:05 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-29 16:25:05 -0700 |
commit | 0fc65a4572625405ff6dd9d8c16d835f2b1ebd49 (patch) | |
tree | c1546808797f6a3c4e6ae82069cee3dc316fbf24 /git-prune-script | |
parent | e515f31896844071f9721f114d289139afa8f662 (diff) | |
download | git-0fc65a4572625405ff6dd9d8c16d835f2b1ebd49.tar.gz git-0fc65a4572625405ff6dd9d8c16d835f2b1ebd49.tar.xz |
[PATCH] leftover bits for git rename
Linus said:
"Let's see what else I forgot.."
Not that many, but here they are.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'git-prune-script')
-rwxr-xr-x | git-prune-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-prune-script b/git-prune-script index d0f19f19e..b6e927a74 100755 --- a/git-prune-script +++ b/git-prune-script @@ -1,2 +1,2 @@ #!/bin/sh -fsck-cache --unreachable $(cat .git/HEAD ) | grep unreachable | cut -d' ' -f3 | sed 's:^\(..\):.git/objects/\1/:' | xargs rm +git-fsck-cache --unreachable $(cat .git/HEAD ) | grep unreachable | cut -d' ' -f3 | sed 's:^\(..\):.git/objects/\1/:' | xargs rm |