summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* - Makefile.in: remove obsolete substitutions.Andreas Gruenbacher2005-09-181-8/+0
|
* - Remove config.h, and use @DEFS@ in Makefile.in insteadAndreas Gruenbacher2005-09-181-9/+9
| | | | (Gary V. Vaughan <gary@gnu.org>).
* - Merge po/Makefile into Makefile.in. Add a lost @false toAndreas Gruenbacher2005-09-181-19/+45
| | | | Makefile.in.
* - lib/backup-files.c: add missing dependency on config.h. CheckAndreas Gruenbacher2005-09-181-6/+5
| | | | | for chmod and fchmod support. Remove two unnecessary chmod calls. - Makefile.in: fix cyclic dependency on Makefile.
* - Need to add -I. to CPPFLAGS.Andreas Gruenbacher2005-09-181-1/+1
|
* - Remove compatibility shell functions and convert them toAndreas Gruenbacher2005-09-181-12/+1
| | | | standalone scripts.
* - Replace @INSTALL@ with $(INSTALL) and @BASH@ with $(BASH) inAndreas Gruenbacher2005-09-181-24/+24
| | | | Makefile.in.
* - Remove compat/compatfns when no compatibility functions areAndreas Gruenbacher2005-09-181-6/+10
| | | | included. Clean up some Makefile dependencies.
* - Only add compat/ directory to PATH if it exists. Only create itAndreas Gruenbacher2005-09-171-7/+1
| | | | when necessary.
* - Merge compatibility layer from John Vandenberg <jayvdb@gmail.com>.Andreas Gruenbacher2005-09-171-6/+53
|
* - Makefile.in: Add missing dependency of doc/README on quilt/*.Jean Delvare2005-09-151-4/+4
| | | | - Makefile.in: Rewrite non-portable sed command in "reference" rule.
* - Omitting the search directory in "find" is not portable; add an explicitJean Delvare2005-09-151-2/+2
| | | | "." (Gary V. Vaughan, John Vandenberg).
* - Use old sh syntax.Andreas Gruenbacher2005-09-151-1/+1
|
* - Fix quilt.spec generation after the Sep 14 change.Andreas Gruenbacher2005-09-151-8/+8
|
* - Makefile.in: Use @BASH@ instead of bash (John Vandenberg).Jean Delvare2005-09-141-5/+4
| | | | | - Makefile.in: Use `foo` instead of $$(foo) for compatibility. - Makefile.in: Drop call to chmod --reference (Gary V. Vaughan).
* - Add a missing dependency.Andreas Gruenbacher2005-09-111-1/+1
|
* - doc/README needs the same $EDITOR filtering quirk we just added forJean Delvare2005-09-061-1/+3
| | | | doc/quilt.1.
* - Merge doc/sample.quiltrc into quilt.quiltrc, and delete it. It will beJean Delvare2005-09-061-2/+1
| | | | easier to maintain a single configuration file.
* - Makefile.in: Filter out expanded $EDITOR in quilt.1. This value beingJean Delvare2005-09-061-1/+2
| | | | set at installation time may be irrelevant at execution time.
* - configure.ac, Makefile.in: Support GCC and other compilers. AllowJean Delvare2005-08-281-3/+11
| | | | executable extensions (non-Unix.) Original patch from John Vandenberg.
* - Makefile.in: add test/Makefile and test/test.quiltrc to SRC, so thatJean Delvare2005-07-291-1/+2
| | | | they get included into the tarball by make dist.
* - Makefile.in: Drop pointless dependency between quilt commandJean Delvare2005-07-221-2/+0
| | | | files and scripts.
* - uninstall target: remove $(LIB_DIR) as well.Andreas Gruenbacher2005-07-181-0/+1
|
* - quilt/annotate.in: Fix case where the file is created/deletedAndreas Gruenbacher2005-07-181-2/+13
| | | | | by a patch. - Makefile.in: add uninstall target.
* - Use wildcard to generate the list of all commands in MakefileAndreas Gruenbacher2005-07-141-4/+1
| | | | | instead of explicitly listing them. - Helptext improvements.
* - Makefile.in: Properly set LINGUAS before running "make all" inJean Delvare2005-07-071-2/+2
| | | | | | subdirectory po. This ensures that all .mo files will actually be built. - Makefile.in: Delete po/*.mo only once on "make clean".
* - Remove outdated BUGS file and references.Andreas Gruenbacher2005-07-021-1/+1
| | | | | - refresh command: don't write into existing patches but create new files instead to avoid overwriting hardlinked copies.
* - Add fix for refresh --strip-trailing-whitespace option: nowAndreas Gruenbacher2005-06-181-1/+2
| | | | | | | refresh always checks for trailing whitespace and reports it per file and line number. With --strip-trailing-whitespace it strips the whitespace from the patch and from the affected files in the working tree.
* - Add new annotate command.Andreas Gruenbacher2005-06-181-3/+3
|
* - Add rename command from Jean Delvare <khali@linux-fr.org>.Andreas Gruenbacher2005-06-081-1/+1
|
* - Add mail command, doc/README.MAIL and example ``mail'' commandAndreas Gruenbacher2005-01-231-4/+8
| | | | | filter in quilt.quiltrc. - Bump version to 0.38.
* - Add a default /etc/quilt.quiltrc file that is sourced if noAndreas Gruenbacher2005-01-111-1/+2
| | | | ~/.quiltrc file exists.
* - Get rid of the apatch and rpatch helper scripts: Integrate themAndreas Gruenbacher2004-11-151-1/+1
| | | | | in the push and pop commands. This should bring a small performance improvement.
* - Add Japanese translation fromAndreas Gruenbacher2004-08-141-1/+1
| | | | Yasushi SHOJI <yashi@atmark-techno.com>. Thank you.
* - Add test case for permissions.v0.35Andreas Gruenbacher2004-07-151-10/+2
| | | | | | | | - Very minor translation updates. - Convert timestamps in changes file into UTC when generating the RPM changelog: the changelog does not understand timestamps. - Bump version to 0.35.
* - Update guards script: add -l (list) and -v (invert) options.Andreas Gruenbacher2004-07-141-0/+1
| | | | - Add generated man pages to clean target.
* - 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.