summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* quilt.el: Fix quilt-editable when QUILT_PATCHES_PREFIX is setOndřej Lysoněk2020-06-091-1/+13
* quilt.el: Fix a typo in documentationOndřej Lysoněk2020-06-091-1/+1
* quilt.el: Make quilt-patches-directory return per-project settingOndřej Lysoněk2020-06-091-1/+12
* quilt.el: Load /etc/quilt.quiltrc if ~/.quiltrc doesn't existOndřej Lysoněk2020-06-091-1/+5
* quilt.el: Refactor config reading functionsOndřej Lysoněk2020-06-091-18/+11
* quilt.el: Fix documentation of quilt-pc-directoryOndřej Lysoněk2020-06-091-1/+1
* lib/emacs: read QUILT_PC from config fileDmitry Monakhov2019-03-141-5/+21
* quilt.el: fix emacs compatibility issueleo2017-11-021-3/+3
* quilt.el: don't strip directory in quilt-top-patch as it could be a part of p...leo2017-04-251-3/+2
* quilt.el: replace deprecated toggle-read-only function call with read-only-modeleo2017-04-251-3/+3
* quilt.el: define quilt-edit-top-only before it's usedleo2017-04-251-1/+1
* quilt-el: fix quilt-editable when patches are stored in subdirsCédric Le Goater2015-03-121-1/+1
* quilt-el: Fix patch select completionLeonid Movshovich2015-01-181-1/+1
* quilt-el: Fix tramp supportLeonid Movshovich2015-01-181-3/+3
* Tree-wide white-space cleanupsJean Delvare2014-01-201-1/+1
* quilt-el: fix `quilt-patch-list' to call `quilt series'..Satoru Takeuchi2012-03-101-1/+1
* quilt-el: remove `Version' and `URL' tags in the documentSatoru Takeuchi2012-03-101-2/+0
* quilt-el: make it byte compile cleanSatoru Takeuchi2012-03-101-8/+6
* quilt-el: make it checkdoc clean.Satoru Takeuchi2012-03-101-54/+82
* quilt-el: supporting multiple quilt treesSatoru Takeuchi2012-03-101-31/+75
* quilt-el: cleanup codes by introducing `quilt-cmd-to-list' function.Satoru Takeuchi2012-03-101-9/+10
* quilt-el: fix polluting namespace by nested function.Satoru Takeuchi2012-03-101-33/+29
* quilt-el: return to the original cwd even if `shell-command' failed.Satoru Takeuchi2012-03-101-4/+6
* quilt-el: update the maintainer's email addres.Satoru Takeuchi2012-03-101-1/+1
* quilt-el: optimize `quilt-revert'Satoru Takeuchi2012-03-101-1/+2
* quilt-el: considering default-directory' is nilSatoru Takeuchi2012-03-101-1/+2
* quilt-el: simplify quilt-revertSatoru Takeuchi2012-03-101-6/+2
* quilt-el: be aware of QUILT_PATCHESSatoru Takeuchi2012-03-101-2/+14
* Clean up legacy C codeJean Delvare2012-02-011-622/+0
* - No longer create backup files of new files with file mode 0.Andreas Gruenbacher2009-11-221-2/+3
* Concurrent readdir() + unlink() compatibility fixAndreas Gruenbacher2009-06-151-15/+35
* Convert to git repository formatv0.48Andreas Gruenbacher2009-01-291-1/+0
* - Stop using cp -l: it doesn't fall back to doing a regular copyAndreas Gruenbacher2008-05-201-7/+17
* fixing quilt-importSatoru Takeuchi2007-10-061-1/+3
* fixing no-patch-applied cases.Satoru Takeuchi2007-10-061-35/+45
* support QUILT_PATCHES_PREFIXSatoru Takeuchi2007-10-061-1/+1
* Move quilt-mode-line definition to topleve.Satoru Takeuchi2007-07-211-2/+3
* - lib/backup-files.c: Do not modify the original file wheneverAndreas Gruenbacher2007-04-161-10/+16
* - Add quilt.el and its README file. (The emacs mode is not beingAndreas Gruenbacher2007-04-151-0/+486
* - lib/backup-files.c: Close files before rename; Windows won'tAndreas Gruenbacher2006-02-121-2/+8
* - bin/patch-wrapper.in: A wrapper to GNU patch that recognizes theAndreas Gruenbacher2006-02-061-5/+7
* - Allow backup-files to build on windows using the MinGW compiler.Andreas Gruenbacher2006-01-301-0/+11
* - lib/backup-files.c: Tru64 does not have snprintf. (Reported byAndreas Gruenbacher2006-01-301-5/+3
* - Change the default PATH_MAX from 4095 to 4096.Andreas Gruenbacher2006-01-261-2/+2
* - lib/backup-files.c: Fix usage line and help text.Jean Delvare2006-01-261-10/+14
* - Use perror(progname) instead of perror(NULL).Andreas Gruenbacher2006-01-261-1/+1
* - 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-263-156/+68
* - lib/backup-files.c: Fix memory leaks (markus@oberhumer.com).Andreas Gruenbacher2006-01-251-3/+4
* - lib/backup-files.c: Don't fail when link(1) returns ENOSYS, andAndreas Gruenbacher2006-01-251-1/+2