Commit Graph

  • aacc15ec52 [PATCH] git-merge-one-file-script: do not misinterpret rm failure. Junio C Hamano 2005-06-25 02:24:50 -07:00
  • 1abb3f14c8 [PATCH] Add more tests for read-tree --emu23. Junio C Hamano 2005-06-25 02:24:16 -07:00
  • 59e6b23ace [PATCH] git-rebase-script: rebase local commits to new upstream head. Junio C Hamano 2005-06-25 02:23:43 -07:00
  • 93c36dcd0a [PATCH] git-cherry: find commits not merged upstream. Junio C Hamano 2005-06-25 02:22:59 -07:00
  • 5fec3ef101 [PATCH] git-commit-script: get commit message from an existing one. Junio C Hamano 2005-06-25 02:22:05 -07:00
  • 9cb480f2ad [PATCH] fix date parsing for GIT raw commit timestamp format. Junio C Hamano 2005-06-25 02:21:16 -07:00
  • 7453695831 git-unpack-objects: start parsing the actual packed data Linus Torvalds 2005-06-25 15:59:31 -07:00
  • d38c3721a1 git-pack-objects: mark the delta packing with a 'D'. Linus Torvalds 2005-06-25 15:58:42 -07:00
  • bad50dc80f First cut at git-unpack-objects Linus Torvalds 2005-06-25 15:27:14 -07:00
  • 49397104f2 git-pack-objects: fix typo Linus Torvalds 2005-06-25 15:24:30 -07:00
  • c323ac7d9c git-pack-objects: create a packed object representation. Linus Torvalds 2005-06-25 14:42:43 -07:00
  • 7323aa11af [PATCH] git-write-tree doesn't check alternate directories Jan Harkes 2005-06-25 14:23:36 -04:00
  • ee3dc72e30 Clear the SHA1 entry field when we go to paste something into it Paul Mackerras 2005-06-25 16:37:13 +10:00
  • 9de48752fe git-rev-list: add option to list all objects (not just commits) Linus Torvalds 2005-06-24 22:56:58 -07:00
  • c8dfbcf995 Add commit row context menu and handle left-click on graph lines Paul Mackerras 2005-06-25 15:39:21 +10:00
  • 023d66ed7b git-rev-parse: re-organize and be more careful Linus Torvalds 2005-06-24 10:12:55 -07:00
  • f97672225b Add "git-patch-id" program to generate patch ID's. Linus Torvalds 2005-06-23 15:06:04 -07:00
  • 180926636e Clean up git-diff-tree 'header' generation Linus Torvalds 2005-06-23 13:56:55 -07:00
  • fc7ef1e8ae Add "Index: " to the list of things that start a patch Linus Torvalds 2005-06-23 11:00:23 -07:00
  • a196d8d423 Avoid doing the "filelist" thing, since "git-apply" picks up the files automatically Linus Torvalds 2005-06-23 09:40:23 -07:00
  • aefa4a5b1c git-apply: take "--apply" flag to force an apply even if we also ask for a diffstat Linus Torvalds 2005-06-23 09:00:01 -07:00
  • 5fca669f19 Make "git fetch" able to fetch a named tag Linus Torvalds 2005-06-23 08:59:00 -07:00
  • 170774a39d [PATCH] Fix to how --merge-order handles multiple roots Jon Seymour 2005-06-23 12:01:12 +10:00
  • 6e4c0a5109 [PATCH] A test case that demonstrates a problem with merges with two roots. Jon Seymour 2005-06-23 12:01:09 +10:00
  • e4bcaac17e Don't ignore reachability of tag objects in fsck Linus Torvalds 2005-06-22 19:06:34 -07:00
  • 3f571e0b3a Add "git-clone-script" thingy Linus Torvalds 2005-06-22 18:49:43 -07:00
  • 60646e9a71 [PATCH] Fix --merge-order unit test breaks introduced by 6c88be1698 Jon Seymour 2005-06-22 01:58:46 +10:00
  • bac15c454e Add "gitk" to the list of scripts to be installed automatically. Linus Torvalds 2005-06-22 14:07:41 -07:00
  • 5569bf9bbe Do a cross-project merge of Paul Mackerras' gitk visualizer Linus Torvalds 2005-06-22 14:05:02 -07:00
  • fae22ac9d7 [PATCH] git-apply: tests for --stat and --summary. Junio C Hamano 2005-06-22 02:30:47 -07:00
  • d0587fd59f [PATCH] git-apply: documentation. Junio C Hamano 2005-06-22 02:30:17 -07:00
  • 96c912a484 [PATCH] git-apply: implement --summary option. Junio C Hamano 2005-06-22 02:29:46 -07:00
  • 03b4538bad [PATCH] git-apply --stat: show new filename for rename/copy patch. Junio C Hamano 2005-06-22 02:29:16 -07:00
  • f5ab6ccae3 [PATCH] local-pull: implement fetch_ref() Junio C Hamano 2005-06-22 01:52:06 -07:00
  • 6c20ff3423 Try to assign colors so crossing lines have different colors Paul Mackerras 2005-06-22 19:53:32 +10:00
  • 806ce09718 Account for indentation of the checkin comments by git-rev-list Paul Mackerras 2005-06-22 18:15:15 +10:00
  • 5c8af185cc git-apply: create subdirectories leading up to a new file Linus Torvalds 2005-06-21 19:10:21 -07:00
  • fa3e0655a4 [PATCH] Pull refs by HTTP Daniel Barkalow 2005-06-21 20:45:49 -04:00
  • 3173bd4969 [PATCH] Pull misc objects Daniel Barkalow 2005-06-21 20:35:53 -04:00
  • 89e4202f98 [PATCH] Parse tags for absent objects Daniel Barkalow 2005-06-21 20:35:10 -04:00
  • b490a99176 Use git-rev-list --header. Paul Mackerras 2005-06-22 10:25:38 +10:00
  • 9661c25640 Fix typo in git-checkout-script. Linus Torvalds 2005-06-21 17:12:38 -07:00
  • ef0bfa25e9 Remove MERGE_HEAD in "git checkout/reset" Linus Torvalds 2005-06-21 15:40:00 -07:00
  • 6b38a402e9 Clean up different special *HEAD handling Linus Torvalds 2005-06-21 14:04:13 -07:00
  • d565b3412a [PATCH] Fix several gcc4 signedness warnings Mika Kukkonen 2005-06-21 23:04:33 +03:00
  • dc14841102 git checkout: fix default head case Linus Torvalds 2005-06-21 11:14:47 -07:00
  • e8b11749f0 Make "git checkout" know about different branches Linus Torvalds 2005-06-21 11:03:11 -07:00
  • a79944d76c "git checkout": add "-u" flag to update HEAD conditionally Linus Torvalds 2005-06-21 09:59:26 -07:00
  • 303e5f4c32 Add "git checkout" that does what the name suggests Linus Torvalds 2005-06-21 09:47:37 -07:00
  • 83ba99bc8c [PATCH] fix scalability problems with git-deltafy-script Nicolas Pitre 2005-06-21 10:18:00 -04:00
  • 69f956e104 [PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes. Sven Verdoolaege 2005-06-21 17:14:30 +02:00
  • 0795495388 Let "git commit" take arguments for files to commit. Linus Torvalds 2005-06-20 21:20:41 -07:00
  • 0ed3715ffc Add "-q" flag to git-update-cache Linus Torvalds 2005-06-20 21:18:54 -07:00
  • 218e441daf Change parent syntax to "xyz^" instead of "xyz.p" Linus Torvalds 2005-06-20 21:06:47 -07:00
  • a8be83fe00 Make rev-parse understand "extended sha1" syntax Linus Torvalds 2005-06-20 20:28:09 -07:00
  • 6c88be1698 Keep the parents in order when parsing commits Linus Torvalds 2005-06-20 20:26:03 -07:00
  • 2efef4b9b5 Pass arguments through git-rev-parse. Paul Mackerras 2005-06-21 10:20:04 +10:00
  • a823a91131 Handle the case of a parent being listed twice in a merge. Paul Mackerras 2005-06-21 10:01:38 +10:00
  • 9d73fad4ca git-rev-parse: flush "default" head when encountering something unexpected Linus Torvalds 2005-06-20 16:14:13 -07:00
  • c591412cc0 [PATCH] git-resolve-script: Add LAST_MERGE and use git-rev-parse Dan Holmsand 2005-06-20 20:52:38 +02:00
  • 800644c5cb git-rev-parse: parse ".." before simple SHA1's Linus Torvalds 2005-06-20 08:29:13 -07:00
  • fc4263ce4b Avoid gcc warning in diff-stages.c Linus Torvalds 2005-06-19 20:15:22 -07:00
  • 5e749e259b [PATCH] Fix for --merge-order, --max-age interaction issue Jon Seymour 2005-06-20 12:29:41 +10:00
  • 51b1e1713b [PATCH] Prevent git-rev-list without --merge-order producing duplicates in output Jon Seymour 2005-06-20 12:29:38 +10:00
  • eff19d5ecc [PATCH] Prevent git-rev-list --merge-order producing duplicates in the output Jon Seymour 2005-06-20 12:29:36 +10:00
  • c3c1163137 [PATCH] Relaxes error checking in epoch.c to allow duplicate parents Jon Seymour 2005-06-20 12:29:33 +10:00
  • d6bd56a0e2 [PATCH] Fixes problem with --merge-order head ^head Jon Seymour 2005-06-20 12:29:31 +10:00
  • 8cd1033e10 [PATCH] Tweaked --merge-order --show-breaks output in case specified head has no parent Jon Seymour 2005-06-20 12:29:29 +10:00
  • dec5eda786 [PATCH] Additional git-rev-list unit tests to demonstrate problems that require fixes Jon Seymour 2005-06-20 12:29:26 +10:00
  • 366175ef8c [PATCH] Rework -B output. Junio C Hamano 2005-06-19 13:17:50 -07:00
  • 232b75ab3d [PATCH] Update diff documentation. Junio C Hamano 2005-06-19 13:14:53 -07:00
  • 4727f64003 [PATCH] Make -C less eager. Junio C Hamano 2005-06-19 13:14:05 -07:00
  • 170241b7d1 Make "git commit" clean up after itself Linus Torvalds 2005-06-19 19:57:01 -07:00
  • 55a716cc8c Clean up MERGE_HEAD and ORIG_HEAD also for the trivial fast-forward merges. Linus Torvalds 2005-06-19 19:42:21 -07:00
  • 31b6d200d6 [PATCH] cvs2git.c: support incremental conversion Panagiotis Issaris 2005-06-17 18:26:57 +02:00
  • 44ab20cd88 [PATCH] ssh-push.c: Fix handling of ssh://host/path URLs Sven Verdoolaege 2005-06-17 10:13:18 +02:00
  • b389237ae8 git-commit-tree: ignore duplicate parents Linus Torvalds 2005-06-19 10:40:10 -07:00
  • 1c107dc422 Fix up INSTALL and "git add" Linus Torvalds 2005-06-18 23:44:54 -07:00
  • 2160a025d2 read-cache.c: remove stray debugging printf Linus Torvalds 2005-06-18 23:34:12 -07:00
  • 12676608fe Re-implement "check_file_directory_conflict()" Linus Torvalds 2005-06-18 20:21:34 -07:00
  • 3d958064e0 Avoid warning about function without return. Linus Torvalds 2005-06-18 20:02:49 -07:00
  • deb153a75a [PATCH] cvs2git and file permissions Sven Verdoolaege 2005-06-19 00:31:15 +02:00
  • 28342a5d32 Make "pretty" commit logs always show merge information Linus Torvalds 2005-06-18 13:52:05 -07:00
  • 8b3a1e056f git-rev-list: add "--bisect" flag to find the "halfway" point Linus Torvalds 2005-06-17 22:54:50 -07:00
  • 753fd78458 Use "-M" instead of "-C" for "git diff" and "git status" Linus Torvalds 2005-06-17 15:34:19 -07:00
  • b7e8039a6f git-apply: use default name for mode change patches Linus Torvalds 2005-06-17 15:23:40 -07:00
  • aeac668125 Don't use -C in "git diff" Linus Torvalds 2005-06-17 12:46:38 -07:00
  • c538d2d34a Add some installation notes in INSTALL Linus Torvalds 2005-06-17 11:30:04 -07:00
  • 84ba734580 Draw graph lines as one continuous line where possible Added context menu on lines Added headline display when the mouse hovers over a line Removed some debug messages Paul Mackerras 2005-06-17 00:12:26 +00:00
  • ea13cba175 Fix operation without libreadobj.so.0.0 Display a watch cursor when reading the commits initially Paul Mackerras 2005-06-16 10:54:04 +00:00
  • 9ccbdfbfbc Restructure to do incremental drawing Some speedups from not doing update so often Paul Mackerras 2005-06-16 00:27:23 +00:00
  • 7875b50d1a git-read-tree: fix "--reset" handling Linus Torvalds 2005-06-15 10:25:46 -07:00
  • ce30a4b68a Update tutorial a bit for scripted helpers. Linus Torvalds 2005-06-14 19:00:00 -07:00
  • 40d8cfe411 Trivial git script fixups Linus Torvalds 2005-06-14 18:56:05 -07:00
  • 479346adc5 [PATCH] ssh-push: Don't add '/' to pathname Sven Verdoolaege 2005-06-14 12:37:38 +02:00
  • 7737314de7 [PATCH] Unset TZ in t5000 Mark Allen 2005-06-14 10:09:39 -07:00
  • fc865468d8 Make 'git' script be a bit more helpful on unrecognized commands Linus Torvalds 2005-06-14 11:01:49 -07:00
  • 96069cf03a Make "git commit" handle initial commits too Linus Torvalds 2005-06-14 10:20:14 -07:00
  • de4971b500 git-apply: normalize file mode when comparing with expected value Linus Torvalds 2005-06-13 20:41:38 -07:00
  • 940c1bb018 Add "git diff" script Linus Torvalds 2005-06-13 15:09:34 -07:00