commit | 9dd5bded1bdc4f518aeed6a32ad70ccdd182dde5 | [log] [tgz] |
---|---|---|
author | Pierre Habouzit <madcoder@debian.org> | Sat Mar 08 19:27:09 2008 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Mar 09 23:45:12 2008 -0700 |
tree | 09b874c0133b70deead568d9309dca8ce980c45f | |
parent | 56d5fe285583b5177ffc65dbe7df636ed5b8cc6b [diff] |
git-quiltimport: better parser to grok "enhanced" series files. The previous parser wasn't able to grok: * empty lines; * annotated patch levels (trailing -pNNN annotations); * trailing comments. Now it understands them and uses the patch level hints as a git apply argument. Signed-off-by: Pierre Habouzit <madcoder@debian.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>