repo.or.cz
/
guilt
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rebase: Rebase pushed patches against an upstream branch
[guilt/mob.git]
/
guilt-rm
blob
f0025b442a375dbbd922d938faf609212c36bb1e
1
#!/bin/bash
2
#
3
# Copyright (c) Josef "Jeff" Sipek, 2006, 2007
4
#
5
6
USAGE
=
"<file>..."
7
. guilt
8
9
if
[
$#
-lt
1
];
then
10
usage
11
fi
12
13
git-rm
--
"$@"
14