1. 48bb914 doc: drop author/documentation sections from most pages by Jeff King · 14 years ago
  2. 964498e Documentation: fix a typo in git-apply.txt by Michał Kiedrowicz · 14 years ago
  3. 0adda93 Use parentheses and `...' where appropriate by Štěpán Němec · 14 years ago
  4. 62b4698 Use angles for placeholders consistently by Štěpán Němec · 14 years ago
  5. 08b2982 Documentation: cite git-am from git-apply by Brad King · 15 years ago
  6. 0b444cd Documentation: spell 'git cmd' without dash throughout by Thomas Rast · 15 years ago
  7. c34ec65 apply: Use the term "working tree" consistently by Björn Gustavsson · 15 years ago
  8. f9821e2 apply: Format all options using back-quotes by Björn Gustavsson · 15 years ago
  9. 38a3964 apply: apply works outside a repository by Björn Gustavsson · 15 years ago
  10. 64485b4 Clarify and correct -z by Björn Gustavsson · 15 years ago
  11. 86c91f9 git apply: option to ignore whitespace differences by Giuseppe Bilotta · 16 years ago
  12. c4d5359 git-apply(1): Clarify that one can select where to apply the patch by Björn Steinbrink · 16 years ago
  13. 1d035f8 Documentation: minor grammatical fixes. by David J. Mellor · 16 years ago
  14. 12ef3d8 Merge branch 'maint' by Junio C Hamano · 16 years ago
  15. 325e9bc Merge branch 'maint-1.6.0' into maint by Junio C Hamano · 16 years ago
  16. eb006cc added missing backtick in git-apply.txt by Danijel Tasov · 16 years ago
  17. f26c494 parse-opt: migrate builtin-apply. by Miklos Vajna · 16 years ago
  18. 6ecb1ee git-apply:--include=pathspec by Junio C Hamano · 17 years ago
  19. e9a9d6e Merge branch 'js/apply-root' by Junio C Hamano · 17 years ago
  20. f556388 git-apply --directory: make --root more similar to GNU diff by Junio C Hamano · 17 years ago
  21. 2fd02c9 manpages: italicize nongit command names (if they are in teletype font) by Jonathan Nieder · 17 years ago
  22. ba020ef manpages: italicize git command names (which were in teletype font) by Jonathan Nieder · 17 years ago
  23. 0979c10 manpages: italicize command names by Jonathan Nieder · 17 years ago
  24. c4730f3 Teach "git apply" to prepend a prefix with "--root=<root>" by Johannes Schindelin · 17 years ago
  25. 483bc4f Documentation formatting and cleanup by Jonathan Nieder · 17 years ago
  26. b1889c3 Documentation: be consistent about "git-" versus "git " by Jonathan Nieder · 17 years ago
  27. c14b9d1 Allow git-apply to recount the lines in a hunk (AKA recountdiff) by Johannes Schindelin · 17 years ago
  28. 3240240 Docs: Use "-l::\n--long\n" format in OPTIONS sections by Stephan Beyer · 17 years ago
  29. 9e1f0a8 documentation: move git(7) to git(1) by Christian Couder · 17 years ago
  30. 5162e69 Documentation: rename gitlink macro to linkgit by Dan McGee · 17 years ago
  31. 71a9883 Documentation: minor grammar fix for "git apply" by Wincent Colaiuta · 17 years ago
  32. 91af7ae core.whitespace: documentation updates. by Junio C Hamano · 17 years ago
  33. 7a98869 apply: get rid of --index-info in favor of --build-fake-ancestor by Johannes Schindelin · 17 years ago
  34. e06c5a6 git-apply: apply submodule changes by Sven Verdoolaege · 18 years ago
  35. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  36. 0b9a9dd Update git-apply documentation by Andrew Ruder · 18 years ago
  37. c3f0baa Documentation: sync git.txt command list and manual page title by Junio C Hamano · 18 years ago
  38. 2f89543 Document --numstat in git-apply and git-diff by Junio C Hamano · 18 years ago
  39. f847c07 git-apply: Documentation typo fix by Petr Baudis · 18 years ago
  40. f58bb6f git-apply(1): document --unidiff-zero by Jonas Fonseca · 18 years ago
  41. 2b6eef9 Make apply --binary a no-op. by Junio C Hamano · 19 years ago
  42. b32d37a Merge branch 'jc/apply' by Junio C Hamano · 19 years ago
  43. 8938045 git-apply --reject: finishing touches. by Junio C Hamano · 19 years ago
  44. 5684ed6 git-apply(1): document missing options and improve existing ones by Jonas Fonseca · 19 years ago
  45. 57dc397 git-apply --reject by Junio C Hamano · 19 years ago
  46. 2cda1a2 apply --reverse: tie it all together. by Junio C Hamano · 19 years ago
  47. 74237d6 Misc doc improvements by Jonas Fonseca · 19 years ago
  48. abda1ef Documentation: Spelling fixes by Horst H. von Brand · 19 years ago
  49. 4749588 Implement limited context matching in git-apply. by Eric W. Biederman · 19 years ago
  50. 8273c79 war on whitespaces: documentation. by Junio C Hamano · 19 years ago
  51. e36f8b6 Make apply accept the -pNUM option like patch does. by Daniel Barkalow · 19 years ago
  52. 353ce81 Wrap synopsis lines and use [verse] to keep formatting by Jonas Fonseca · 19 years ago
  53. 27dedf0 GIT 0.99.9j aka 1.0rc3 by Junio C Hamano · 19 years ago v0.99.9j v1.0rc3
  54. e433705 Documentation: git-apply --no-add by Junio C Hamano · 19 years ago
  55. 7d8b7c2 git-apply --numstat by Junio C Hamano · 19 years ago
  56. 58452f9 git-apply: remove unused --show-files flag. by Junio C Hamano · 19 years ago
  57. d88156e Update documentation for C-style quoting. by Junio C Hamano · 19 years ago
  58. 72e9340 Convert usage of GIT and Git into git by Christian Meder · 19 years ago
  59. 98438bd Remove the version tags from the manpages by Junio C Hamano · 19 years ago
  60. d67c4af Merge branch 'fixes' by Junio C Hamano · 19 years ago
  61. f73ae1f Some typos and light editing of various manpages by Christian Meder · 19 years ago
  62. c2d5036 git-apply: retire unused/unimplemented --no-merge flag. by Junio C Hamano · 19 years ago
  63. a7154e9 [PATCH] Documentation: Update all files to use the new gitlink: macro by Sergey Vlasov · 19 years ago
  64. 12dd6e8 [PATCH] apply: match documentation, usage string and code. by Junio C Hamano · 20 years ago
  65. d0587fd [PATCH] git-apply: documentation. by Junio C Hamano · 20 years ago