summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-21Make "git checkout" know about different branchesLinus Torvalds
2005-06-21"git checkout": add "-u" flag to update HEAD conditionallyLinus Torvalds
2005-06-21Add "git checkout" that does what the name suggestsLinus Torvalds
2005-06-21[PATCH] fix scalability problems with git-deltafy-scriptNicolas Pitre
2005-06-21[PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes.Sven Verdoolaege
2005-06-21Let "git commit" take arguments for files to commit.Linus Torvalds
2005-06-21Add "-q" flag to git-update-cacheLinus Torvalds
2005-06-21Change parent syntax to "xyz^" instead of "xyz.p"Linus Torvalds
2005-06-21Make rev-parse understand "extended sha1" syntaxLinus Torvalds
2005-06-21Keep the parents in order when parsing commitsLinus Torvalds
2005-06-20git-rev-parse: flush "default" head when encountering something unexpectedLinus Torvalds
2005-06-20[PATCH] git-resolve-script: Add LAST_MERGE and use git-rev-parseDan Holmsand
2005-06-20git-rev-parse: parse ".." before simple SHA1'sLinus Torvalds
2005-06-20Avoid gcc warning in diff-stages.cLinus Torvalds
2005-06-20[PATCH] Fix for --merge-order, --max-age interaction issueJon Seymour
2005-06-20[PATCH] Prevent git-rev-list without --merge-order producing duplicates in ou...Jon Seymour
2005-06-20[PATCH] Prevent git-rev-list --merge-order producing duplicates in the outputJon Seymour
2005-06-20[PATCH] Relaxes error checking in epoch.c to allow duplicate parentsJon Seymour
2005-06-20[PATCH] Fixes problem with --merge-order head ^headJon Seymour
2005-06-20[PATCH] Tweaked --merge-order --show-breaks output in case specified head has...Jon Seymour
2005-06-20[PATCH] Additional git-rev-list unit tests to demonstrate problems that requi...Jon Seymour
2005-06-20[PATCH] Rework -B output.Junio C Hamano
2005-06-20[PATCH] Update diff documentation.Junio C Hamano
2005-06-20[PATCH] Make -C less eager.Junio C Hamano
2005-06-20Make "git commit" clean up after itselfLinus Torvalds
2005-06-20Clean up MERGE_HEAD and ORIG_HEAD also for the trivial fast-forward merges.Linus Torvalds
2005-06-19[PATCH] cvs2git.c: support incremental conversionPanagiotis Issaris
2005-06-19[PATCH] ssh-push.c: Fix handling of ssh://host/path URLsSven Verdoolaege
2005-06-19git-commit-tree: ignore duplicate parentsLinus Torvalds
2005-06-19Fix up INSTALL and "git add"Linus Torvalds
2005-06-19read-cache.c: remove stray debugging printfLinus Torvalds
2005-06-19Re-implement "check_file_directory_conflict()"Linus Torvalds
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