chiark
/
gitweb
/
~mdw
/
stgit
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Support tags in uncommit - use git_id instead of rev_parse
[stgit]
/
t
/
t0100-help.sh
1
#!/bin/sh
2
3
test_description='Run "stg help"'
4
5
. ./test-lib.sh
6
7
test_expect_success 'Run "stg help"' '
8
stg help
9
'
10
11
test_expect_success 'Run "stg --help"' '
12
stg --help
13
'
14
15
test_done