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:
c2c1792
)
Commit package dirs as well
author
Daniel Martí
<mvdan@mvdan.cc>
Tue, 2 Jul 2013 12:39:56 +0000
(14:39 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Tue, 2 Jul 2013 12:39:56 +0000
(14:39 +0200)
commitupdates
patch
|
blob
|
history
diff --git
a/commitupdates
b/commitupdates
index 7eaf913635941e7287224d791c1696937ddf0df7..dafaf064d355f2e07a026b5583967b3d34f321b8 100755
(executable)
--- a/
commitupdates
+++ b/
commitupdates
@@
-25,7
+25,8
@@
while read line; do
id=${id%.txt*}
[ -n "$name" ] && id="$name ($id)"
- echo "> git commit -m \"Update $id to $version ($vercode)\" --
\"$file\"
"
- git commit -m "Update $id to $version ($vercode)" --
"$file"
+ echo "> git commit -m \"Update $id to $version ($vercode)\" --
$file metadata/$id/
"
+ git commit -m "Update $id to $version ($vercode)" --
$file metadata/$id/
fi
done < <(git status --porcelain)
+