diff options
author | Martin Waitz <tali@admingilde.org> | 2006-05-22 12:09:14 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-22 22:42:58 +0200 |
commit | 5126f35a54f179d125775e6d18213f76aa7856b3 (patch) | |
tree | 13ef8c472399290e83783130d07bf84c6791f3b6 /generate-cmdlist.sh | |
parent | diff: minor option combination fix. (diff) | |
download | git-5126f35a54f179d125775e6d18213f76aa7856b3.tar.xz git-5126f35a54f179d125775e6d18213f76aa7856b3.zip |
git help: remove whatchanged from list of common commands
whatchanged is replaced by git log now.
Signed-off-by: Martin Waitz
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'generate-cmdlist.sh')
-rwxr-xr-x | generate-cmdlist.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generate-cmdlist.sh b/generate-cmdlist.sh index 6c59dbd68f..ec1eda20de 100755 --- a/generate-cmdlist.sh +++ b/generate-cmdlist.sh @@ -37,7 +37,6 @@ show-branch status tag verify-tag -whatchanged EOF while read cmd do |