75 Commits (43bc820db78be5e3230ae675018a7a7af50ccc88)

Author SHA1 Message Date
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Junio C Hamano 63e50d492c git-apply: do not fix whitespaces on context lines. 18 years ago
Johannes Schindelin aeabfa0725 apply: make --verbose a little more useful 18 years ago
Junio C Hamano 3e8a5db966 git-apply: guess correct -p<n> value for non-git patches. 18 years ago
Junio C Hamano 9987d7c58a git-apply: notice "diff --git" patch again 18 years ago
Junio C Hamano 6c912f5b04 Fix botched "leak fix" 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Johannes Schindelin eac70c4f64 apply: fix memory leak in prefix_one() 18 years ago
Junio C Hamano 56185f49d0 git-apply: require -p<n> when working in a subdirectory. 18 years ago
Junio C Hamano aea1945744 git-apply: do not lose cwd when run from a subdirectory. 18 years ago
Junio C Hamano 700ea47936 Teach 'git apply' to look at $HOME/.gitconfig even outside of a repository 18 years ago
Junio C Hamano 6716027108 Teach core.autocrlf to 'git apply' 18 years ago
Junio C Hamano dc7b24364d Teach 'git apply' to look at $GIT_DIR/config 18 years ago
Junio C Hamano 185c975faa Do not take mode bits from index after type change. 18 years ago
Johannes Schindelin cd554bb173 apply --cached: fix crash in subdirectory 18 years ago
Alexandre Julliard d234b21c69 git-apply: Remove directories that have become empty after deleting a file. 18 years ago
Junio C Hamano 6534141151 Fix "Do not ignore a detected patchfile brokenness." 18 years ago
Junio C Hamano 5a17b54ad5 Do not ignore a detected patchfile brokenness. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Rene Scharfe 3dad11bfdb git-apply: slightly clean up bitfield usage 18 years ago
Junio C Hamano ef58d9587e apply --numstat: mark binary diffstat with - -, not 0 0 18 years ago
Shawn O. Pearce bf8675d314 Use ULONG_MAX rather than implicit cast of -1. 18 years ago
Junio C Hamano 6f9f3b263b apply: handle "traditional" creation/deletion diff correctly. 18 years ago
Linus Torvalds b507b465f7 git-apply: prepare for upcoming GNU diff -u format change. 18 years ago
Rene Scharfe abdc3fc842 Add hash_sha1_file() 18 years ago
Junio C Hamano 854de5a534 apply --numstat -z: line termination fix. 18 years ago
Junio C Hamano ce74618d95 git-diff/git-apply: make diff output a bit friendlier to GNU patch (part 1) 18 years ago
Junio C Hamano d0c25035df git-apply: second war on whitespace. 18 years ago
Junio C Hamano 4be609625e apply --unidiff-zero: loosen sanity checks for --unidiff=0 patches 18 years ago
Junio C Hamano 2b6eef943f Make apply --binary a no-op. 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Junio C Hamano 4cac42b132 free(NULL) is perfectly valid. 18 years ago
Junio C Hamano 8938045a4e git-apply --reject: finishing touches. 18 years ago
Pierre Habouzit dd305c8462 use name[len] in switch directly, instead of creating a shadowed variable. 18 years ago
Pierre Habouzit 60b7f38e0e avoid to use error that shadows the function name, use err instead. 18 years ago
Junio C Hamano 0e9ee32358 apply --reject: count hunks starting from 1, not 0 18 years ago
Junio C Hamano a2bf404e28 git-apply --verbose 18 years ago
Junio C Hamano 82e2765f59 git-apply --reject: send rejects to .rej files. 18 years ago
Junio C Hamano 57dc397cff git-apply --reject 18 years ago
Junio C Hamano 2cda1a214e apply --reverse: tie it all together. 18 years ago
Junio C Hamano 03eb8f8aeb builtin-apply --reverse: two bugfixes. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
David Rientjes 0bef57ee44 make inline is_null_sha1 global 18 years ago
Junio C Hamano 3cd4f5e8eb git-apply --binary: clean up and prepare for --reverse 18 years ago
Junio C Hamano f686d03034 git-apply --reverse: simplify reverse option. 18 years ago
Junio C Hamano 40aaae88ad Better error message when we are unable to lock the index file 18 years ago
Junio C Hamano 242abf106c builtin-apply: remove unused increment 19 years ago
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