78 Commits (fa21b6023288d5ee0afa79021493a199b1c9bac5)

Author SHA1 Message Date
Junio C Hamano 2c71810b90 git-apply: applying a patch to make a symlink shorter. 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Junio C Hamano ab9f30fd75 git-apply -R: binary patches are irreversible for now. 19 years ago
Johannes Schindelin e5a94313c0 Teach git-apply about '-R' 19 years ago
Johannes Schindelin 56ac168f6f Fix t4114 on cygwin 19 years ago
Junio C Hamano 7f95aef28f apply: handle type-changing patch correctly. 19 years ago
Junio C Hamano eed46644ca apply: split out removal and creation into different phases. 19 years ago
Junio C Hamano c28c571c14 apply: check D/F conflicts more carefully. 19 years ago
Pavel Roskin a9486b02ec Avoid C99 comments, use old-style C comments instead. 19 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Johannes Schindelin 6244b24906 Close the index file between writing and committing 19 years ago
Johannes Schindelin 3eaa38da94 apply: replace NO_ACCURATE_DIFF with --inaccurate-eof runtime flag. 19 years ago
Florian Forster 1d7f171c3a Remove all void-pointer arithmetic. 19 years ago
Junio C Hamano 021b6e4549 Make index file locking code reusable to others. 19 years ago
Peter Eriksen ac6245e31a Builtin git-apply. 19 years ago
Junio C Hamano d91d4c2c50 apply --cached: do not check newly added file in the working tree 19 years ago
Junio C Hamano 04e4888e5a apply --cached: apply a patch without using working tree. 19 years ago
Junio C Hamano 49e3343c9f apply --numstat: show new name, not old name. 19 years ago
Eric Wong dbd0f7d322 apply: fix infinite loop with multiple patches with --index 19 years ago
Junio C Hamano 0660626caf binary diff: further updates. 19 years ago
Junio C Hamano 051308f6e9 binary patch. 19 years ago
Junio C Hamano bad68ec924 index: make the index file format extensible. 19 years ago
Junio C Hamano 03ac6e6465 Invalidate cache-tree entries for touched paths in git-apply. 19 years ago
Eric W. Biederman 4749588713 Implement limited context matching in git-apply. 19 years ago
Peter Eriksen 90321c106c Replace xmalloc+memset(0) with xcalloc. 19 years ago
Peter Eriksen 8e44025925 Use blob_, commit_, tag_, and tree_type throughout. 19 years ago
Linus Torvalds c150462824 git-apply: safety fixes 19 years ago
Junio C Hamano 3103cf9e1e git-apply: do not barf when updating an originally empty file. 19 years ago
Junio C Hamano b4f2a6ac92 Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) 19 years ago
Shawn Pearce de84f99c12 Add --temp and --stage=all options to checkout-index. 19 years ago
Junio C Hamano 8273c79ae2 war on whitespaces: documentation. 19 years ago
Junio C Hamano 56248c5a5c git-apply: war on whitespace -- finishing touches. 19 years ago
Junio C Hamano f21d672615 git-apply: war on whitespace -- finishing touches. 19 years ago
Junio C Hamano 5c0d46eb3d git-apply --whitespace=nowarn 19 years ago
Junio C Hamano 383e20b614 apply --whitespace: configuration option. 19 years ago
Junio C Hamano 59aa256204 apply: squelch excessive errors and --whitespace=error-all 19 years ago
Junio C Hamano 5c7b580c94 apply --whitespace fixes and enhancements. 19 years ago
Linus Torvalds 1187df57c2 The war on trailing whitespace 19 years ago
Junio C Hamano 621603b76a git-apply --whitespace=nowarn 19 years ago
Junio C Hamano 2ae1c53b51 apply --whitespace: configuration option. 19 years ago
Junio C Hamano fc96b7c9ba apply: squelch excessive errors and --whitespace=error-all 19 years ago
Junio C Hamano b5767dd660 apply --whitespace fixes and enhancements. 19 years ago
Linus Torvalds 19bfcd5a14 The war on trailing whitespace 19 years ago
Johannes Schindelin 5b5d4d9e1b Optionally support old diffs 19 years ago
Junio C Hamano 5f73076c1a "Assume unchanged" git 19 years ago
Jason Riedy 8361e1d4d3 Use sha1_file.c's mkdir-like routine in apply.c. 19 years ago
Daniel Barkalow e36f8b6034 Make apply accept the -pNUM option like patch does. 19 years ago
Alex Riesen d9e08be9d5 fix potential deadlock in create_one_file 19 years ago
Alex Riesen 781411ed46 trivial: O_EXCL makes O_TRUNC redundant 19 years ago
Junio C Hamano 1c15afb934 xread/xwrite: do not worry about EINTR at calling sites. 19 years ago