Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
string_list: add a new function, filter_string_list()
[gitweb.git]
/
generate-cmdlist.sh
diff --git
a/generate-cmdlist.sh
b/generate-cmdlist.sh
index 3ef4861d04ed5fed14d31b92e047a03cf5362970..9a4c9b94e61c6a310b69e546c7890a676a3fb96f 100755
(executable)
--- a/
generate-cmdlist.sh
+++ b/
generate-cmdlist.sh
@@
-15,8
+15,8
@@
do
sed -n '
/^NAME/,/git-'"$cmd"'/H
${
-
x
-
s/.*git-'"$cmd"' - \(.*\)/ {"'"$cmd"'", "\1"
},/
+ x
+
s/.*git-'"$cmd"' - \(.*\)/ {"'"$cmd"'", N_("\1")
},/
p
}' "Documentation/git-$cmd.txt"
done