Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-23git-apply: take "--apply" flag to force an apply even if we also ask for a di...Linus Torvalds
2005-06-22[PATCH] git-apply: implement --summary option.Junio C Hamano
2005-06-22[PATCH] git-apply --stat: show new filename for rename/copy patch.Junio C Hamano
2005-06-22git-apply: create subdirectories leading up to a new fileLinus Torvalds
2005-06-21[PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes.Sven Verdoolaege
2005-06-18git-apply: use default name for mode change patchesLinus Torvalds
2005-06-14git-apply: normalize file mode when comparing with expected valueLinus Torvalds
2005-06-13git-apply: fix error handling for nonexistent filesLinus Torvalds
2005-06-12git-apply: ignore empty git headersLinus Torvalds
2005-06-08git-apply: creatign empty files is nonfatalLinus Torvalds
2005-06-06diff 'rename' format change.Linus Torvalds
2005-06-06git-apply: consider it an error to apply no changesLinus Torvalds
2005-06-06git-apply: fix rename header parsingLinus Torvalds
2005-06-06git-apply: actually apply patches and update the indexLinus Torvalds
2005-06-05git-apply: fix apply of a new fileLinus Torvalds
2005-06-05git-apply: find offset fragments, and really apply themLinus Torvalds
2005-06-05git-apply: first cut at actually checking fragment dataLinus Torvalds
2005-06-01git-apply --stat: limit lines to 79 charactersLinus Torvalds
2005-06-01git-apply: don't try to be clever about filenames and the indexLinus Torvalds
2005-05-31[PATCH] Show dissimilarity index for D and N case.Junio C Hamano
2005-05-27git-apply: add "--check" option to check that the diff makes senseLinus Torvalds
2005-05-27git-apply: when validating default names, check the final EOLN tooLinus Torvalds
2005-05-27git-apply: pick up default filenames from "diff --git" header lineLinus Torvalds
2005-05-26git-apply: make the diffstat output happen for "--stat" only.Linus Torvalds
2005-05-26git-apply: implement "diffstat" outputLinus Torvalds
2005-05-26git-apply: parse the whole list of patches into memory firstLinus Torvalds
2005-05-25[PATCH] Squelch compiler warningJunio C Hamano
2005-05-24git-apply: more consistency checks on gitdiff filenamesLinus Torvalds
2005-05-24git-apply: start using the index file information.Linus Torvalds
2005-05-24git-apply: if no input files specified, apply stdinLinus Torvalds
2005-05-24git-apply: unknown modes are zero, not -1Linus Torvalds
2005-05-24git-apply: parse the diff headers (both traditional and new)Linus Torvalds
2005-05-24git-apply: improve error detection and messagesLinus Torvalds
2005-05-23git-apply: bad patch fragments are fatalLinus Torvalds
2005-05-23Start implementing "git-apply"Linus Torvalds