aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [PATCH] Fix several gcc4 signedness warningsMika Kukkonen2005-06-21
* git checkout: fix default head caseLinus Torvalds2005-06-21
* Make "git checkout" know about different branchesLinus Torvalds2005-06-21
* "git checkout": add "-u" flag to update HEAD conditionallyLinus Torvalds2005-06-21
* Add "git checkout" that does what the name suggestsLinus Torvalds2005-06-21
* [PATCH] fix scalability problems with git-deltafy-scriptNicolas Pitre2005-06-21
* [PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes.Sven Verdoolaege2005-06-21
* Let "git commit" take arguments for files to commit.Linus Torvalds2005-06-20
* Add "-q" flag to git-update-cacheLinus Torvalds2005-06-20
* Change parent syntax to "xyz^" instead of "xyz.p"Linus Torvalds2005-06-20
* Make rev-parse understand "extended sha1" syntaxLinus Torvalds2005-06-20
* Keep the parents in order when parsing commitsLinus Torvalds2005-06-20
* git-rev-parse: flush "default" head when encountering something unexpectedLinus Torvalds2005-06-20
* [PATCH] git-resolve-script: Add LAST_MERGE and use git-rev-parseDan Holmsand2005-06-20
* git-rev-parse: parse ".." before simple SHA1'sLinus Torvalds2005-06-20
* Avoid gcc warning in diff-stages.cLinus Torvalds2005-06-19
* [PATCH] Fix for --merge-order, --max-age interaction issueJon Seymour2005-06-19
* [PATCH] Prevent git-rev-list without --merge-order producing duplicates in ou...Jon Seymour2005-06-19
* [PATCH] Prevent git-rev-list --merge-order producing duplicates in the outputJon Seymour2005-06-19
* [PATCH] Relaxes error checking in epoch.c to allow duplicate parentsJon Seymour2005-06-19
* [PATCH] Fixes problem with --merge-order head ^headJon Seymour2005-06-19
* [PATCH] Tweaked --merge-order --show-breaks output in case specified head has...Jon Seymour2005-06-19
* [PATCH] Additional git-rev-list unit tests to demonstrate problems that requi...Jon Seymour2005-06-19
* [PATCH] Rework -B output.Junio C Hamano2005-06-19
* [PATCH] Update diff documentation.Junio C Hamano2005-06-19
* [PATCH] Make -C less eager.Junio C Hamano2005-06-19
* Make "git commit" clean up after itselfLinus Torvalds2005-06-19
* Clean up MERGE_HEAD and ORIG_HEAD also for the trivial fast-forward merges.Linus Torvalds2005-06-19
* [PATCH] cvs2git.c: support incremental conversionPanagiotis Issaris2005-06-19
* [PATCH] ssh-push.c: Fix handling of ssh://host/path URLsSven Verdoolaege2005-06-19
* git-commit-tree: ignore duplicate parentsLinus Torvalds2005-06-19
* Fix up INSTALL and "git add"Linus Torvalds2005-06-18
* read-cache.c: remove stray debugging printfLinus Torvalds2005-06-18
* Re-implement "check_file_directory_conflict()"Linus Torvalds2005-06-18
* Avoid warning about function without return.Linus Torvalds2005-06-18
* [PATCH] cvs2git and file permissionsSven Verdoolaege2005-06-18
* Make "pretty" commit logs always show merge informationLinus Torvalds2005-06-18
* git-rev-list: add "--bisect" flag to find the "halfway" pointLinus Torvalds2005-06-17
* Use "-M" instead of "-C" for "git diff" and "git status"Linus Torvalds2005-06-17
* git-apply: use default name for mode change patchesLinus Torvalds2005-06-17
* Don't use -C in "git diff"Linus Torvalds2005-06-17
* Add some installation notes in INSTALLLinus Torvalds2005-06-17
* git-read-tree: fix "--reset" handlingLinus Torvalds2005-06-15
* Update tutorial a bit for scripted helpers.Linus Torvalds2005-06-14
* Trivial git script fixupsLinus Torvalds2005-06-14
* [PATCH] ssh-push: Don't add '/' to pathnameSven Verdoolaege2005-06-14
* [PATCH] Unset TZ in t5000Mark Allen2005-06-14
* Make 'git' script be a bit more helpful on unrecognized commandsLinus Torvalds2005-06-14
* Make "git commit" handle initial commits tooLinus Torvalds2005-06-14
* git-apply: normalize file mode when comparing with expected valueLinus Torvalds2005-06-13