summaryrefslogtreecommitdiffstats
path: root/quilt.spec
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-04-05 16:19:00 +0200
committerAndreas Gruenbacher <agruen@suse.de>2009-04-05 19:44:34 +0200
commit5146fe9c64319d49edbc05eacedc4e87f151476d (patch)
tree516dcb00808b2af9e5987683b8d53db32e6e39fe /quilt.spec
parentcda421f2c753f797d6b1886b55f6ee33f0c7e87b (diff)
downloadquilt-5146fe9c64319d49edbc05eacedc4e87f151476d.tar.gz
- Push command: don't imply --force when --merge is given so that
a patch that doesn't merge cleanly will still require to spcify --force separately. Update merge syntax highlighting.
Diffstat (limited to 'quilt.spec')
-rw-r--r--quilt.spec9
1 files changed, 9 insertions, 0 deletions
diff --git a/quilt.spec b/quilt.spec
index 6118fa6..a27f06f 100644
--- a/quilt.spec
+++ b/quilt.spec
@@ -57,6 +57,15 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_docdir}/%{name}-%{version}/quilt.pdf
%changelog
+* Sun Apr 05 2009 - agruen@suse.de
+- Push command: don't imply --force when --merge is given so that
+ a patch that doesn't merge cleanly will still require to
+ spcify --force separately. Update merge syntax highlighting.
+* Tue Mar 31 2009 - agruen@suse.de
+- Rename push's -M option to -m.
+* Sun Mar 08 2009 - agruen@suse.de
+- series and patches commands: add --color options for colorizing
+ the output.
* Sun Feb 01 2009 - agruen@suse.de
- push command: Add --fuzz=N option. Add experimental --merge
option. Fail pushes when GNU patch exits with a status > 1.