chiark
/
gitweb
/
~ianmdlvl
/
dgit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9895af2
)
git-debrebase: pseudocode typo
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 24 May 2017 17:26:09 +0000
(18:26 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 16 Jun 2018 11:25:49 +0000
(12:25 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
git-debrebase
patch
|
blob
|
history
diff --git
a/git-debrebase
b/git-debrebase
index cbf7e91ea12ec5ab5ec6aad1881fcb8bf3c1fc0b..376c67e86f71b9476a13ac25ecb3739a65f84daf 100755
(executable)
--- a/
git-debrebase
+++ b/
git-debrebase
@@
-236,7
+236,7
@@
sub classify ($) {
} elsif ($d & (D_PAT_ADD|D_PAT_OTH)) {
return $unknown->("edits debian/patches");
} elsif ($d == D_DEB) {
- check if there were any deb before, i
s
not this is
+ check if there were any deb before, i
f
not this is
a packaging introduction (ie breakwater root)
return $classify->(qw(Packaging));
} elsif ($d == D_UPS) {