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 13:42:58 -0700 |
commit | 5126f35a54f179d125775e6d18213f76aa7856b3 (patch) | |
tree | 13ef8c472399290e83783130d07bf84c6791f3b6 /generate-cmdlist.sh | |
parent | 5e363541d0431b640e4bbbafb2941d1c64fa13c4 (diff) | |
download | git-5126f35a54f179d125775e6d18213f76aa7856b3.tar.gz |
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 |