summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-14git-apply: normalize file mode when comparing with expected valueLinus Torvalds
2005-06-13Add "git diff" scriptLinus Torvalds
2005-06-13Teach git-rev-parse about revision-specifying argumentsLinus Torvalds
2005-06-13git-whatchanged: use the git-rev-parse helperLinus Torvalds
2005-06-13git-rev-parse: split "revs" and "non-revs"Linus Torvalds
2005-06-13Make "git log" use the new git-rev-parse helperLinus Torvalds
2005-06-13Add 'git-rev-parse' helper scriptLinus Torvalds
2005-06-13git-apply: fix error handling for nonexistent filesLinus Torvalds
2005-06-13[PATCH] git cvsimport fuzz argumentTommy M. McGuire
2005-06-13[PATCH] cvs-migration.txtTommy M. McGuire
2005-06-13[PATCH] git cvsimport sanity checkingTommy M. McGuire
2005-06-13[PATCH] cvsimport: allow remote CVS reposTommy M. McGuire
2005-06-13[PATCH] diff-stages: unuglify the too big main() function.Junio C Hamano
2005-06-13[PATCH] read-tree: loosen too strict index requirementsJunio C Hamano
2005-06-13[PATCH] Finish making --emu23 equivalent to pure 2-way merge.Junio C Hamano
2005-06-13[PATCH] read-tree: fix too strong index requirement #5ALTJunio C Hamano
2005-06-13[PATCH] read-tree --emu23.Junio C Hamano
2005-06-13[PATCH] Clean up read-tree two-way tests.Junio C Hamano
2005-06-13[PATCH] Add --diff-filter= output restriction to diff-* family.Junio C Hamano
2005-06-13[PATCH] diff-tree: --find-copies-harderJunio C Hamano
2005-06-13[PATCH] Tutorial update to adjust for -B fixJunio C Hamano
2005-06-13[PATCH] Fix rename/copy when dealing with temporarily broken pairs.Junio C Hamano
2005-06-13git-whatchanged: make default output format be pretty.Linus Torvalds
2005-06-13git-diff-tree: fix output with just "--pretty".Linus Torvalds
2005-06-13[PATCH] Support commit_format in diff-treeJunio C Hamano
2005-06-13[PATCH] Re-Fix SIGSEGV on unmerged files in git-diff-files -pJunio C Hamano
2005-06-12git-apply: ignore empty git headersLinus Torvalds
2005-06-10[PATCH] Bugfix: read-cache.c:write_cache() misrecords number of entries.Junio C Hamano
2005-06-09git-read-tree: remove deleted files in the working directoryLinus Torvalds
2005-06-09[PATCH] Add git-diff-stages command.Junio C Hamano
2005-06-09git-read-tree: add "--reset" flagLinus Torvalds
2005-06-09One more time.. Clean up git-merge-one-file-scriptLinus Torvalds
2005-06-09Fix up git-merge-one-file-scriptLinus Torvalds
2005-06-08Merge my and Petr's git-merge-one-file-script modificationsLinus Torvalds
2005-06-08[PATCH] git-merge-one-file-script cleanups from CogitoPetr Baudis
2005-06-08Make sure we error out if we can't remove a file on automatic merges.Linus Torvalds
2005-06-08[PATCH] Tidy up some rev-list-related stuffPetr Baudis
2005-06-08[PATCH] Add read-tree -m 3-way merge tests.Junio C Hamano
2005-06-08[PATCH] Fix git-merge-one-file permissions auto-mergingPetr Baudis
2005-06-08Remove MERGE_HEAD after committing mergeLinus Torvalds
2005-06-08Make "git commit" work correctly in the presense of a manual mergeLinus Torvalds
2005-06-08cvs-migration: add more of a header to the "annotate" discussionLinus Torvalds
2005-06-08[PATCH] Miniscule correction of diff-format.txtChristian Meder
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan
2005-06-08[PATCH] git-diff-cache: handle pathspec beginning with a dashJonas Fonseca
2005-06-08Leave merge failures in the filesystemLinus Torvalds
2005-06-08Fix SIGSEGV on unmerged files in git-diff-files -pLinus Torvalds
2005-06-08[PATCH] Tests: read-tree -m test updates.Junio C Hamano
2005-06-08Make default merge messages denser.Linus Torvalds
2005-06-08[PATCH] three --merge-order bug fixesJon Seymour