summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Allow to create and delete empty filesAndreas Gruenbacher2010-05-043-8/+64
* Minor cosmetic changesAndreas Gruenbacher2010-05-032-2/+4
* Stick to the best name in the reversed-patch checkAndreas Gruenbacher2010-05-033-3/+38
* Do not try to set file permissions of symlinksAndreas Gruenbacher2010-05-033-1/+13
* Improve the symlink backup file testsAndreas Gruenbacher2010-05-032-2/+6
* Add two test cases which are currently brokenAndreas Gruenbacher2010-05-034-1/+133
* Fix the linker library orderAndreas Gruenbacher2010-05-022-2/+5
* * NEWS: Update.Andreas Gruenbacher2010-05-024-12/+22
* Refuse to patch read-only filesAndreas Gruenbacher2010-05-026-30/+73
* git diffs: Support file copies and renamesAndreas Gruenbacher2010-05-024-2/+157
* Do not modify the string arguments of makedirs and removedirsAndreas Gruenbacher2010-05-024-9/+20
* git diffs: Parse copy and rename headersAndreas Gruenbacher2010-05-025-26/+86
* git diffs: Support file mode changesAndreas Gruenbacher2010-05-026-9/+107
* git diffs: Support symlinksAndreas Gruenbacher2010-05-023-6/+117
* Pass up the file type and check for consistent typesAndreas Gruenbacher2010-05-024-6/+22
* Skip reversed patches check when file types are inconsistentAndreas Gruenbacher2010-05-022-2/+23
* git diffs: Parse file modesAndreas Gruenbacher2010-05-023-7/+94
* Add support for writing symlinksAndreas Gruenbacher2010-05-025-45/+109
* Add support for reading symlinksAndreas Gruenbacher2010-05-025-39/+76
* Set file attributes only in a single placeAndreas Gruenbacher2010-04-295-32/+89
* Remove test which is always trueAndreas Gruenbacher2010-04-292-2/+5
* Update bootstrap scriptAndreas Gruenbacher2010-04-272-2/+4
* TESTS_ENVIRONMENT portability fixAndreas Gruenbacher2010-04-272-1/+4
* Fix an off-by-one error causing an out-of-bounds array accessAndreas Gruenbacher2010-04-272-1/+4
* Remove leftovers from when patch was still using utimbuf()Andreas Gruenbacher2010-04-273-41/+3
* Include backupfile.h in util.hAndreas Gruenbacher2010-04-276-4/+4
* Do not redefine __attribute__ when it is already definedAndreas Gruenbacher2010-04-272-2/+13
* Do not use grep -qAndreas Gruenbacher2010-04-272-1/+5
* Portability fixesDaniel Richard G2010-04-273-2/+8
* Portability: do not use variable-length arraysDaniel Richard G2010-04-272-1/+9
* Refuse to patch symlinksAndreas Gruenbacher2010-04-278-6/+95
* Only check for reversed patches when the input file is patchableAndreas Gruenbacher2010-04-272-1/+6
* If an input file is not a regular file, only skip the patchAndreas Gruenbacher2010-04-274-4/+18
* Use the gnulib fcntl-h and sys_stat modulesAndreas Gruenbacher2010-04-275-63/+11
* Do not declare variables as "volatile" unnecessarilyAndreas Gruenbacher2010-04-275-12/+15
* Do no declare local variables as "register" unnecessarilyAndreas Gruenbacher2010-04-275-84/+90
* Document the recent changesAndreas Gruenbacher2010-04-233-9/+28
* Complain when fed git binary patchesAndreas Gruenbacher2010-04-236-1/+54
* Parse filenames in "diff --git" linesAndreas Gruenbacher2010-04-234-0/+65
* Fix minor potential memory leaksAndreas Gruenbacher2010-04-232-0/+7
* Add support for quoted filenamesAndreas Gruenbacher2010-04-234-13/+133
* Untangle the name and timestamp parsingAndreas Gruenbacher2010-04-223-59/+55
* Strip leading slashes in a separate functionAndreas Gruenbacher2010-04-222-12/+37
* Support for nanosecond timestampsAndreas Gruenbacher2010-04-225-29/+25
* Replace timestamp parsing code with gnulib getdateAndreas Gruenbacher2010-04-2212-1466/+50
* Use struct timespec instead of time_t internallyAndreas Gruenbacher2010-04-227-32/+54
* Replace quote_system_arg() with quoteargAndreas Gruenbacher2010-04-215-135/+16
* Cosmetic fixAndreas Gruenbacher2010-04-212-1/+5
* Fix "make dist"Ludovic Courtès2010-04-192-1/+5
* Globally rename type LINENUM to lin (as in diffutils)Andreas Gruenbacher2010-04-1910-194/+191