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:
59146ca
)
use diff on staged files too
author
Daniel Martí
<mvdan@mvdan.cc>
Thu, 27 Jun 2013 19:32:06 +0000
(21:32 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Thu, 27 Jun 2013 19:32:06 +0000
(21:32 +0200)
commitupdates
patch
|
blob
|
history
diff --git
a/commitupdates
b/commitupdates
index 675c8e142f141656e8305626d732229fdb821371..7eaf913635941e7287224d791c1696937ddf0df7 100755
(executable)
--- a/
commitupdates
+++ b/
commitupdates
@@
-13,7
+13,7
@@
while read line; do
build=${build#*,}
vercode=${build%%,*}
fi
- done < <(git diff -- "$file")
+ done < <(git diff
HEAD
-- "$file")
[ $newbuild -eq 0 ] && continue