1115 Commits (b0966e1010547095ea6fe546dcbbe23a03b62841)
 

Author SHA1 Message Date
Linus Torvalds 9661c25640 Fix typo in git-checkout-script. 20 years ago
Linus Torvalds ef0bfa25e9 Remove MERGE_HEAD in "git checkout/reset" 20 years ago
Linus Torvalds 6b38a402e9 Clean up different special *HEAD handling 20 years ago
Mika Kukkonen d565b3412a [PATCH] Fix several gcc4 signedness warnings 20 years ago
Linus Torvalds dc14841102 git checkout: fix default head case 20 years ago
Linus Torvalds e8b11749f0 Make "git checkout" know about different branches 20 years ago
Linus Torvalds a79944d76c "git checkout": add "-u" flag to update HEAD conditionally 20 years ago
Linus Torvalds 303e5f4c32 Add "git checkout" that does what the name suggests 20 years ago
Nicolas Pitre 83ba99bc8c [PATCH] fix scalability problems with git-deltafy-script 20 years ago
Sven Verdoolaege 69f956e104 [PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes. 20 years ago
Linus Torvalds 0795495388 Let "git commit" take arguments for files to commit. 20 years ago
Linus Torvalds 0ed3715ffc Add "-q" flag to git-update-cache 20 years ago
Linus Torvalds 218e441daf Change parent syntax to "xyz^" instead of "xyz.p" 20 years ago
Linus Torvalds a8be83fe00 Make rev-parse understand "extended sha1" syntax 20 years ago
Linus Torvalds 6c88be1698 Keep the parents in order when parsing commits 20 years ago
Paul Mackerras 2efef4b9b5 Pass arguments through git-rev-parse. 20 years ago
Paul Mackerras a823a91131 Handle the case of a parent being listed twice in a merge. 20 years ago
Linus Torvalds 9d73fad4ca git-rev-parse: flush "default" head when encountering something unexpected 20 years ago
Dan Holmsand c591412cc0 [PATCH] git-resolve-script: Add LAST_MERGE and use git-rev-parse 20 years ago
Linus Torvalds 800644c5cb git-rev-parse: parse ".." before simple SHA1's 20 years ago
Linus Torvalds fc4263ce4b Avoid gcc warning in diff-stages.c 20 years ago
Jon Seymour 5e749e259b [PATCH] Fix for --merge-order, --max-age interaction issue 20 years ago
Jon Seymour 51b1e1713b [PATCH] Prevent git-rev-list without --merge-order producing duplicates in output 20 years ago
Jon Seymour eff19d5ecc [PATCH] Prevent git-rev-list --merge-order producing duplicates in the output 20 years ago
Jon Seymour c3c1163137 [PATCH] Relaxes error checking in epoch.c to allow duplicate parents 20 years ago
Jon Seymour d6bd56a0e2 [PATCH] Fixes problem with --merge-order head ^head 20 years ago
Jon Seymour 8cd1033e10 [PATCH] Tweaked --merge-order --show-breaks output in case specified head has no parent 20 years ago
Jon Seymour dec5eda786 [PATCH] Additional git-rev-list unit tests to demonstrate problems that require fixes 20 years ago
Junio C Hamano 366175ef8c [PATCH] Rework -B output. 20 years ago
Junio C Hamano 232b75ab3d [PATCH] Update diff documentation. 20 years ago
Junio C Hamano 4727f64003 [PATCH] Make -C less eager. 20 years ago
Linus Torvalds 170241b7d1 Make "git commit" clean up after itself 20 years ago
Linus Torvalds 55a716cc8c Clean up MERGE_HEAD and ORIG_HEAD also for the trivial fast-forward merges. 20 years ago
Panagiotis Issaris 31b6d200d6 [PATCH] cvs2git.c: support incremental conversion 20 years ago
Sven Verdoolaege 44ab20cd88 [PATCH] ssh-push.c: Fix handling of ssh://host/path URLs 20 years ago
Linus Torvalds b389237ae8 git-commit-tree: ignore duplicate parents 20 years ago
Linus Torvalds 1c107dc422 Fix up INSTALL and "git add" 20 years ago
Linus Torvalds 2160a025d2 read-cache.c: remove stray debugging printf 20 years ago
Linus Torvalds 12676608fe Re-implement "check_file_directory_conflict()" 20 years ago
Linus Torvalds 3d958064e0 Avoid warning about function without return. 20 years ago
Sven Verdoolaege deb153a75a [PATCH] cvs2git and file permissions 20 years ago
Linus Torvalds 28342a5d32 Make "pretty" commit logs always show merge information 20 years ago
Linus Torvalds 8b3a1e056f git-rev-list: add "--bisect" flag to find the "halfway" point 20 years ago
Linus Torvalds 753fd78458 Use "-M" instead of "-C" for "git diff" and "git status" 20 years ago
Linus Torvalds b7e8039a6f git-apply: use default name for mode change patches 20 years ago
Linus Torvalds aeac668125 Don't use -C in "git diff" 20 years ago
Linus Torvalds c538d2d34a Add some installation notes in INSTALL 20 years ago
Paul Mackerras 84ba734580 Draw graph lines as one continuous line where possible 20 years ago
Paul Mackerras ea13cba175 Fix operation without libreadobj.so.0.0 20 years ago
Paul Mackerras 9ccbdfbfbc Restructure to do incremental drawing 20 years ago