167 Commits (02f0547eaaeeec3446b77a29593f9233cf94d626)

Author SHA1 Message Date
Brandon Williams f1ae97d333 apply: rename 'new' variables 7 years ago
Brandon Williams 6cbc7cfdfe apply: rename 'try' variables 7 years ago
Tatyana Krasnukha e454ad4bec apply: handle Subversion diffs with /dev/null gracefully 7 years ago
Patryk Obara a09c985eae sha1_file: convert write_sha1_file to object_id 7 years ago
Patryk Obara f070faccc1 sha1_file: convert hash_sha1_file to object_id 7 years ago
Torsten Bögershausen 8462ff43e4 convert_to_git(): safe_crlf/checksafe becomes int conv_flags 7 years ago
René Scharfe 4855de1233 apply: update line lengths for --inaccurate-eof 7 years ago
René Scharfe 6ce15ce576 apply: avoid out-of-bounds access in fuzzy_matchlines() 7 years ago
Martin Ågren d13cd4c927 apply: remove `newfd` from `struct apply_state` 7 years ago
Martin Ågren 6d058c8826 apply: move lockfile into `apply_state` 7 years ago
Jeff King 1cf01a34ea consistently use "fallthrough" comments in switches 7 years ago
René Scharfe 0db3dc75f3 apply: remove epoch date from regex 8 years ago
René Scharfe e4905019df apply: check date of potential epoch timestamps first 8 years ago
Torsten Bögershausen c24f3abace apply: file commited with CRLF should roundtrip diff and apply 8 years ago
René Scharfe 881529c846 apply: remove prefix_length member from apply_state 8 years ago
René Scharfe 177366415b apply: use COPY_ARRAY and MOVE_ARRAY in update_image() 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
René Scharfe 2d105451c0 apply: use strcmp(3) for comparing strings in gitdiff_verify_name() 8 years ago
René Scharfe 8bc172e5f2 apply: use starts_with() in gitdiff_verify_name() 8 years ago
René Scharfe d70e9c5c8c apply: check git diffs for mutually exclusive header lines 8 years ago
René Scharfe 44e5471a8d apply: check git diffs for invalid file modes 8 years ago
René Scharfe 4269974179 apply: check git diffs for missing old filenames 8 years ago
Ævar Arnfjörð Bjarmason 55d3426929 wildmatch: remove unused wildopts parameter 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams 82b474e025 convert: convert convert_to_git to take an index 8 years ago
Prathamesh Chavan e0556a928f dir: create function count_slashes() 8 years ago
Junio C Hamano c7054209d6 treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked 8 years ago
Junio C Hamano e294e8959f apply.c: fix whitespace-only mismerge 8 years ago
Jeff King e4da43b1f0 prefix_filename: return newly allocated string 8 years ago
Jeff King 116fb64e43 prefix_filename: drop length parameter 8 years ago
René Scharfe db10199141 apply: use SWAP macro 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
Vasco Almeida f25dfb5e8d i18n: apply: mark error message for translation 8 years ago
Vasco Almeida d1d42bf598 i18n: apply: mark error messages for translation 8 years ago
Vasco Almeida 5886637a2f i18n: apply: mark info messages for translation 8 years ago
Vasco Almeida 965d5c851a i18n: apply: mark plural string for translation 8 years ago
René Scharfe 68e3d6292f introduce CHECKOUT_INIT 9 years ago
Christian Couder 5b0b57fd91 apply: learn to use a different index file 9 years ago
Christian Couder b4290342dd apply: pass apply state to build_fake_ancestor() 9 years ago
Christian Couder 13b5af22f3 apply: move libified code from builtin/apply.c to apply.{c,h} 9 years ago
Christian Couder 7e1bad24e3 apply: refactor `git apply` option parsing 9 years ago
Christian Couder 45b78d8ba3 apply: change error_routine when silent 9 years ago
Christian Couder 487beee0c3 apply: don't print on stdout in verbosity_silent mode 9 years ago
Christian Couder a46160d27e apply: make it possible to silently apply 9 years ago
Christian Couder 90875eca5a apply: use error_errno() where possible 9 years ago
Christian Couder 9123d5ddfe apply: make some parsing functions static again 9 years ago
Christian Couder b6446d54ec builtin/apply: move check_apply_state() to apply.c 9 years ago
Christian Couder 2f5a6d1218 apply: make init_apply_state() return -1 instead of exit()ing 9 years ago
Christian Couder bb493a5c14 builtin/apply: move init_apply_state() to apply.c 9 years ago