summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 2.7.6v2.7.6Andreas Gruenbacher2018-02-031-0/+7
* Fix typo in READMEAndreas Gruenbacher2018-02-031-1/+1
* Switch to gnupload moduleAndreas Gruenbacher2018-02-032-11/+3
* Remove stale reference to m4/utimbuf.m4Andreas Gruenbacher2018-02-031-1/+0
* maint: update bootstrap and gnulib submoduleAndreas Gruenbacher2018-02-032-100/+152
* Clarify the error messages for malformed normal diff patchesAndreas Gruenbacher2018-01-231-2/+2
* Create git diff files with indicated modeThomas Orgis2018-01-233-2/+58
* gnulib: update to latestAndreas Gruenbacher2018-01-231-0/+0
* Don't use an undocumented Autoconf macroBruno Haible2018-01-231-3/+3
* Don't allow hunks to overlapAndreas Gruenbacher2017-09-063-3/+59
* patch.man: Clarify --forward descriptionAndreas Gruenbacher2017-09-061-2/+2
* gnulib: update to latestAndreas Gruenbacher2017-09-044-3/+16
* Rename canonicalize global variableTim Waugh2017-02-224-6/+6
* Add a missing NULL check in parse_nameHanno Boeck2016-08-101-1/+5
* Fix out-of-bounds access to lines in a patchHanno Boeck2016-08-101-1/+1
* tests: use $PATCH rather than hard-coded pathJim Meyering2016-07-311-1/+1
* maint: placate a "make syntax-check" ruleJim Meyering2016-07-311-4/+4
* maint: avoid new warning-errors from gcc-6.1Jim Meyering2016-07-313-6/+7
* gnulib: update to latestJim Meyering2016-07-312-0/+1
* Fix broken git-style patch behaviorAndreas Gruenbacher2016-07-273-17/+77
* Fix inname test caseAndreas Gruenbacher2016-07-274-1/+51
* Add context-format test to XFAIL_TESTS for nowAndreas Gruenbacher2016-07-271-1/+2
* Add broken context-format test casesAndreas Gruenbacher2016-03-182-0/+41
* Don't use a zero-size array in struct symlinkAndreas Gruenbacher2015-10-031-6/+7
* Input file outside current directory: add test caseAndreas Gruenbacher2015-07-201-2/+18
* Terminate readlink stringTobias Stoeckmann2015-07-121-2/+4
* Use xmalloc in bestmatchTobias Stoeckmann2015-07-081-1/+1
* Don't require traditional patch header after "git --diff"Andreas Gruenbacher2015-03-093-0/+35
* Use gnulib size_max moduleAndreas Gruenbacher2015-03-082-0/+2
* Version 2.7.5v2.7.5Andreas Gruenbacher2015-03-071-0/+6
* build: update gnulib submodule to latestAndreas Gruenbacher2015-03-071-0/+0
* Allow absolute symlinks that lead back into the working directoryAndreas Gruenbacher2015-03-072-3/+70
* Describe better how the dirfd cache worksAndreas Gruenbacher2015-03-051-3/+11
* Use overflow safe arithmetic for counting cache missesAndreas Gruenbacher2015-03-051-4/+4
* Also cache resolved symlinksAndreas Gruenbacher2015-03-051-13/+53
* Invalidate child dirfd cache entries when their parent goes awayAndreas Gruenbacher2015-03-051-0/+13
* Convert lru list into a list_head listAndreas Gruenbacher2015-03-051-38/+14
* Add list_head based double linked listAndreas Gruenbacher2015-03-052-1/+57
* Invalidate dirfd less aggressivelyAndreas Gruenbacher2015-03-051-3/+7
* Add more path traversal test casesTim Waugh2015-03-051-4/+123
* Move path traversal error reporting into main()Andreas Gruenbacher2015-03-052-13/+18
* Limit the number of path componentsAndreas Gruenbacher2015-03-051-3/+36
* Follow directory symlinks within the working directoryAndreas Gruenbacher2015-03-052-14/+108
* Keep track of the directory hierarchyAndreas Gruenbacher2015-03-051-28/+55
* Refactor traverse_another_path() and helpersAndreas Gruenbacher2015-02-281-19/+23
* Move error reporting out of make_tempfile()Andreas Gruenbacher2015-02-284-3/+10
* Minor cosmetic changesAndreas Gruenbacher2015-02-281-4/+4
* Fix handling of renamed filesAndreas Gruenbacher2015-02-222-5/+31
* Fix symlinks test case on some architecturesAndreas Gruenbacher2015-02-102-6/+16
* Test suite portability fixesAndreas Gruenbacher2015-02-043-4/+4