summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-05-26[PATCH] Diff updates to express type changesLibravatar Junio C Hamano2-9/+42
2005-05-26git-apply: add "--check" option to check that the diff makes senseLibravatar Linus Torvalds1-26/+96
2005-05-26git-apply: when validating default names, check the final EOLN tooLibravatar Linus Torvalds1-1/+1
2005-05-26git-apply: pick up default filenames from "diff --git" header lineLibravatar Linus Torvalds1-10/+72
2005-05-26git-apply: make the diffstat output happen for "--stat" only.Libravatar Linus Torvalds1-28/+68
2005-05-26git-apply: implement "diffstat" outputLibravatar Linus Torvalds1-15/+77
2005-05-26git-apply: parse the whole list of patches into memory firstLibravatar Linus Torvalds1-90/+146
2005-05-25[PATCH] Test case portability fix.Libravatar Mark Allen2-5/+3
2005-05-25Make "parse_object()" also fill in commit message buffer data.Libravatar Linus Torvalds3-1/+7
2005-05-25git-rev-list: add "end" commit and "--header" flagLibravatar Linus Torvalds1-15/+42
2005-05-25commit: save the commit buffer off when parsing a commitLibravatar Linus Torvalds2-0/+5
2005-05-25unpack_sha1_file: zero-pad the unpacked object.Libravatar Linus Torvalds1-1/+2
2005-05-25[PATCH] Mode only changes from diff.Libravatar Junio C Hamano3-2/+40
2005-05-25[PATCH] Fix type-change handling when assigning the status code to filepairs.Libravatar Junio C Hamano2-14/+25
2005-05-25[PATCH] Adjust show-files test for dotfiles.Libravatar Junio C Hamano1-3/+4
2005-05-25git-pull-script: pretty-print the merge head informationLibravatar Linus Torvalds1-3/+12
2005-05-25[PATCH] optimize git-resolve-scriptLibravatar Jeff Garzik1-2/+2
2005-05-25diff.c: don't silently ignore unknown state changes in diffs.Libravatar Linus Torvalds1-1/+1
2005-05-25[PATCH] show changed tree objects with recursive git-diff-treeLibravatar Junio C Hamano2-2/+12
2005-05-25[PATCH] Use pathspec array correctlyLibravatar Junio C Hamano1-2/+2
2005-05-24git-rev-tree: teach it about tag referencesLibravatar Linus Torvalds1-24/+25
2005-05-24[PATCH] Allow dot files in ls-files as well (take #2).Libravatar Junio C Hamano1-1/+4
2005-05-24git-diff-cache: fix argument parsingLibravatar Linus Torvalds1-14/+22
2005-05-24[PATCH] Update rename/copy similarity estimator.Libravatar Junio C Hamano4-7/+116
2005-05-24[PATCH] Squelch compiler warningLibravatar Junio C Hamano1-1/+1
2005-05-24[PATCH] Allow symlinks in the leading path in checkout-cache --prefix=Libravatar Junio C Hamano2-13/+110
2005-05-24[PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option.Libravatar Junio C Hamano1-12/+2
2005-05-24git-update-cache: allow dot-filesLibravatar Linus Torvalds1-4/+40
2005-05-24git-commit-tree: allow overriding of commit dateLibravatar Linus Torvalds1-2/+5
2005-05-24[PATCH] Redo rename/copy detection logic.Libravatar Junio C Hamano6-252/+314
2005-05-23git-apply: more consistency checks on gitdiff filenamesLibravatar Linus Torvalds1-4/+46
2005-05-23[PATCH] adjust git-deltafy-script to the new diff-tree output formatLibravatar Nicolas Pitre1-2/+3
2005-05-23[PATCH] Update git-diff-cache documentation.Libravatar Junio C Hamano2-5/+7
2005-05-23[PATCH] Fix diff-pruning logic which was running prune too early.Libravatar Junio C Hamano8-127/+69
2005-05-23git-apply: start using the index file information.Libravatar Linus Torvalds1-19/+68
2005-05-23git-apply: if no input files specified, apply stdinLibravatar Linus Torvalds1-0/+5
2005-05-23diff-tree: don't write headers if the diff queue is emptyLibravatar Linus Torvalds1-5/+5
2005-05-23git-apply: unknown modes are zero, not -1Libravatar Linus Torvalds1-1/+1
2005-05-23[PATCH] diff-raw format update take #2.Libravatar Junio C Hamano13-366/+494
2005-05-23git-apply: parse the diff headers (both traditional and new)Libravatar Linus Torvalds1-31/+217
2005-05-23git-apply: improve error detection and messagesLibravatar Linus Torvalds1-42/+74
2005-05-23git-apply: bad patch fragments are fatalLibravatar Linus Torvalds1-1/+1
2005-05-23[PATCH] NUL terminate diff-tree header lines under -z.Libravatar Junio C Hamano2-2/+13
2005-05-23[PATCH] Performance fix for pickaxe.Libravatar Junio C Hamano1-1/+2
2005-05-23[PATCH] Rename/copy detection fix.Libravatar Junio C Hamano7-138/+244
2005-05-23[PATCH] Be careful with symlinks when detecting renames and copies.Libravatar Junio C Hamano2-10/+80
2005-05-23Start implementing "git-apply"Libravatar Linus Torvalds2-1/+318
2005-05-22Don't care about st_dev in the index fileLibravatar Linus Torvalds2-5/+17
2005-05-22Some more sparse warning fixesLibravatar Linus Torvalds2-5/+5
2005-05-22Fix up git-fsck-cache documentationLibravatar Linus Torvalds1-2/+5