summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update .gitmodules to point at upstream:gnulibbaserock/v2.7.1Daniel Silverstone2014-09-181-1/+1
* Initialize data structures early enoughAndreas Gruenbacher2014-09-183-4/+23
* Version 2.7.1v2.7.1Andreas Gruenbacher2012-09-281-0/+2
* build: update gnulib submodule to latestAndreas Gruenbacher2012-09-281-0/+0
* Repair 'backup of unmodified file' testAndreas Gruenbacher2012-09-281-8/+5
* Use gnulib errno module instead of our own default ENOTSUP fallbackAndreas Gruenbacher2012-09-282-4/+1
* Trailing whitespace fixAndreas Gruenbacher2012-09-281-1/+1
* Improve the previous commitAndreas Gruenbacher2012-09-263-6/+27
* Only expect files to become empty if the patch says soAndreas Gruenbacher2012-09-253-11/+73
* build: avoid gcc warnings from -Wsuggest-attribute=formatJim Meyering2012-09-221-0/+1
* Update NEWSAndreas Gruenbacher2012-09-221-0/+13
* Improve messages when in --dry-run modeAndreas Gruenbacher2012-09-225-14/+24
* Improve handling of LF vs. CRLF line endingsAndreas Gruenbacher2012-09-223-9/+47
* Ignore when preserving extended attributes is not supported or allowedAndreas Gruenbacher2012-09-222-6/+13
* Add a missing explanation in the tests/crlf-handling test caseAndreas Gruenbacher2012-09-201-0/+4
* Add --follow-symlinks option for backwards compatibilityAndreas Gruenbacher2012-09-195-1/+21
* Introduce function to lstat all input filesAndreas Gruenbacher2012-09-195-21/+26
* Use stat where we want to follow symlinksAndreas Gruenbacher2012-09-191-3/+3
* Document command-line options in alphabetic orderAndreas Gruenbacher2012-09-191-4/+4
* Fix file truncation when switching from git diff to non-git diffAndreas Gruenbacher2012-09-182-6/+41
* Rename get_input_file() parameter to clarify codeAndreas Gruenbacher2012-09-181-5/+5
* Improve error message when patching a file of different typeAndreas Gruenbacher2012-09-182-4/+4
* Minor test case updatesAndreas Gruenbacher2012-09-182-6/+6
* Disable xattrs if libattr doesn't implement attr_copy_action()Andreas Gruenbacher2012-09-172-7/+2
* Allow to use potentially dangerous filenames from the root directoryAndreas Gruenbacher2012-09-172-0/+38
* Update leftover license notice in READMEAndreas Gruenbacher2012-09-141-7/+5
* Check if libattr implements attr_copy_action()Andreas Gruenbacher2012-09-142-1/+7
* Change the type of *_needs_removal from int to boolAndreas Gruenbacher2012-09-137-23/+23
* In a git-style diff, make sure not to unlink the original by accidentAndreas Gruenbacher2012-09-132-2/+28
* Do not pass file type in mode of open(..., O_CREAT, mode)Andreas Gruenbacher2012-09-131-1/+2
* Add note on GPLv3 license change in version 2.6Andreas Gruenbacher2012-09-131-0/+1
* Version 2.7v2.7Andreas Gruenbacher2012-09-121-4/+6
* maint: update gnulib submoduleAndreas Gruenbacher2012-09-122-0/+1
* Support double-quoted filenames in all context diff formatsAndreas Gruenbacher2012-08-115-13/+15
* Remove SHA1 hashes from the file id cacheAndreas Gruenbacher2012-08-082-24/+0
* Detect concatenated git-style patches by tracking what's in the output queueAndreas Gruenbacher2012-08-082-26/+46
* In the file id cache, allow to flag files in the output queueAndreas Gruenbacher2012-08-082-0/+22
* Add another git-style diff concatenation regression testDmitry V. Levin2012-08-081-0/+40
* maint: ignore more build artifactsAndreas Gruenbacher2012-08-081-0/+1
* Change outst variable name to tmpoutst to be less misleadingAndreas Gruenbacher2012-08-071-7/+7
* In git-style diffs, create new files immediatetly and only remember files to ...Andreas Gruenbacher2012-08-022-3/+26
* Don't close a negative file descriptorJim Meyering2012-08-011-1/+2
* Add file create test case which still needs to be fixedAndreas Gruenbacher2012-08-011-2/+7
* build: remove unnecessary if-before-freeJim Meyering2012-08-011-2/+1
* build: mark an internal function as "pure"Jim Meyering2012-08-011-1/+1
* maint: update bootstrap and gnulib submoduleAndreas Gruenbacher2012-08-013-93/+176
* Try to recognize concatenated git diffs and handle them appropriatelyAndreas Gruenbacher2012-08-013-0/+67
* Allow to process only part of the deferred output file listAndreas Gruenbacher2012-08-011-5/+20
* Allow to remember SHA1 hashes in the file id cacheAndreas Gruenbacher2012-07-312-9/+48
* Accessor functions for SHA1 hashes in git-style diffsAndreas Gruenbacher2012-07-312-7/+33