Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Use run_command within receive-pack to invoke index-pack
[gitweb.git]
/
git-applymbox.sh
diff --git
a/git-applymbox.sh
b/git-applymbox.sh
index 7e690a16ee40c957b83770cf115190c53edd3013..1f68599ae51a671f8c7a3a01c6aa9c6b205dd217 100755
(executable)
--- a/
git-applymbox.sh
+++ b/
git-applymbox.sh
@@
-28,7
+28,7
@@
while case "$#" in 0) break ;; esac
do
case "$1" in
-u) utf8=-u ;;
- -n) utf8= ;;
+ -n) utf8=
-n
;;
-k) keep_subject=-k ;;
-q) query_apply=t ;;
-c) continue="$2"; resume=f; shift ;;