summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Prevent git-rev-list --merge-order producing duplicates in the outputJon Seymour2005-06-191-14/+21
* [PATCH] Relaxes error checking in epoch.c to allow duplicate parentsJon Seymour2005-06-191-10/+6
* [PATCH] Fixes problem with --merge-order head ^headJon Seymour2005-06-191-1/+3
* [PATCH] Tweaked --merge-order --show-breaks output in case specified head has...Jon Seymour2005-06-191-0/+2
* [PATCH] Additional git-rev-list unit tests to demonstrate problems that requi...Jon Seymour2005-06-191-61/+375
* [PATCH] Rework -B output.Junio C Hamano2005-06-194-95/+186
* [PATCH] Update diff documentation.Junio C Hamano2005-06-197-15/+130
* [PATCH] Make -C less eager.Junio C Hamano2005-06-198-18/+37
* Make "git commit" clean up after itselfLinus Torvalds2005-06-191-5/+9
* Clean up MERGE_HEAD and ORIG_HEAD also for the trivial fast-forward merges.Linus Torvalds2005-06-191-1/+3
* [PATCH] cvs2git.c: support incremental conversionPanagiotis Issaris2005-06-191-6/+18
* [PATCH] ssh-push.c: Fix handling of ssh://host/path URLsSven Verdoolaege2005-06-191-0/+1
* git-commit-tree: ignore duplicate parentsLinus Torvalds2005-06-191-2/+16
* Fix up INSTALL and "git add"Linus Torvalds2005-06-182-3/+3
* read-cache.c: remove stray debugging printfLinus Torvalds2005-06-181-1/+0
* Re-implement "check_file_directory_conflict()"Linus Torvalds2005-06-181-89/+88
* Avoid warning about function without return.Linus Torvalds2005-06-181-1/+1
* [PATCH] cvs2git and file permissionsSven Verdoolaege2005-06-181-1/+4
* Make "pretty" commit logs always show merge informationLinus Torvalds2005-06-181-0/+24
* git-rev-list: add "--bisect" flag to find the "halfway" pointLinus Torvalds2005-06-171-0/+80
* Use "-M" instead of "-C" for "git diff" and "git status"Linus Torvalds2005-06-172-4/+4
* git-apply: use default name for mode change patchesLinus Torvalds2005-06-171-2/+5
* Don't use -C in "git diff"Linus Torvalds2005-06-171-3/+3
* Add some installation notes in INSTALLLinus Torvalds2005-06-171-0/+64
* git-read-tree: fix "--reset" handlingLinus Torvalds2005-06-151-0/+1
* Update tutorial a bit for scripted helpers.Linus Torvalds2005-06-141-7/+19
* Trivial git script fixupsLinus Torvalds2005-06-146-4/+10
* [PATCH] ssh-push: Don't add '/' to pathnameSven Verdoolaege2005-06-141-3/+4
* [PATCH] Unset TZ in t5000Mark Allen2005-06-141-2/+3
* Make 'git' script be a bit more helpful on unrecognized commandsLinus Torvalds2005-06-141-2/+17
* Make "git commit" handle initial commits tooLinus Torvalds2005-06-141-12/+31
* git-apply: normalize file mode when comparing with expected valueLinus Torvalds2005-06-131-0/+1
* Add "git diff" scriptLinus Torvalds2005-06-132-1/+17
* Teach git-rev-parse about revision-specifying argumentsLinus Torvalds2005-06-131-2/+31
* git-whatchanged: use the git-rev-parse helperLinus Torvalds2005-06-131-1/+3
* git-rev-parse: split "revs" and "non-revs"Linus Torvalds2005-06-131-2/+25
* Make "git log" use the new git-rev-parse helperLinus Torvalds2005-06-131-1/+1
* Add 'git-rev-parse' helper scriptLinus Torvalds2005-06-132-1/+72
* git-apply: fix error handling for nonexistent filesLinus Torvalds2005-06-121-1/+1
* [PATCH] git cvsimport fuzz argumentTommy M. McGuire2005-06-121-8/+19
* [PATCH] cvs-migration.txtTommy M. McGuire2005-06-121-5/+7
* [PATCH] git cvsimport sanity checkingTommy M. McGuire2005-06-121-1/+3
* [PATCH] cvsimport: allow remote CVS reposTommy M. McGuire2005-06-121-1/+1
* [PATCH] diff-stages: unuglify the too big main() function.Junio C Hamano2005-06-121-35/+40
* [PATCH] read-tree: loosen too strict index requirementsJunio C Hamano2005-06-122-0/+15
* [PATCH] Finish making --emu23 equivalent to pure 2-way merge.Junio C Hamano2005-06-123-21/+168
* [PATCH] read-tree: fix too strong index requirement #5ALTJunio C Hamano2005-06-123-15/+31
* [PATCH] read-tree --emu23.Junio C Hamano2005-06-122-4/+393
* [PATCH] Clean up read-tree two-way tests.Junio C Hamano2005-06-121-35/+42
* [PATCH] Add --diff-filter= output restriction to diff-* family.Junio C Hamano2005-06-127-21/+108