summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upate NEWSv2.7.4Andreas Gruenbacher2015-01-311-2/+6
* Fix indentation heuristic for context diffsAndreas Gruenbacher2015-01-313-2/+31
* patch: git-diff mode: do not change permissions if there isn't an explicit mo...Quentin Casasnovas2015-01-311-1/+1
* tests: add a test case for unwanted mode changes.Quentin Casasnovas2015-01-312-0/+35
* test-lib.sh: factorize require_* functionsQuentin Casasnovas2015-01-3136-58/+54
* Add test case for patch behind symlinkAndreas Gruenbacher2015-01-311-0/+17
* Allow arbitrary symlink targets againTim Waugh2015-01-312-46/+39
* Update list of gnulib modules usedAndreas Gruenbacher2015-01-313-31/+42
* Use symlink-safe system call replacementsAndreas Gruenbacher2015-01-314-39/+57
* Add symlink-safe system call replacementsTim Waugh2015-01-315-1/+528
* build: update gnulib submodule to latestAndreas Gruenbacher2015-01-311-0/+0
* Avoid closing file descriptor twiceTim Waugh2015-01-311-0/+2
* Remove unused variableAndreas Gruenbacher2015-01-291-1/+0
* Fix the fix for CVE-2015-1196v2.7.3Andreas Gruenbacher2015-01-225-77/+57
* For renames and copies, make sure that both file names are validAndreas Gruenbacher2015-01-212-4/+15
* Fail when out of memory in set_hunkmax()v2.7.2Andreas Gruenbacher2015-01-202-6/+6
* Don't try applying hunks at offsets that can't workAndreas Gruenbacher2015-01-201-4/+8
* Move symlink_target_is_valid() and cwd_is_root()Andreas Gruenbacher2015-01-204-78/+78
* Make sure symlinks don't point outside working directory (CVE-2015-119)Andreas Gruenbacher2015-01-195-0/+117
* Add line number overflow checkingAndreas Gruenbacher2014-11-303-3/+32
* More savebuf/savestr error handlingAndreas Gruenbacher2014-11-303-10/+13
* savebuf/savestr error handlingTobias Stoeckmann2014-11-301-9/+9
* build: update gnulib submodule to latestAndreas Gruenbacher2014-11-303-5/+3
* Drop useless test in another_hunk()Jean Delvare2014-11-101-1/+1
* Buffer overflow on malicious input fileTobias Stoeckmann2014-10-301-1/+8
* Improve error message when refusing to delete fileAndreas Gruenbacher2014-08-133-4/+8
* Correct the --help text of option --mergeAndreas Gruenbacher2013-12-091-1/+1
* Preserve function names in reject filesSteven Rostedt2013-08-193-3/+6
* Test case for the dry-run fixAndreas Gruenbacher2013-07-301-3/+19
* In dry-run mode, create temporary files in a temporary directoryoriginAndreas Gruenbacher2013-07-301-1/+1
* Fix some formatting problems in the manpageEric S. Raymond2013-06-181-18/+28
* build: don't use -Werror in AM_INIT_AUTOMAKEStefano Lattarini2013-05-021-1/+1
* Fix removing empty directoriesAndreas Gruenbacher2013-03-103-1/+31
* Clarify the description of option --forwardAndreas Gruenbacher2013-01-031-2/+2
* Initialize data structures early enoughAndreas Gruenbacher2012-10-043-4/+23
* Don't fail test suite if printf '\0' is brokenAndreas Gruenbacher2012-09-301-4/+8
* 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