summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-06-20git-rev-parse: flush "default" head when encountering something unexpectedLibravatar Linus Torvalds1-1/+4
2005-06-20[PATCH] git-resolve-script: Add LAST_MERGE and use git-rev-parseLibravatar Dan Holmsand1-9/+15
2005-06-20git-rev-parse: parse ".." before simple SHA1'sLibravatar Linus Torvalds1-14/+14
2005-06-19Avoid gcc warning in diff-stages.cLibravatar Linus Torvalds1-1/+1
2005-06-19[PATCH] Fix for --merge-order, --max-age interaction issueLibravatar Jon Seymour1-2/+11
2005-06-19[PATCH] Prevent git-rev-list without --merge-order producing duplicates in ou...Libravatar Jon Seymour2-8/+10
2005-06-19[PATCH] Prevent git-rev-list --merge-order producing duplicates in the outputLibravatar Jon Seymour1-14/+21
2005-06-19[PATCH] Relaxes error checking in epoch.c to allow duplicate parentsLibravatar Jon Seymour1-10/+6
2005-06-19[PATCH] Fixes problem with --merge-order head ^headLibravatar Jon Seymour1-1/+3
2005-06-19[PATCH] Tweaked --merge-order --show-breaks output in case specified head has...Libravatar Jon Seymour1-0/+2
2005-06-19[PATCH] Additional git-rev-list unit tests to demonstrate problems that requi...Libravatar Jon Seymour1-61/+375
2005-06-19[PATCH] Rework -B output.Libravatar Junio C Hamano4-95/+186
2005-06-19[PATCH] Update diff documentation.Libravatar Junio C Hamano7-15/+130
2005-06-19[PATCH] Make -C less eager.Libravatar Junio C Hamano8-18/+37
2005-06-19Make "git commit" clean up after itselfLibravatar Linus Torvalds1-5/+9
2005-06-19Clean up MERGE_HEAD and ORIG_HEAD also for the trivial fast-forward merges.Libravatar Linus Torvalds1-1/+3
2005-06-19[PATCH] cvs2git.c: support incremental conversionLibravatar Panagiotis Issaris1-6/+18
2005-06-19[PATCH] ssh-push.c: Fix handling of ssh://host/path URLsLibravatar Sven Verdoolaege1-0/+1
2005-06-19git-commit-tree: ignore duplicate parentsLibravatar Linus Torvalds1-2/+16
2005-06-18Fix up INSTALL and "git add"Libravatar Linus Torvalds2-3/+3
2005-06-18read-cache.c: remove stray debugging printfLibravatar Linus Torvalds1-1/+0
2005-06-18Re-implement "check_file_directory_conflict()"Libravatar Linus Torvalds1-89/+88
2005-06-18Avoid warning about function without return.Libravatar Linus Torvalds1-1/+1
2005-06-18[PATCH] cvs2git and file permissionsLibravatar Sven Verdoolaege1-1/+4
2005-06-18Make "pretty" commit logs always show merge informationLibravatar Linus Torvalds1-0/+24
2005-06-17git-rev-list: add "--bisect" flag to find the "halfway" pointLibravatar Linus Torvalds1-0/+80
2005-06-17Use "-M" instead of "-C" for "git diff" and "git status"Libravatar Linus Torvalds2-4/+4
2005-06-17git-apply: use default name for mode change patchesLibravatar Linus Torvalds1-2/+5
2005-06-17Don't use -C in "git diff"Libravatar Linus Torvalds1-3/+3
2005-06-17Add some installation notes in INSTALLLibravatar Linus Torvalds1-0/+64
2005-06-15git-read-tree: fix "--reset" handlingLibravatar Linus Torvalds1-0/+1
2005-06-14Update tutorial a bit for scripted helpers.Libravatar Linus Torvalds1-7/+19
2005-06-14Trivial git script fixupsLibravatar Linus Torvalds6-4/+10
2005-06-14[PATCH] ssh-push: Don't add '/' to pathnameLibravatar Sven Verdoolaege1-3/+4
2005-06-14[PATCH] Unset TZ in t5000Libravatar Mark Allen1-2/+3
2005-06-14Make 'git' script be a bit more helpful on unrecognized commandsLibravatar Linus Torvalds1-2/+17
2005-06-14Make "git commit" handle initial commits tooLibravatar Linus Torvalds1-12/+31
2005-06-13git-apply: normalize file mode when comparing with expected valueLibravatar Linus Torvalds1-0/+1
2005-06-13Add "git diff" scriptLibravatar Linus Torvalds2-1/+17
2005-06-13Teach git-rev-parse about revision-specifying argumentsLibravatar Linus Torvalds1-2/+31
2005-06-13git-whatchanged: use the git-rev-parse helperLibravatar Linus Torvalds1-1/+3
2005-06-13git-rev-parse: split "revs" and "non-revs"Libravatar Linus Torvalds1-2/+25
2005-06-13Make "git log" use the new git-rev-parse helperLibravatar Linus Torvalds1-1/+1
2005-06-13Add 'git-rev-parse' helper scriptLibravatar Linus Torvalds2-1/+72
2005-06-12git-apply: fix error handling for nonexistent filesLibravatar Linus Torvalds1-1/+1
2005-06-12[PATCH] git cvsimport fuzz argumentLibravatar Tommy M. McGuire1-8/+19
2005-06-12[PATCH] cvs-migration.txtLibravatar Tommy M. McGuire1-5/+7
2005-06-12[PATCH] git cvsimport sanity checkingLibravatar Tommy M. McGuire1-1/+3
2005-06-12[PATCH] cvsimport: allow remote CVS reposLibravatar Tommy M. McGuire1-1/+1
2005-06-12[PATCH] diff-stages: unuglify the too big main() function.Libravatar Junio C Hamano1-35/+40