summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-19Avoid warning about function without return.Linus Torvalds
2005-06-18[PATCH] cvs2git and file permissionsSven Verdoolaege
2005-06-18Make "pretty" commit logs always show merge informationLinus Torvalds
2005-06-18git-rev-list: add "--bisect" flag to find the "halfway" pointLinus Torvalds
2005-06-17Use "-M" instead of "-C" for "git diff" and "git status"Linus Torvalds
2005-06-17git-apply: use default name for mode change patchesLinus Torvalds
2005-06-17Don't use -C in "git diff"Linus Torvalds
2005-06-17Add some installation notes in INSTALLLinus Torvalds
2005-06-15git-read-tree: fix "--reset" handlingLinus Torvalds
2005-06-15Update tutorial a bit for scripted helpers.Linus Torvalds
2005-06-15Trivial git script fixupsLinus Torvalds
2005-06-14[PATCH] ssh-push: Don't add '/' to pathnameSven Verdoolaege
2005-06-14[PATCH] Unset TZ in t5000Mark Allen
2005-06-14Make 'git' script be a bit more helpful on unrecognized commandsLinus Torvalds
2005-06-14Make "git commit" handle initial commits tooLinus Torvalds
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