summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* - Switch from echo to printf for all translations: This is moreAndreas Gruenbacher2004-07-091-1/+1
| | | | | | | | | | | | | | | stable than having expansions in messages that might change independent of the message. - Add print_patch function and always use it when printing patch names. Remove -n options from various scripts and use a global switch QUILT_PATCHES_PREFIX in .quiltrc to decide between patch names with and without directory prefix. Depending on user experience this switch may eventually go away. - Add --diffstat option to refresh command: If given, this option inserts diffstat statistics at the end of the patch header, or refreshes the existing diffstat output. No special tags in the path file (%diffstat or the like) are needed. - Minor fix inserting changelog into RPM specfile.
* - Add common GNU Diff format options to diff and refresH commands:Andreas Gruenbacher2004-07-041-0/+1
| | | | | | | | | | | -u, -U num, -c, -C num. REname old -c option (combine patches) of diff command to --combine. - Extend the function that splits comments froM patches and syntax coloring to handLe combined diff format. - Honor the LAnG environment variable again; this goT broken at some point. - Set TEXTDOMAINDIR to where the translations are put so that Messages are found even when not installing into /usr.
* - Several Fixes from Joe Green <jgreen@mvista.com>:Andreas Gruenbacher2004-07-021-3/+3
| | | | | | | | | | | | | | | | + Another sed \t\r problem, in Makefile.in + Bad error message on "quilt delete" of non-existent patch + "import" doesn't remove all leading components on patch file + Misspelling in "import" help text - With using the GNU diff --label option, file timestamps disappeared. Specify the timestamps in --label by hand: This gives us added flexibility when generating patches; we may some day want to support diff styles other than unified. Also reported by Joe Green. - Add --backup option to quilt refresh. - Update documentation to QUILT_${COMMAND}_ARGS in .quiltrc. (The old settings still work but they are no longer documented.) - Update German translation.
* fixup the manpage generationMartin Quinson2004-06-111-3/+4
|
* - Add meta-data version check/upgrade code from Martin Quinson andAndreas Gruenbacher2004-06-101-1/+1
| | | | | | | | | | | | | | me; new `quilt upgrade' command. - Handle new/removed files correctly in generated patches: If the old or new file is missing, the file name in the patch should be /dev/null. Fix test suite accordingly, and add test/create-delete.diff. GNU patch recognizes this, and does additional file existance tests when a patch creates/deletes a file. Also use the --label option of GNU diff instead of hand-editing file name headers. - Add test/Makefile for running the test suite. Note: The tests run against the installed version of quilt! - Bump version to 0.34.
* - Rewrite spec2series to return what the new `quilt setup' needs,Andreas Gruenbacher2004-05-311-1/+1
| | | | | | | | and rename it to inspect. - `quilt setup': Rewrite so that it supports multiple archives per spec file. Always make the patches directory a symlink to the original patch files instead of copying the patches. - Update German translation.
* - Add `quilt grep': Grep over all files, recursively, skippingAndreas Gruenbacher2004-05-151-3/+3
| | | | the $QUILT_PATCHES and $QUILT_PC directories.
* - Add `quilt graph' command for generating a dependency graphAndreas Gruenbacher2004-03-131-4/+4
| | | | | | | | between patches. This requires the graphviz package for removing transitive edges (optional) and for rendering the graph. Please note that the graph command itself is minimal, while the underlying scripts/dependency-graph is more flexible. - The spec file was missing the quilt.1 man page.
* - Add man page to tarball and to spec file; add make dependencies.Andreas Gruenbacher2004-03-101-3/+5
| | | | - Sort the commands in the man page command reference.
* Add a man page generated automatically from -hMartin Quinson2004-02-231-3/+29
|
* - Fix generating doc/README after subdirectory support broke it.Andreas Gruenbacher2004-01-311-6/+7
| | | | - Remove excessive newlines in -h messages.
* Don't let the root makefile mess with debian stuffMartin Quinson2004-01-311-3/+3
|
* - Fix `make dist': Some files in debian/ did not exist.v0.30Andreas Gruenbacher2004-01-281-1/+1
| | | | - Update to version 0.30.
* - Add new command `quilt fold' to fold one patch into another.Andreas Gruenbacher2003-11-171-1/+1
| | | | | | | | - Fix bug in `quilt files': Files that are neither present in the working directory and have an empty backup copy sometimes were still listed. - Some minor cleanups in apatch. - Add test/fold.test, and fix a now-useless check in one.test.
* - Merge some changes from wangdi:Andreas Gruenbacher2003-11-151-3/+2
| | | | | | + Use -f (force) option of GNU patch in `quilt diff -z'. + Build source and binary RPMs in `make rpm' target. + Simplify sed expression in Makefile.in.
* Also install quilt.pdf with `make install'.v0.29Andreas Gruenbacher2003-11-121-1/+3
|
* - Add introductory paper to CVS repository.Andreas Gruenbacher2003-11-121-3/+3
| | | | - Remove obsolete documentation.
* - `quilt add': Return exit code 2 when a file has already been added.Andreas Gruenbacher2003-10-231-1/+1
| | | | | | - Add `quilt edit' command: Does a `quilt add' and then invokes $EDITOR (fallback is `vi'). Files that don't exist after editing are again removed from the patch.
* - Add `quilt fork' command.v0.26Andreas Gruenbacher2003-10-211-1/+1
| | | | | - Add `quilt snapshot' command and `quilt diff --snapshot' option. - Bump the version number to 0.26.
* Add fork commandAndreas Gruenbacher2003-10-211-1/+2
|
* Fix LC_ALL to C while building the reference file to get it in english even ↵Martin Quinson2003-09-091-2/+2
| | | | on my box
* Fix typo.Andreas Gruenbacher2003-07-271-1/+1
|
* - Install package documentation into $RPM_DOC_DIR if thisAndreas Gruenbacher2003-07-261-3/+4
| | | | | | | environment variable is set. On RedHat 9 $RPM_DOC_DIR points to /usr/share/doc/packages, but documentation lives in /usr/share/doc. This is a bug in RedHat's RPM configuration; working around it would break other distributions.
* - Update spec2series accordingly.Andreas Gruenbacher2003-07-231-1/+2
|
* - Add Autoconf test for rpmbuild vs. rpm (needed for `make rpm').Andreas Gruenbacher2003-07-231-2/+3
|
* Add example of a ~/.quiltrc file (in fact, my current version).Andreas Gruenbacher2003-06-271-1/+2
|
* Add the consider-for-docs in the tarballsMartin Quinson2003-06-261-0/+1
|
* Add all tests in distMartin Quinson2003-06-261-2/+2
|
* DIRT += $(shell find -name '.#*') [generated by emacs when working on a CVS ↵Martin Quinson2003-06-261-0/+1
| | | | tree]
* Install bash_completion; doc goes to /usr/share/doc, not /usr/share/doc/packagesMartin Quinson2003-06-261-2/+8
|
* Expend the {} syntax in DIRT variable so that Makefile do what we expectMartin Quinson2003-06-251-1/+1
|
* make clean before dist; remove po/*.mo on cleanMartin Quinson2003-06-251-1/+3
|
* - Remove awk hacks in Makefile.in with shell loop and sed hack:Andreas Gruenbacher2003-04-091-6/+14
| | | | The awk hack(s) didn't work for Martin Quinson.
* Also include tests in tar archivesAndreas Gruenbacher2003-03-241-0/+2
|
* - Also substitute @SED@ and @AWK@.Andreas Gruenbacher2003-03-221-0/+4
| | | | | - Some versions of sed don't like '\t'. Expand those in the shell instead.
* Merge James's diffstat patch (check for existence of %diffstat section removed).Andreas Gruenbacher2003-02-161-0/+2
|
* Merge a slightly slimmed down version of James Rowe <Jay@jnrowe.uklinux.net>'sAndreas Gruenbacher2003-02-161-4/+11
| | | | --enable-nls option, and test for MSGFMT. (I hope this works as expected!)
* Some I18N fixesAndreas Gruenbacher2003-02-151-2/+6
|
* More guidiff cruft removedMartin Quinson2003-02-141-2/+0
|
* Remove guidiff leftovers, minor I18N fixesAndreas Gruenbacher2003-02-141-3/+3
|
* Implement i18n, french l10n and bump version numberMartin Quinson2003-02-141-0/+2
|
* *** empty log message ***Andreas Gruenbacher2003-02-021-1/+1
|
* Some minor cleanupsAndreas Gruenbacher2003-02-021-33/+37
|
* *** empty log message ***Andreas Gruenbacher2003-02-011-1/+1
|
* Add some messages in configure.ac.Andreas Gruenbacher2003-02-011-6/+17
| | | | | | | Make distclean removes autoconf garbage. The configure script is no source file. Add rule to create it when necessary. Invoke configure in the RPM spec file. Merge James Rowe's guidiff.
* Integrate James Rowe's Autoconf setup (with a comple of additional ↵Andreas Gruenbacher2003-02-011-0/+180
changes/fixes).