summaryrefslogtreecommitdiff
path: root/apply.c
AgeCommit message (Expand)Author
2018-05-22Sync with Git 2.15.2Junio C Hamano
2018-05-22Sync with Git 2.14.4Junio C Hamano
2018-05-22Sync with Git 2.13.7Junio C Hamano
2018-05-22verify_path: disallow symlinks in .gitmodulesJeff King
2017-12-06Merge branch 'rs/apply-inaccurate-eof-with-incomplete-line' into maintJunio C Hamano
2017-11-27Merge branch 'rs/apply-inaccurate-eof-with-incomplete-line'Junio C Hamano
2017-11-27Merge branch 'rs/apply-fuzzy-match-fix' into maintJunio C Hamano
2017-11-21Merge branch 'rs/apply-fuzzy-match-fix'Junio C Hamano
2017-11-17apply: update line lengths for --inaccurate-eofRené Scharfe
2017-11-12apply: avoid out-of-bounds access in fuzzy_matchlines()René Scharfe
2017-10-06apply: remove `newfd` from `struct apply_state`Martin Ågren
2017-10-06apply: move lockfile into `apply_state`Martin Ågren
2017-09-22consistently use "fallthrough" comments in switchesJeff King
2017-09-10Merge branch 'rs/apply-epoch'Junio C Hamano
2017-09-10Merge branch 'rs/apply-lose-prefix-length' into maintJunio C Hamano
2017-09-10Merge branch 'tb/apply-with-crlf' into maintJunio C Hamano
2017-08-27Merge branch 'tb/apply-with-crlf'Junio C Hamano
2017-08-25apply: remove epoch date from regexRené Scharfe
2017-08-25apply: check date of potential epoch timestamps firstRené Scharfe
2017-08-22Merge branch 'rs/apply-lose-prefix-length'Junio C Hamano
2017-08-19apply: file commited with CRLF should roundtrip diff and applyTorsten Bögershausen
2017-08-11Merge branch 'rs/move-array'Junio C Hamano
2017-08-09apply: remove prefix_length member from apply_stateRené Scharfe
2017-07-31Merge branch 'rs/apply-avoid-over-reading' into maintJunio C Hamano
2017-07-17apply: use COPY_ARRAY and MOVE_ARRAY in update_image()René Scharfe
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson
2017-07-12Merge branch 'rs/apply-avoid-over-reading'Junio C Hamano
2017-07-10Merge branch 'rs/apply-validate-input' into maintJunio C Hamano
2017-07-10Merge branch 'ab/wildmatch'Junio C Hamano
2017-07-09apply: use strcmp(3) for comparing strings in gitdiff_verify_name()René Scharfe
2017-07-07Merge branch 'rs/apply-avoid-over-reading'Junio C Hamano
2017-07-01apply: use starts_with() in gitdiff_verify_name()René Scharfe
2017-06-30Merge branch 'rs/apply-validate-input'Junio C Hamano
2017-06-27apply: check git diffs for mutually exclusive header linesRené Scharfe
2017-06-27apply: check git diffs for invalid file modesRené Scharfe
2017-06-27apply: check git diffs for missing old filenamesRené Scharfe
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-24Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano
2017-06-24wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason
2017-06-22Merge branch 'pc/dir-count-slashes'Junio C Hamano
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'jc/noent-notdir'Junio C Hamano
2017-06-13convert: convert convert_to_git to take an indexBrandon Williams
2017-06-12dir: create function count_slashes()Prathamesh Chavan
2017-06-04Merge branch 'jc/apply-fix-mismerge' into maintJunio C Hamano
2017-05-30treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedJunio C Hamano
2017-05-16Merge branch 'jc/apply-fix-mismerge'Junio C Hamano
2017-05-09apply.c: fix whitespace-only mismergeJunio C Hamano