1. a0ed3e6 builtin-apply.c: guard config parser from value=NULL by Junio C Hamano · 17 years ago
  2. 4ed7cd3 Improve use of lockfile API by Brandon Casey · 17 years ago
  3. d8c3794 "git-apply --check" should not report "fixed" by Junio C Hamano · 17 years ago
  4. b90ced0 builtin-apply: stronger indent-with-on-tab fixing by J. Bruce Fields · 17 years ago
  5. 95f9b92 builtin-apply: minor cleanup of whitespace detection by J. Bruce Fields · 17 years ago
  6. 45e2a4b Make "diff --check" output match "git apply" by Wincent Colaiuta · 17 years ago
  7. c1795bb Unify whitespace checking by Wincent Colaiuta · 17 years ago
  8. 4eb39e9 Merge branch 'jc/spht' by Junio C Hamano · 17 years ago
  9. cf1b786 Use gitattributes to define per-path whitespace rule by Junio C Hamano · 17 years ago
  10. 91af7ae core.whitespace: documentation updates. by Junio C Hamano · 17 years ago
  11. d5a4164 builtin-apply: teach whitespace_rules by Junio C Hamano · 17 years ago
  12. 81bf96b builtin-apply: rename "whitespace" variables and fix styles by Junio C Hamano · 17 years ago
  13. a777e9c Remove unreachable statements by Guido Ostkamp · 17 years ago
  14. c78a249 Merge branch 'jc/maint-add-sync-stat' by Junio C Hamano · 17 years ago
  15. 4bd5b7d ce_match_stat, run_diff_files: use symbolic constants for readability by Junio C Hamano · 17 years ago
  16. c32f749 Correct some sizeof(size_t) != sizeof(unsigned long) typing errors by René Scharfe · 17 years ago
  17. f94bf44 builtin-apply: fix conversion error in strbuf series by Junio C Hamano · 17 years ago
  18. 66d4035 Merge branch 'ph/strbuf' by Junio C Hamano · 17 years ago
  19. 9a76ade Make read_patch_file work on a strbuf. by Pierre Habouzit · 17 years ago
  20. 387e7e1 strbuf_read_file enhancement, and use it. by Pierre Habouzit · 17 years ago
  21. b315c5c strbuf change: be sure ->buf is never ever NULL. by Pierre Habouzit · 17 years ago
  22. 26b2800 apply: get rid of --index-info in favor of --build-fake-ancestor by Johannes Schindelin · 17 years ago
  23. 663af34 Full rework of quote_c_style and write_name_quoted. by Pierre Habouzit · 17 years ago
  24. 7fb1011 Rework unquote_c_style to work on a strbuf. by Pierre Habouzit · 17 years ago
  25. ca03283 builtin-apply.c: fix a tiny leak introduced during xmemdupz() conversion. by Junio C Hamano · 17 years ago
  26. 182af83 Use xmemdupz() in many places. by Pierre Habouzit · 17 years ago
  27. 39bd2eb Merge branch 'master' into ph/strbuf by Junio C Hamano · 17 years ago
  28. 7a98869 apply: get rid of --index-info in favor of --build-fake-ancestor by Johannes Schindelin · 17 years ago
  29. 89df580 Merge branch 'maint' by Junio C Hamano · 17 years ago
  30. 3d845d7 Fix lapsus in builtin-apply.c by Pierre Habouzit · 17 years ago
  31. 9346b4e Merge branch 'cr/reset' by Junio C Hamano · 17 years ago
  32. d7416ec git-apply: fix whitespace stripping by J. Bruce Fields · 17 years ago
  33. ece7b74 apply --index-info: fall back to current index for mode changes by Johannes Schindelin · 17 years ago
  34. c7f9cb1 builtin-apply: use strbuf's instead of buffer_desc's. by Pierre Habouzit · 17 years ago
  35. ba3ed09 Now that cache.h needs strbuf.h, remove useless includes. by Pierre Habouzit · 17 years ago
  36. 5ecd293 Rewrite convert_to_{git,working_tree} to use strbuf's. by Pierre Habouzit · 17 years ago
  37. 09d5dc3 Simplify cache API by Junio C Hamano · 18 years ago
  38. f1696ee Strbuf API extensions and fixes. by Pierre Habouzit · 18 years ago
  39. af6eb82 Use strbuf API in apply, blame, commit-tree and diff by Pierre Habouzit · 18 years ago
  40. 6b763c4 git-apply: do not read past the end of buffer by Junio C Hamano · 18 years ago
  41. e06c5a6 git-apply: apply submodule changes by Sven Verdoolaege · 18 years ago
  42. a695445 Merge branch 'maint' by Junio C Hamano · 18 years ago
  43. 9396943 apply: remove directory that becomes empty by renaming the last file away by Linus Torvalds · 18 years ago
  44. 0707a9d Merge branch 'maint' by Junio C Hamano · 18 years ago
  45. 5fda48d Fix "apply --reverse" with regard to whitespace by Johannes Schindelin · 18 years ago
  46. c94bf41 git-apply: what is detected and fixed is not just trailing spaces. by Junio C Hamano · 18 years ago
  47. 077e1af git-apply: Fix removal of new trailing blank lines. by Junio C Hamano · 18 years ago
  48. efe7f35 Teach 'git-apply --whitespace=strip' to remove empty lines at the end of file by Marco Costalba · 18 years ago
  49. 8a912bc Ensure return value from xread() is always stored into an ssize_t by Johan Herland · 18 years ago
  50. 64cab59 apply: do not get confused by symlinks in the middle by Junio C Hamano · 18 years ago
  51. a2d7c6c Merge branch 'jc/attr' by Junio C Hamano · 18 years ago
  52. ac78e54 Simplify calling of CR/LF conversion routines by Alex Riesen · 18 years ago
  53. 6fb8e8f Merge branch 'maint' by Junio C Hamano · 18 years ago
  54. 0afa764 Fix overwriting of files when applying contextually independent diffs by Alex Riesen · 18 years ago
  55. ee9693e Merge branch 'jc/index-output' by Junio C Hamano · 18 years ago
  56. 77e6f5b Merge branch 'maint' by Junio C Hamano · 18 years ago
  57. 7da3bf3 Rename static variable write_index to update_index in builtin-apply.c by Junio C Hamano · 18 years ago
  58. 79ee194 Honor -p<n> when applying git diffs by Shawn O. Pearce · 18 years ago
  59. 30ca07a _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. by Junio C Hamano · 18 years ago
  60. cc96fd0 git-apply: Do not free the wrong buffer when we convert the data for writeout by Junio C Hamano · 18 years ago
  61. dc49cd7 Cast 64 bit off_t to 32 bit size_t by Shawn O. Pearce · 18 years ago
  62. 78a8d64 Add core.symlinks to mark filesystems that do not support symbolic links. by Johannes Sixt · 18 years ago
  63. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  64. 4e4b55d Merge branch 'maint' by Junio C Hamano · 18 years ago
  65. 63e50d4 git-apply: do not fix whitespaces on context lines. by Junio C Hamano · 18 years ago
  66. 7bd59de Merge branch 'js/apply' by Junio C Hamano · 18 years ago
  67. ef1a5c2 Merge branches 'lt/crlf' and 'jc/apply-config' by Junio C Hamano · 18 years ago
  68. aeabfa0 apply: make --verbose a little more useful by Johannes Schindelin · 18 years ago
  69. 3e8a5db git-apply: guess correct -p<n> value for non-git patches. by Junio C Hamano · 18 years ago
  70. 9987d7c git-apply: notice "diff --git" patch again by Junio C Hamano · 18 years ago
  71. 6c912f5 Fix botched "leak fix" by Junio C Hamano · 18 years ago
  72. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  73. eac70c4 apply: fix memory leak in prefix_one() by Johannes Schindelin · 18 years ago
  74. 56185f4 git-apply: require -p<n> when working in a subdirectory. by Junio C Hamano · 18 years ago
  75. aea1945 git-apply: do not lose cwd when run from a subdirectory. by Junio C Hamano · 18 years ago
  76. 700ea47 Teach 'git apply' to look at $HOME/.gitconfig even outside of a repository by Junio C Hamano · 18 years ago
  77. 6716027 Teach core.autocrlf to 'git apply' by Junio C Hamano · 18 years ago
  78. dc7b243 Teach 'git apply' to look at $GIT_DIR/config by Junio C Hamano · 18 years ago
  79. 185c975 Do not take mode bits from index after type change. by Junio C Hamano · 18 years ago
  80. cd554bb apply --cached: fix crash in subdirectory by Johannes Schindelin · 18 years ago
  81. d234b21 git-apply: Remove directories that have become empty after deleting a file. by Alexandre Julliard · 18 years ago
  82. 240897e Merge branch 'maint' by Junio C Hamano · 18 years ago
  83. 6534141 Fix "Do not ignore a detected patchfile brokenness." by Junio C Hamano · 18 years ago
  84. 5a17b54 Do not ignore a detected patchfile brokenness. by Junio C Hamano · 18 years ago
  85. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  86. 54acddc Merge branch 'jc/numstat' by Junio C Hamano · 18 years ago
  87. 3dad11b git-apply: slightly clean up bitfield usage by Rene Scharfe · 18 years ago
  88. ef58d95 apply --numstat: mark binary diffstat with - -, not 0 0 by Junio C Hamano · 18 years ago
  89. 82cc8d8 Merge branch 'maint' by Junio C Hamano · 18 years ago
  90. bf8675d Use ULONG_MAX rather than implicit cast of -1. by Shawn O. Pearce · 18 years ago
  91. a622f6b Merge branch 'maint' by Junio C Hamano · 18 years ago
  92. 6f9f3b2 apply: handle "traditional" creation/deletion diff correctly. by Junio C Hamano · 18 years ago
  93. e19343a Merge branch 'maint' by Junio C Hamano · 18 years ago
  94. b507b46 git-apply: prepare for upcoming GNU diff -u format change. by Linus Torvalds · 18 years ago
  95. 17250ac Merge early part of branch 'jc/diff-apply-patch' by Junio C Hamano · 18 years ago
  96. abdc3fc Add hash_sha1_file() by Rene Scharfe · 18 years ago
  97. 854de5a apply --numstat -z: line termination fix. by Junio C Hamano · 18 years ago
  98. ce74618 git-diff/git-apply: make diff output a bit friendlier to GNU patch (part 1) by Junio C Hamano · 18 years ago
  99. d0c2503 git-apply: second war on whitespace. by Junio C Hamano · 18 years ago
  100. 4be6096 apply --unidiff-zero: loosen sanity checks for --unidiff=0 patches by Junio C Hamano · 18 years ago