Age | Commit message (Expand) | Author | Files | Lines |
2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
2018-03-14 | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 1 | -2/+3 |
2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -2/+2 |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -61/+61 |
2018-02-28 | Merge branch 'tk/apply-dev-null-verify-name-fix' | Junio C Hamano | 1 | -1/+1 |
2018-02-22 | apply: rename 'new' variables | Brandon Williams | 1 | -27/+27 |
2018-02-22 | apply: rename 'try' variables | Brandon Williams | 1 | -34/+34 |
2018-02-15 | Merge branch 'po/object-id' | Junio C Hamano | 1 | -6/+6 |
2018-02-15 | apply: handle Subversion diffs with /dev/null gracefully | Tatyana Krasnukha | 1 | -1/+1 |
2018-02-09 | completion: use __gitcomp_builtin in _git_apply | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2018-01-30 | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 1 | -4/+4 |
2018-01-30 | sha1_file: convert hash_sha1_file to object_id | Patryk Obara | 1 | -2/+2 |
2018-01-16 | convert_to_git(): safe_crlf/checksafe becomes int conv_flags | Torsten Bögershausen | 1 | -3/+3 |
2017-11-27 | Merge branch 'rs/apply-inaccurate-eof-with-incomplete-line' | Junio C Hamano | 1 | -0/+2 |
2017-11-21 | Merge branch 'rs/apply-fuzzy-match-fix' | Junio C Hamano | 1 | -39/+20 |
2017-11-17 | apply: update line lengths for --inaccurate-eof | René Scharfe | 1 | -0/+2 |
2017-11-12 | apply: avoid out-of-bounds access in fuzzy_matchlines() | René Scharfe | 1 | -39/+20 |
2017-10-06 | apply: remove `newfd` from `struct apply_state` | Martin Ågren | 1 | -11/+6 |
2017-10-06 | apply: move lockfile into `apply_state` | Martin Ågren | 1 | -9/+5 |
2017-09-22 | consistently use "fallthrough" comments in switches | Jeff King | 1 | -1/+2 |
2017-09-10 | Merge branch 'rs/apply-epoch' | Junio C Hamano | 1 | -19/+18 |
2017-09-10 | Merge branch 'rs/apply-lose-prefix-length' into maint | Junio C Hamano | 1 | -7/+5 |
2017-09-10 | Merge branch 'tb/apply-with-crlf' into maint | Junio C Hamano | 1 | -5/+36 |
2017-08-26 | Merge branch 'tb/apply-with-crlf' | Junio C Hamano | 1 | -5/+36 |
2017-08-25 | apply: remove epoch date from regex | René Scharfe | 1 | -7/+5 |
2017-08-25 | apply: check date of potential epoch timestamps first | René Scharfe | 1 | -16/+17 |
2017-08-22 | Merge branch 'rs/apply-lose-prefix-length' | Junio C Hamano | 1 | -7/+5 |
2017-08-19 | apply: file commited with CRLF should roundtrip diff and apply | Torsten Bögershausen | 1 | -5/+36 |
2017-08-11 | Merge branch 'rs/move-array' | Junio C Hamano | 1 | -7/+4 |
2017-08-09 | apply: remove prefix_length member from apply_state | René Scharfe | 1 | -7/+5 |
2017-07-17 | apply: use COPY_ARRAY and MOVE_ARRAY in update_image() | René Scharfe | 1 | -7/+4 |
2017-07-17 | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 1 | -2/+2 |
2017-07-12 | Merge branch 'rs/apply-avoid-over-reading' | Junio C Hamano | 1 | -2/+1 |
2017-07-10 | Merge branch 'ab/wildmatch' | Junio C Hamano | 1 | -1/+1 |
2017-07-09 | apply: use strcmp(3) for comparing strings in gitdiff_verify_name() | René Scharfe | 1 | -2/+1 |
2017-07-06 | Merge branch 'rs/apply-avoid-over-reading' | Junio C Hamano | 1 | -2/+1 |
2017-07-01 | apply: use starts_with() in gitdiff_verify_name() | René Scharfe | 1 | -2/+1 |
2017-06-30 | Merge branch 'rs/apply-validate-input' | Junio C Hamano | 1 | -6/+29 |
2017-06-27 | apply: check git diffs for mutually exclusive header lines | René Scharfe | 1 | -0/+15 |
2017-06-27 | apply: check git diffs for invalid file modes | René Scharfe | 1 | -5/+12 |
2017-06-27 | apply: check git diffs for missing old filenames | René Scharfe | 1 | -1/+2 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-24 | Merge branch 'bw/ls-files-sans-the-index' | Junio C Hamano | 1 | -1/+1 |
2017-06-23 | wildmatch: remove unused wildopts parameter | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-06-22 | Merge branch 'pc/dir-count-slashes' | Junio C Hamano | 1 | -11/+0 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-13 | Merge branch 'jc/noent-notdir' | Junio C Hamano | 1 | -1/+1 |
2017-06-13 | convert: convert convert_to_git to take an index | Brandon Williams | 1 | -1/+1 |