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