index
:
delta/patch.git
base85
baserock/bootstrap
baserock/bootstrap-pass1
baserock/bootstrap-pass2
baserock/build-essential
baserock/morph
baserock/samthursfield/build-essential
baserock/v2.7.1
master
origin
rcs-history
testing
git.savannah.gnu.org: git/patch.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
patch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move path traversal error reporting into main()
Andreas Gruenbacher
2015-03-05
1
-4
/
+18
*
Move error reporting out of make_tempfile()
Andreas Gruenbacher
2015-02-28
1
-0
/
+4
*
Fix handling of renamed files
Andreas Gruenbacher
2015-02-22
1
-5
/
+7
*
patch: git-diff mode: do not change permissions if there isn't an explicit mo...
Quentin Casasnovas
2015-01-31
1
-1
/
+1
*
Use symlink-safe system call replacements
Andreas Gruenbacher
2015-01-31
1
-4
/
+5
*
Avoid closing file descriptor twice
Tim Waugh
2015-01-31
1
-0
/
+2
*
For renames and copies, make sure that both file names are valid
Andreas Gruenbacher
2015-01-21
1
-0
/
+3
*
Don't try applying hunks at offsets that can't work
Andreas Gruenbacher
2015-01-20
1
-4
/
+8
*
savebuf/savestr error handling
Tobias Stoeckmann
2014-11-30
1
-9
/
+9
*
Improve error message when refusing to delete file
Andreas Gruenbacher
2014-08-13
1
-1
/
+1
*
Correct the --help text of option --merge
Andreas Gruenbacher
2013-12-09
1
-1
/
+1
*
Preserve function names in reject files
Steven Rostedt
2013-08-19
1
-1
/
+2
*
Fix removing empty directories
Andreas Gruenbacher
2013-03-10
1
-1
/
+1
*
Initialize data structures early enough
Andreas Gruenbacher
2012-10-04
1
-4
/
+4
*
Improve the previous commit
Andreas Gruenbacher
2012-09-26
1
-1
/
+2
*
Only expect files to become empty if the patch says so
Andreas Gruenbacher
2012-09-25
1
-1
/
+1
*
Improve messages when in --dry-run mode
Andreas Gruenbacher
2012-09-22
1
-2
/
+5
*
Improve handling of LF vs. CRLF line endings
Andreas Gruenbacher
2012-09-22
1
-2
/
+32
*
Add --follow-symlinks option for backwards compatibility
Andreas Gruenbacher
2012-09-19
1
-0
/
+4
*
Introduce function to lstat all input files
Andreas Gruenbacher
2012-09-19
1
-5
/
+5
*
Fix file truncation when switching from git diff to non-git diff
Andreas Gruenbacher
2012-09-18
1
-1
/
+5
*
Change the type of *_needs_removal from int to bool
Andreas Gruenbacher
2012-09-13
1
-12
/
+12
*
In a git-style diff, make sure not to unlink the original by accident
Andreas Gruenbacher
2012-09-13
1
-1
/
+2
*
Do not pass file type in mode of open(..., O_CREAT, mode)
Andreas Gruenbacher
2012-09-13
1
-1
/
+2
*
Detect concatenated git-style patches by tracking what's in the output queue
Andreas Gruenbacher
2012-08-08
1
-19
/
+29
*
Change outst variable name to tmpoutst to be less misleading
Andreas Gruenbacher
2012-08-07
1
-7
/
+7
*
In git-style diffs, create new files immediatetly and only remember files to ...
Andreas Gruenbacher
2012-08-02
1
-3
/
+25
*
Try to recognize concatenated git diffs and handle them appropriately
Andreas Gruenbacher
2012-08-01
1
-0
/
+25
*
Allow to process only part of the deferred output file list
Andreas Gruenbacher
2012-08-01
1
-5
/
+20
*
Fix segfault in output_file_later()
Andreas Gruenbacher
2012-04-24
1
-1
/
+1
*
Only warn when trying to modify read-only files
Andreas Gruenbacher
2012-04-17
1
-2
/
+17
*
For git-style patch files, do not output files immediately
Andreas Gruenbacher
2012-04-17
1
-6
/
+117
*
No longer remember backup files
Andreas Gruenbacher
2012-04-17
1
-1
/
+1
*
Do not delete files immediately
Andreas Gruenbacher
2012-04-17
1
-15
/
+83
*
Create and delete output files in a single function
Andreas Gruenbacher
2012-04-17
1
-20
/
+37
*
Add a type field to entries in the file id cache
Andreas Gruenbacher
2012-04-17
1
-1
/
+1
*
Switch from the `old' gnu quoting style to the 'new' one
Andreas Gruenbacher
2012-04-17
1
-6
/
+6
*
maint: enable the useless_cpp_parens syntax-check rule
Jim Meyering
2012-01-01
1
-1
/
+1
*
maint: update all copyright year number ranges
Jim Meyering
2012-01-01
1
-1
/
+1
*
Timestamp not set when creating files with --set-time or --set-utc
Andreas Gruenbacher
2011-12-09
1
-3
/
+9
*
don't call fdopen with a negative FD upon dup failure
Jim Meyering
2011-05-25
1
-2
/
+5
*
maint: use gnulib's progname module
Jim Meyering
2011-03-27
1
-1
/
+1
*
maint: update copyright date year ranges to include 2011
Jim Meyering
2011-03-27
1
-2
/
+2
*
build: avoid three gcc warnings
Jim Meyering
2011-03-27
1
-1
/
+1
*
maint: remove unnecessary tests before free
Jim Meyering
2011-02-21
1
-2
/
+1
*
Fix use of uninitialized outst
Andreas Gruenbacher
2011-02-15
1
-3
/
+4
*
Preserve extended attributes of patched files when possible
Andreas Gruenbacher
2010-10-27
1
-4
/
+5
*
Remove obsolete comment
Andreas Gruenbacher
2010-10-26
1
-1
/
+0
*
Fix the "patching file" message for renames and copies
Andreas Gruenbacher
2010-09-17
1
-1
/
+18
*
Stop using mktemp() for TMPOUTNAME
Andreas Gruenbacher
2010-09-17
1
-48
/
+20
[next]