summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - Filter duplicates with awk instead of usig uniq -D.Andreas Gruenbacher2006-02-017-19/+34
* - Clean up quoting in messages.Andreas Gruenbacher2006-02-0113-63/+69
* - Japanese translation update from Yasushi Shoji.Andreas Gruenbacher2006-02-012-8/+18
* - Add TODO entry for quilt push:Andreas Gruenbacher2006-01-311-0/+2
* - Check for GNU uniq, and test if uniq -D is supported (from GaryAndreas Gruenbacher2006-01-313-1/+20
* - Make sure that the %changes section in the spec file willAndreas Gruenbacher2006-01-312-0/+8
* - quilt/mail.in: Don't use sed's Q command, old versions ofJean Delvare2006-01-306-8/+16
* - quilt/mail.in: Use $(hostname) for the sender address forAndreas Gruenbacher2006-01-307-35/+40
* - Properly handle spaces in arguments to getopt.Andreas Gruenbacher2006-01-302-8/+29
* - Allow backup-files to build on windows using the MinGW compiler.Andreas Gruenbacher2006-01-302-0/+16
* - Makefile.in: The trailing slash in `find compat/' is causing OSXAndreas Gruenbacher2006-01-302-1/+9
* - test/mail.test: Use --sender option to avoid callingAndreas Gruenbacher2006-01-302-4/+10
* - test/mail.test: /dev/stdin & /dev/stdout dont exist on Tru64.Andreas Gruenbacher2006-01-302-6/+11
* - lib/backup-files.c: Tru64 does not have snprintf. (Reported byAndreas Gruenbacher2006-01-302-5/+9
* - bash_completion: Update import and mail commands options.Jean Delvare2006-01-302-3/+8
* - po/fr.po: Update French translation.Jean Delvare2006-01-302-11/+22
* *** empty log message ***Andreas Gruenbacher2006-01-291-1/+2
* - Also strip any bracketed fields and Re:, Fwd:, Fw:, Aw: fromAndreas Gruenbacher2006-01-297-24/+27
* *** empty log message ***Andreas Gruenbacher2006-01-291-3/+2
* *** empty log message ***Andreas Gruenbacher2006-01-291-2/+2
* - Also strip any literal "[patch]" from subject headers.Andreas Gruenbacher2006-01-298-21/+30
* *** empty log message ***Andreas Gruenbacher2006-01-291-1/+1
* - quilt/mail.in:Andreas Gruenbacher2006-01-2910-107/+475
* - Makefile.in: Add a missing dependency.Andreas Gruenbacher2006-01-292-1/+8
* - quilt/files.in, bash_completion: Command files only works on appliedJean Delvare2006-01-293-2/+8
* - Don't pad right-hand side of ==, !=, =~, !~ with spaces.Andreas Gruenbacher2006-01-291-3/+2
* - quilt/patches.in, quilt/refresh.in: Update usage line.Jean Delvare2006-01-298-40/+78
* - quilt/push.in: Fix a temporary file leak and vulnerability.Jean Delvare2006-01-296-16/+24
* Coding style.Jean Delvare2006-01-293-3/+3
* - quilt/scripts/patchfns.in: Drop an unused local variable in functionJean Delvare2006-01-297-44/+68
* Add bash.Jean Delvare2006-01-281-0/+1
* - po/ja.po: Translation update from Yasushi.Andreas Gruenbacher2006-01-272-19/+17
* - Stop using bash <(...) process substitution: it triggers bugsAndreas Gruenbacher2006-01-279-76/+83
* - Unify existing -p and -n parameters that specify a patch:Andreas Gruenbacher2006-01-2714-113/+120
* - Trailing whitespace cleanup.Andreas Gruenbacher2006-01-2714-25/+26
* - Change the default PATH_MAX from 4095 to 4096.Andreas Gruenbacher2006-01-261-2/+2
* - po/fr.po: Update French translation.Jean Delvare2006-01-262-129/+18
* - lib/backup-files.c: Fix usage line and help text.Jean Delvare2006-01-262-10/+21
* Add awk.Jean Delvare2006-01-261-0/+1
* - Makefile.in: Have Makefile depend on configure, so that theJean Delvare2006-01-262-1/+8
* - Oops, that was too much.Andreas Gruenbacher2006-01-261-2/+2
* - quilt/import.in: Add missing quoting, stop using diff -U forAndreas Gruenbacher2006-01-262-5/+11
* - Use perror(progname) instead of perror(NULL).Andreas Gruenbacher2006-01-261-1/+1
* - aclocal.m4(QUILT_COMPAT_PROG_PATH): Create missing compatAndreas Gruenbacher2006-01-262-0/+10
* - Stop using find's -printf option: some versions of find don'tAndreas Gruenbacher2006-01-266-11/+19
* - quilt/delete.in: Remove a superfluous message.Andreas Gruenbacher2006-01-267-32/+40
* - Fix/update a few messages.Andreas Gruenbacher2006-01-266-77/+48
* - Also check for access(path, R_OK|X_OK) before visiting all theAndreas Gruenbacher2006-01-261-1/+1
* - lib/backup-files.c: Stop using ftw and implement our own dirAndreas Gruenbacher2006-01-267-164/+85
* - quilt/import.in: Improve the help text.Andreas Gruenbacher2006-01-257-67/+84