summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Support double-quoted filenames in all context diff formatsAndreas Gruenbacher2012-08-111-2/+4
* Detect concatenated git-style patches by tracking what's in the output queueAndreas Gruenbacher2012-08-081-7/+17
* Add another git-style diff concatenation regression testDmitry V. Levin2012-08-081-0/+40
* maint: ignore more build artifactsAndreas Gruenbacher2012-08-081-0/+1
* In git-style diffs, create new files immediatetly and only remember files to ...Andreas Gruenbacher2012-08-021-0/+1
* Add file create test case which still needs to be fixedAndreas Gruenbacher2012-08-011-2/+7
* Try to recognize concatenated git diffs and handle them appropriatelyAndreas Gruenbacher2012-08-012-0/+42
* Add missing "diff --git" index linesAndreas Gruenbacher2012-07-314-0/+9
* Fix segfault in output_file_later()Andreas Gruenbacher2012-04-241-0/+21
* Only warn when trying to modify read-only filesAndreas Gruenbacher2012-04-171-2/+11
* Fix "delete file which does not exist" test caseAndreas Gruenbacher2012-04-171-4/+2
* For git-style patch files, do not output files immediatelyAndreas Gruenbacher2012-04-172-1/+53
* Remove invalid symlink test caseAndreas Gruenbacher2012-04-171-21/+0
* maint: enable the sc_space_tab syntax-check ruleJim Meyering2012-01-011-4/+4
* maint: update all copyright year number rangesJim Meyering2012-01-0134-35/+35
* Timestamp not set when creating files with --set-time or --set-utcAndreas Gruenbacher2011-12-091-0/+17
* tests: specify test runner in LOG_COMPILER, not in TEST_ENVIRONMENTStefano Lattarini2011-10-121-1/+3
* give a diagnostic rather than a failed assertion for a mangled patchJim Meyering2011-10-112-0/+43
* maint: update copyright date year ranges to include 2011Jim Meyering2011-03-2731-31/+31
* maint: avoid non-portable use of test -aJim Meyering2011-03-264-5/+5
* maint: allow the sc_prohibit_empty_lines_at_EOF test to passJim Meyering2011-03-261-1/+0
* maint: remove trailing blanksJim Meyering2011-03-265-12/+19
* don't warn twice about the same invalid file nameJim Meyering2011-02-171-0/+24
* Ignore dangerous filenames instead of failing immediatelyAndreas Gruenbacher2011-02-161-15/+82
* Create directory test caseOzan Çağlayan2011-02-042-0/+28
* Also check if the input file is seekable if a filename is given (-i)Andreas Gruenbacher2011-02-032-0/+43
* Do not let a malicious patch create files above current directoryJim Meyering2011-02-032-1/+51
* Only recognize quited filename in the "diff --git" formatAndreas Gruenbacher2010-10-051-0/+1
* Add copy-after-modify test caseAndreas Gruenbacher2010-09-171-0/+43
* Document that "diff --git" criss-cross renames don't workAndreas Gruenbacher2010-09-172-0/+45
* Fix the "patching file" message for renames and copiesAndreas Gruenbacher2010-09-172-13/+7
* test suite: Another Solaris portability fixAndreas Gruenbacher2010-05-062-12/+12
* test suite: Ignore error messages during cleanupAndreas Gruenbacher2010-05-061-4/+2
* test library: Only use GNU diff when availableAndreas Gruenbacher2010-05-052-8/+10
* More test suite fixesAndreas Gruenbacher2010-05-052-25/+51
* tests/read-only-files: Replace the superuser testAndreas Gruenbacher2010-05-041-2/+8
* Create temporary test directories in builddirAndreas Gruenbacher2010-05-041-6/+2
* Remove $(TEST_SHELL) and use $(SHELL) instead.Andreas Gruenbacher2010-05-041-1/+1
* Additional minor fixes based on Eric Blake's suggestionsAndreas Gruenbacher2010-05-041-0/+5
* Fix backup file detection for deleted filesAndreas Gruenbacher2010-05-044-44/+51
* Some test suite fixes and improvementsAndreas Gruenbacher2010-05-0421-25/+39
* Allow to create and delete empty filesAndreas Gruenbacher2010-05-041-1/+0
* Stick to the best name in the reversed-patch checkAndreas Gruenbacher2010-05-031-0/+30
* Improve the symlink backup file testsAndreas Gruenbacher2010-05-031-2/+2
* Add two test cases which are currently brokenAndreas Gruenbacher2010-05-033-1/+132
* Refuse to patch read-only filesAndreas Gruenbacher2010-05-023-26/+49
* git diffs: Support file copies and renamesAndreas Gruenbacher2010-05-022-0/+136
* git diffs: Support file mode changesAndreas Gruenbacher2010-05-022-0/+85
* git diffs: Support symlinksAndreas Gruenbacher2010-05-021-1/+103
* TESTS_ENVIRONMENT portability fixAndreas Gruenbacher2010-04-271-1/+2