Age | Commit message (Expand) | Author | Files | Lines |
2016-03-24 | git-apply.txt: mention the behavior inside a subdir | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2016-03-24 | git-apply.txt: remove a space | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2015-03-13 | *config.txt: stick to camelCase naming convention | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2015-02-10 | apply: reject input that touches outside the working area | Junio C Hamano | 1 | -1/+11 |
2013-02-01 | Documentation: the name of the system is 'Git', not 'git' | Thomas Ackermann | 1 | -2/+2 |
2012-07-09 | apply: document --3way option | Junio C Hamano | 1 | -1/+10 |
2011-03-11 | doc: drop author/documentation sections from most pages | Jeff King | 1 | -10/+0 |
2011-03-04 | Documentation: fix a typo in git-apply.txt | Michał Kiedrowicz | 1 | -1/+1 |
2010-10-08 | Use parentheses and `...' where appropriate | Štěpán Němec | 1 | -1/+1 |
2010-10-08 | Use angles for placeholders consistently | Štěpán Němec | 1 | -2/+2 |
2010-08-09 | Documentation: cite git-am from git-apply | Brad King | 1 | -0/+10 |
2010-01-10 | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 1 | -5/+5 |
2009-11-22 | apply: Use the term "working tree" consistently | Björn Gustavsson | 1 | -2/+2 |
2009-11-22 | apply: Format all options using back-quotes | Björn Gustavsson | 1 | -8/+8 |
2009-11-22 | apply: apply works outside a repository | Björn Gustavsson | 1 | -3/+6 |
2009-11-22 | Clarify and correct -z | Björn Gustavsson | 1 | -5/+7 |
2009-08-05 | git apply: option to ignore whitespace differences | Giuseppe Bilotta | 1 | -0/+13 |
2009-05-31 | git-apply(1): Clarify that one can select where to apply the patch | Björn Steinbrink | 1 | -1/+1 |
2009-03-02 | Documentation: minor grammatical fixes. | David J. Mellor | 1 | -13/+13 |
2009-02-28 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2009-02-28 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -1/+1 |
2009-02-28 | added missing backtick in git-apply.txt | Danijel Tasov | 1 | -1/+1 |
2008-12-30 | parse-opt: migrate builtin-apply. | Miklos Vajna | 1 | -2/+2 |
2008-09-06 | git-apply:--include=pathspec | Junio C Hamano | 1 | -1/+13 |
2008-07-09 | Merge branch 'js/apply-root' | Junio C Hamano | 1 | -1/+9 |
2008-07-06 | git-apply --directory: make --root more similar to GNU diff | Junio C Hamano | 1 | -2/+6 |
2008-07-05 | manpages: italicize nongit command names (if they are in teletype font) | Jonathan Nieder | 1 | -1/+1 |
2008-07-05 | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 1 | -5/+5 |
2008-07-05 | manpages: italicize command names | Jonathan Nieder | 1 | -3/+3 |
2008-07-01 | Teach "git apply" to prepend a prefix with "--root=<root>" | Johannes Schindelin | 1 | -1/+5 |
2008-07-01 | Documentation formatting and cleanup | Jonathan Nieder | 1 | -6/+6 |
2008-07-01 | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 1 | -1/+1 |
2008-06-28 | Allow git-apply to recount the lines in a hunk (AKA recountdiff) | Johannes Schindelin | 1 | -1/+6 |
2008-06-08 | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 1 | -3/+6 |
2008-06-06 | documentation: move git(7) to git(1) | Christian Couder | 1 | -1/+1 |
2008-01-06 | Documentation: rename gitlink macro to linkgit | Dan McGee | 1 | -6/+6 |
2007-12-12 | Documentation: minor grammar fix for "git apply" | Wincent Colaiuta | 1 | -1/+1 |
2007-11-24 | core.whitespace: documentation updates. | Junio C Hamano | 1 | -14/+21 |
2007-09-18 | apply: get rid of --index-info in favor of --build-fake-ancestor | Johannes Schindelin | 1 | -4/+7 |
2007-08-15 | git-apply: apply submodule changes | Sven Verdoolaege | 1 | -0/+14 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
2007-04-16 | Update git-apply documentation | Andrew Ruder | 1 | -6/+7 |
2007-01-18 | Documentation: sync git.txt command list and manual page title | Junio C Hamano | 1 | -1/+1 |
2006-12-26 | Document --numstat in git-apply and git-diff | Junio C Hamano | 1 | -2/+3 |
2006-11-18 | git-apply: Documentation typo fix | Petr Baudis | 1 | -1/+1 |
2006-09-17 | git-apply(1): document --unidiff-zero | Jonas Fonseca | 1 | -0/+10 |
2006-09-07 | Make apply --binary a no-op. | Junio C Hamano | 1 | -9/+4 |
2006-08-27 | Merge branch 'jc/apply' | Junio C Hamano | 1 | -2/+2 |
2006-08-27 | git-apply --reject: finishing touches. | Junio C Hamano | 1 | -2/+2 |
2006-08-25 | git-apply(1): document missing options and improve existing ones | Jonas Fonseca | 1 | -7/+39 |