- f25dfb5 i18n: apply: mark error message for translation by Vasco Almeida · 8 years ago
- d1d42bf i18n: apply: mark error messages for translation by Vasco Almeida · 8 years ago
- 5886637 i18n: apply: mark info messages for translation by Vasco Almeida · 8 years ago
- 965d5c8 i18n: apply: mark plural string for translation by Vasco Almeida · 8 years ago
- 68e3d62 introduce CHECKOUT_INIT by René Scharfe · 8 years ago
- 4af9a7d Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
- 5b0b57f apply: learn to use a different index file by Christian Couder · 9 years ago
- b429034 apply: pass apply state to build_fake_ancestor() by Christian Couder · 9 years ago
- 7e1bad2 apply: refactor `git apply` option parsing by Christian Couder · 9 years ago
- 45b78d8 apply: change error_routine when silent by Christian Couder · 9 years ago
- 487beee apply: don't print on stdout in verbosity_silent mode by Christian Couder · 9 years ago
- a46160d apply: make it possible to silently apply by Christian Couder · 9 years ago
- 90875ec apply: use error_errno() where possible by Christian Couder · 9 years ago
- 9123d5d apply: make some parsing functions static again by Christian Couder · 9 years ago
- 13b5af2 apply: move libified code from builtin/apply.c to apply.{c,h} by Christian Couder · 9 years ago
- b6446d5 builtin/apply: move check_apply_state() to apply.c by Christian Couder · 9 years ago
- 2f5a6d1 apply: make init_apply_state() return -1 instead of exit()ing by Christian Couder · 9 years ago
- bb493a5 builtin/apply: move init_apply_state() to apply.c by Christian Couder · 9 years ago
- ac6245e Builtin git-apply. by Peter Eriksen · 19 years ago
- d91d4c2 apply --cached: do not check newly added file in the working tree by Junio C Hamano · 19 years ago
- 04e4888 apply --cached: apply a patch without using working tree. by Junio C Hamano · 19 years ago
- 49e3343 apply --numstat: show new name, not old name. by Junio C Hamano · 19 years ago
- 2fc240a Merge branch 'jc/bindiff' by Junio C Hamano · 19 years ago
- dbd0f7d apply: fix infinite loop with multiple patches with --index by Eric Wong · 19 years ago
- 0660626 binary diff: further updates. by Junio C Hamano · 19 years ago
- 051308f binary patch. by Junio C Hamano · 19 years ago
- 4749588 Implement limited context matching in git-apply. by Eric W. Biederman · 19 years ago
- 90321c1 Replace xmalloc+memset(0) with xcalloc. by Peter Eriksen · 19 years ago
- 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
- c150462 git-apply: safety fixes by Linus Torvalds · 19 years ago
- 3103cf9 git-apply: do not barf when updating an originally empty file. by Junio C Hamano · 19 years ago
- b4f2a6a Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) by Junio C Hamano · 19 years ago
- de84f99 Add --temp and --stage=all options to checkout-index. by Shawn Pearce · 19 years ago
- 8273c79 war on whitespaces: documentation. by Junio C Hamano · 19 years ago
- f21d672 git-apply: war on whitespace -- finishing touches. by Junio C Hamano · 19 years ago
- 621603b git-apply --whitespace=nowarn by Junio C Hamano · 19 years ago
- 2ae1c53 apply --whitespace: configuration option. by Junio C Hamano · 19 years ago
- fc96b7c apply: squelch excessive errors and --whitespace=error-all by Junio C Hamano · 19 years ago
- b5767dd apply --whitespace fixes and enhancements. by Junio C Hamano · 19 years ago
- 19bfcd5 The war on trailing whitespace by Linus Torvalds · 19 years ago
- ee07226 Merge branch 'jc/nostat' by Junio C Hamano · 19 years ago
- 5b5d4d9 Optionally support old diffs by Johannes Schindelin · 19 years ago
- 5f73076 "Assume unchanged" git by Junio C Hamano · 19 years ago
- 8361e1d Use sha1_file.c's mkdir-like routine in apply.c. by Jason Riedy · 19 years ago
- e36f8b6 Make apply accept the -pNUM option like patch does. by Daniel Barkalow · 19 years ago
- d9e08be fix potential deadlock in create_one_file by Alex Riesen · 19 years ago
- 781411e trivial: O_EXCL makes O_TRUNC redundant by Alex Riesen · 19 years ago
- 1c15afb xread/xwrite: do not worry about EINTR at calling sites. by Junio C Hamano · 19 years ago
- edf2e37 git-apply: work from subdirectory. by Junio C Hamano · 19 years ago
- 3200d1a Deal with binary diff output from GNU diff 2.8.7 by Junio C Hamano · 19 years ago
- 011f427 apply: allow-binary-replacement. by Junio C Hamano · 19 years ago
- 92927ed git-apply: fail if a patch cannot be applied. by Junio C Hamano · 19 years ago
- 9add69b apply: fix binary patch detection. by Junio C Hamano · 19 years ago
- e433705 Documentation: git-apply --no-add by Junio C Hamano · 19 years ago
- cb93c19 merge-one-file: use common as base, instead of emptiness. by Junio C Hamano · 19 years ago
- ff36de0 git-apply: do not fail on binary diff when not applying nor checking. by Junio C Hamano · 19 years ago
- 7d8b7c2 git-apply --numstat by Junio C Hamano · 19 years ago
- 58452f9 git-apply: remove unused --show-files flag. by Junio C Hamano · 19 years ago
- 22943f1 Update git-apply to use C-style quoting for funny pathnames. by Junio C Hamano · 19 years ago
- 4546738 Unlocalized isspace and friends by Linus Torvalds · 19 years ago
- 2cf67f1 git-apply: parse index information by Junio C Hamano · 19 years ago
- c2d5036 git-apply: retire unused/unimplemented --no-merge flag. by Junio C Hamano · 19 years ago
- 56d33b1 git-apply: allow operating in sparsely populated working tree. by Junio C Hamano · 19 years ago
- 1fea629 [PATCH] Flag empty patches as errors by Linus Torvalds · 19 years ago
- 433ef8a [PATCH] Make git-apply understand incomplete lines in non-C locales by Fredrik Kuivinen · 20 years ago
- 10d781b Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git by Junio C Hamano · 20 years ago
- e70a165 [PATCH] Fix git patch header processing in git-apply. by Robert Fitzsimons · 20 years ago
- c7c81b3 Fix ?: statements. by Jason Riedy · 20 years ago
- 35cc4bc [PATCH] When copying or renaming, keep the mode, please by Johannes Schindelin · 20 years ago
- 4ec99bf [PATCH] -Werror fixes by Timo Sirainen · 20 years ago
- 6291709 [PATCH] Make git-apply --stat less butt-ugly with long filenames by Linus Torvalds · 20 years ago
- d854f78 [PATCH] apply.c: --exclude=fnmatch-pattern option. by Junio C Hamano · 20 years ago
- 8b64647 [PATCH] apply.c: handle incomplete lines correctly. by Junio C Hamano · 20 years ago
- 12dd6e8 [PATCH] apply: match documentation, usage string and code. by Junio C Hamano · 20 years ago
- 1b66834 git-apply: be a lot more careful when writing files by Linus Torvalds · 20 years ago
- e30e814 [PATCH] git: fix trivial warning from show_rename_copy() by Tony Luck · 20 years ago
- f312de0 [PATCH] Let umask do its work upon filesystem object creation. by Junio C Hamano · 20 years ago
- 6da4016 Fix sparse warnings. by Linus Torvalds · 20 years ago
- aefa4a5 git-apply: take "--apply" flag to force an apply even if we also ask for a diffstat by Linus Torvalds · 20 years ago
- 96c912a [PATCH] git-apply: implement --summary option. by Junio C Hamano · 20 years ago
- 03b4538 [PATCH] git-apply --stat: show new filename for rename/copy patch. by Junio C Hamano · 20 years ago
- 5c8af18 git-apply: create subdirectories leading up to a new file by Linus Torvalds · 20 years ago
- 69f956e [PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes. by Sven Verdoolaege · 20 years ago
- b7e8039 git-apply: use default name for mode change patches by Linus Torvalds · 20 years ago
- de4971b git-apply: normalize file mode when comparing with expected value by Linus Torvalds · 20 years ago
- 84fb9a4 git-apply: fix error handling for nonexistent files by Linus Torvalds · 20 years ago
- 206de27 git-apply: ignore empty git headers by Linus Torvalds · 20 years ago
- af3f929 git-apply: creatign empty files is nonfatal by Linus Torvalds · 20 years ago
- dc93841 diff 'rename' format change. by Linus Torvalds · 20 years ago
- f7b7970 git-apply: consider it an error to apply no changes by Linus Torvalds · 20 years ago
- 33f4d08 git-apply: fix rename header parsing by Linus Torvalds · 20 years ago
- 5aa7d94 git-apply: actually apply patches and update the index by Linus Torvalds · 20 years ago
- 3099665 git-apply: fix apply of a new file by Linus Torvalds · 20 years ago
- 6e7c92a git-apply: find offset fragments, and really apply them by Linus Torvalds · 20 years ago
- 3cca928 git-apply: first cut at actually checking fragment data by Linus Torvalds · 20 years ago
- 95bedc9 git-apply --stat: limit lines to 79 characters by Linus Torvalds · 20 years ago
- 381ca9a git-apply: don't try to be clever about filenames and the index by Linus Torvalds · 20 years ago
- 70aadac [PATCH] Show dissimilarity index for D and N case. by Junio C Hamano · 20 years ago
- a577284 git-apply: add "--check" option to check that the diff makes sense by Linus Torvalds · 20 years ago
- 0e87e04 git-apply: when validating default names, check the final EOLN too by Linus Torvalds · 20 years ago