19
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 13, 2024 — Sep 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Apply patches with `patch -f' by default. Add --interactive option top `quilt push' to allow applying patches without `patch -f'. More... over 22 years ago
*** empty log message *** More... over 22 years ago
- Remove awk hacks in Makefile.in with shell loop and sed hack: The awk hack(s) didn't work for Martin Quinson. More... over 22 years ago
*** empty log message *** More... over 22 years ago
- Never reorder files in patches. (Previously the file list was run through (sort | uniq) to remove duplicate entries.) - Update test script to new format, and add regression test cases. More... over 22 years ago
The change from Mar 24 caused empty lines to be removed in patch descriptions. More... over 22 years ago
`head -1' and `tail -1' is non-standard and deprecated, and does not work with coreutils-5.0 any longer. More... over 22 years ago
Improve error checking of `quilt diff' More... over 22 years ago
Also include tests in tar archives More... over 22 years ago
Fix patch_description function More... over 22 years ago
Update test script to reflect recent patch format changes. More... over 22 years ago
- Also substitute @SED@ and @AWK@. - Some versions of sed don't like '\t'. Expand those in the shell instead. More... over 22 years ago
Make test more robust by popping all patches with -R. Before no mode was specified and quilt was using a mix of reverse-applying and fast restoring. More... over 22 years ago
Minor cleanup More... over 22 years ago
Bump version number to 0.23 (CVS tag VER_0_23) More... over 22 years ago
The patch filename was appended to the directory/file name in patches generated, like dir~patch/file and file~patch. This is unnecessary, and at most irritationg when patches are renamed. Use dir.orig/file and file.orig instead. Also for better readability add a separator line below `Index:', like in diffs CVS generates. More... over 22 years ago
Fix "quilt diff -c PATCH" does not strip PATCH name bug More... over 22 years ago
*** empty log message *** More... over 22 years ago
Add dependency on GNU gettext
mquinson
as Martin Quinson
More... over 22 years ago
Add dependency on GNU gettext to spec file More... over 22 years ago
*** empty log message *** More... over 22 years ago
Add bash versions of basename and dirname More... over 22 years ago
Missing $DIFFSTAT -> @DIFFSTAT@ conversion More... over 22 years ago
Unfuzzying, reformulate some translations
mquinson
as Martin Quinson
More... over 22 years ago
Merge James's diffstat patch (check for existence of %diffstat section removed). More... over 22 years ago
Format in-line documentation to be around 72 characters in width. More... over 22 years ago
Merge version of James's temp file patch (some further improvements, hopefully). Also, fix some messages that seem to have been reset to a previous version during I18N, and update the test script. More... over 22 years ago
Merge James's bash version check (again after minor changes by me): More... over 22 years ago
Minor cleanup More... over 22 years ago
*** empty log message *** More... over 22 years ago