projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
792b920
)
let mkChangelog ignore untacked files
author
Michael Andres
<ma@suse.de>
Fri, 23 Dec 2011 13:53:25 +0000
(14:53 +0100)
committer
Michael Andres
<ma@suse.de>
Fri, 23 Dec 2011 13:53:25 +0000
(14:53 +0100)
mkChangelog
patch
|
blob
|
history
diff --git
a/mkChangelog
b/mkChangelog
index b3ac21f7b3a4183ea11017a33b0c00a087862ee7..ba46a7a77915a8be111c7d561214ac586e300881 100755
(executable)
--- a/
mkChangelog
+++ b/
mkChangelog
@@
-107,7
+107,7
@@
function newchangesentry() {
echo ""
}
-git status --porcelain | grep '^[^ ]' | grep -v "$VERSIONFILE\|$CHANGESFILE" && {
+git status --porcelain | grep '^[^
?
]' | grep -v "$VERSIONFILE\|$CHANGESFILE" && {
Becho "!!! Files other than version and changes are added to the index."
Becho "!!! Doing dryrun..."
DRYRUN=1