repo.or.cz
/
guilt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
export: Create subdirectories before copying the patch files
[guilt.git]
/
guilt-help
blob
5f867b408818272086615daea4d65f9b5e635594
1
#!/bin/bash
2
#
3
# Copyright (c) Josef "Jeff" Sipek, 2007
4
#
5
6
DO_NOT_CHECK_BRANCH_EXISTENCE
=
1
7
8
USAGE
=
"[<command> | <topic>]"
9
. guilt
10
11
case
$#
in
12
0
)
13
page
=
"guilt"
14
;;
15
1
)
16
if
[
"
$1
"
!=
"guilt"
];
then
17
page
=
"guilt-
$1
"
18
else
19
page
=
"guilt"
20
fi
21
;;
22
*)
23
usage
24
;;
25
esac
26
27
man
"
$page
"