aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-apply.txt
AgeCommit message (Expand)AuthorFilesLines
2023-10-09documentation: add some commas where they are helpfulElijah Newren1-5/+5
2023-10-09documentation: add missing articleElijah Newren1-2/+2
2023-10-09documentation: wording improvementsElijah Newren1-1/+1
2023-01-23Documentation: render dash correctlyAndrei Rybak1-1/+1
2022-09-07apply docs: de-duplicate configuration sectionsÆvar Arnfjörð Bjarmason1-7/+3
2021-12-13git-apply: add --allow-empty flagJerry Zhang1-1/+5
2021-12-13git-apply: add --quiet flagJerry Zhang1-1/+6
2021-04-07git-apply: allow simultaneous --cached and --3way optionsJerry Zhang1-2/+4
2021-04-06git-apply: try threeway first when "--3way" is usedJerry Zhang1-3/+2
2020-08-20git-apply.txt: update descriptions of --cached, --indexRaymond E. Pasco1-10/+10
2018-06-25Merge branch 'nd/diff-apply-ita'Junio C Hamano1-1/+9
2018-05-29apply: add --intent-to-addNguyễn Thái Ngọc Duy1-1/+9
2018-05-23Merge branch 'nd/doc-header'Junio C Hamano1-2/+2
2018-05-11apply: clarify "-p" documentationJeff King1-2/+4
2018-05-02doc: keep first level section header in upper caseNguyễn Thái Ngọc Duy1-2/+2
2017-08-23treewide: correct several "up-to-date" to "up to date"Martin Ågren1-2/+2
2017-03-02Documentation: improve description for core.quotePathAndreas Heiduk1-4/+3
2016-03-24git-apply.txt: mention the behavior inside a subdirNguyễn Thái Ngọc Duy1-0/+2
2016-03-24git-apply.txt: remove a spaceNguyễn Thái Ngọc Duy1-1/+1
2015-03-13*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy1-1/+1
2015-02-10apply: reject input that touches outside the working areaJunio C Hamano1-1/+11
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann1-2/+2
2012-07-09apply: document --3way optionJunio C Hamano1-1/+10
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-10/+0
2011-03-04Documentation: fix a typo in git-apply.txtMichał Kiedrowicz1-1/+1
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec1-1/+1
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec1-2/+2
2010-08-09Documentation: cite git-am from git-applyBrad King1-0/+10
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-5/+5
2009-11-22apply: Use the term "working tree" consistentlyBjörn Gustavsson1-2/+2
2009-11-22apply: Format all options using back-quotesBjörn Gustavsson1-8/+8
2009-11-22apply: apply works outside a repositoryBjörn Gustavsson1-3/+6
2009-11-22Clarify and correct -zBjörn Gustavsson1-5/+7
2009-08-05git apply: option to ignore whitespace differencesGiuseppe Bilotta1-0/+13
2009-05-31git-apply(1): Clarify that one can select where to apply the patchBjörn Steinbrink1-1/+1
2009-03-02Documentation: minor grammatical fixes.David J. Mellor1-13/+13
2009-02-28Merge branch 'maint'Junio C Hamano1-1/+1
2009-02-28Merge branch 'maint-1.6.0' into maintJunio C Hamano1-1/+1
2009-02-28added missing backtick in git-apply.txtDanijel Tasov1-1/+1
2008-12-30parse-opt: migrate builtin-apply.Miklos Vajna1-2/+2
2008-09-06git-apply:--include=pathspecJunio C Hamano1-1/+13
2008-07-09Merge branch 'js/apply-root'Junio C Hamano1-1/+9
2008-07-06git-apply --directory: make --root more similar to GNU diffJunio C Hamano1-2/+6
2008-07-05manpages: italicize nongit command names (if they are in teletype font)Jonathan Nieder1-1/+1
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-5/+5
2008-07-05manpages: italicize command namesJonathan Nieder1-3/+3
2008-07-01Teach "git apply" to prepend a prefix with "--root=<root>"Johannes Schindelin1-1/+5
2008-07-01Documentation formatting and cleanupJonathan Nieder1-6/+6
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-1/+1
2008-06-28Allow git-apply to recount the lines in a hunk (AKA recountdiff)Johannes Schindelin1-1/+6
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-3/+6
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-6/+6
2007-12-12Documentation: minor grammar fix for "git apply"Wincent Colaiuta1-1/+1
2007-11-24core.whitespace: documentation updates.Junio C Hamano1-14/+21
2007-09-18apply: get rid of --index-info in favor of --build-fake-ancestorJohannes Schindelin1-4/+7
2007-08-15git-apply: apply submodule changesSven Verdoolaege1-0/+14
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-04-16Update git-apply documentationAndrew Ruder1-6/+7
2007-01-18Documentation: sync git.txt command list and manual page titleJunio C Hamano1-1/+1
2006-12-26Document --numstat in git-apply and git-diffJunio C Hamano1-2/+3
2006-11-18git-apply: Documentation typo fixPetr Baudis1-1/+1
2006-09-17git-apply(1): document --unidiff-zeroJonas Fonseca1-0/+10
2006-09-07Make apply --binary a no-op.Junio C Hamano1-9/+4
2006-08-27Merge branch 'jc/apply'Junio C Hamano1-2/+2
2006-08-27git-apply --reject: finishing touches.Junio C Hamano1-2/+2
2006-08-25git-apply(1): document missing options and improve existing onesJonas Fonseca1-7/+39
2006-08-17git-apply --rejectJunio C Hamano1-1/+8
2006-08-16apply --reverse: tie it all together.Junio C Hamano1-1/+5
2006-06-07Misc doc improvementsJonas Fonseca1-1/+1
2006-06-03Documentation: Spelling fixesHorst H. von Brand1-1/+1
2006-04-10Implement limited context matching in git-apply.Eric W. Biederman1-1/+7
2006-03-02war on whitespaces: documentation.Junio C Hamano1-0/+30
2006-01-31Make apply accept the -pNUM option like patch does.Daniel Barkalow1-1/+5
2006-01-05Wrap synopsis lines and use [verse] to keep formattingJonas Fonseca1-1/+4
2005-11-16GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano1-1/+12
2005-11-11Documentation: git-apply --no-addJunio C Hamano1-1/+7
2005-10-28git-apply --numstatJunio C Hamano1-1/+7
2005-10-17git-apply: remove unused --show-files flag.Junio C Hamano1-4/+1
2005-10-17Update documentation for C-style quoting.Junio C Hamano1-1/+15
2005-10-10Convert usage of GIT and Git into gitChristian Meder1-1/+1
2005-10-10Remove the version tags from the manpagesJunio C Hamano1-1/+0
2005-10-05Merge branch 'fixes'Junio C Hamano1-1/+1
2005-10-05Some typos and light editing of various manpagesChristian Meder1-1/+1
2005-10-04git-apply: retire unused/unimplemented --no-merge flag.Junio C Hamano1-6/+1
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-1/+1
2005-07-13[PATCH] apply: match documentation, usage string and code.Junio C Hamano1-12/+16
2005-06-22[PATCH] git-apply: documentation.Junio C Hamano1-0/+72