chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd50903
)
have commitupdates show the diff (commit -v)
author
Daniel Martí
<mvdan@mvdan.cc>
Tue, 29 Oct 2013 12:45:41 +0000
(13:45 +0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Tue, 29 Oct 2013 12:45:41 +0000
(13:45 +0100)
tools/commitupdates
patch
|
blob
|
history
diff --git
a/tools/commitupdates
b/tools/commitupdates
index d0f97e1c255e0d67446e60fa7f3dfdf20b5cb652..bd4480033057d9a975affdc4341049120a17d3f2 100755
(executable)
--- a/
tools/commitupdates
+++ b/
tools/commitupdates
@@
-36,7
+36,7
@@
while read line; do
[ -d metadata/$id ] && extra=metadata/$id
[ -n "$name" ] && id="$name ($id)"
- commands+=("git commit -m 'Update $id to $version ($vercode)' -e -- $file $extra")
+ commands+=("git commit -m 'Update $id to $version ($vercode)' -e -
v -
- $file $extra")
fi
done < <(git status --porcelain)