summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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