| Commit message (Expand) | Author | Age | Files | Lines |
* | sha1_name: warning ambiguous refs. | Junio C Hamano | 2006-03-23 | 1 | -0/+1 |
* | Make the rest of commands work from a subdirectory. | Junio C Hamano | 2005-11-28 | 1 | -0/+2 |
* | merge-base: avoid unnecessary postprocessing. | Junio C Hamano | 2005-11-11 | 1 | -34/+43 |
* | merge-base: fully contaminate the well. | Junio C Hamano | 2005-11-11 | 1 | -1/+77 |
* | Try to find the optimum merge base while resolving. | Junio C Hamano | 2005-08-23 | 1 | -14/+38 |
* | merge-base.c: pathological case fix. | Junio C Hamano | 2005-08-11 | 1 | -6/+68 |
* | [PATCH] Speed up git-merge-base a lot | Linus Torvalds | 2005-08-11 | 1 | -7/+22 |
* | Fix merge-base from getting confused. | Linus Torvalds | 2005-07-30 | 1 | -38/+36 |
* | sparse cleanup | Linus Torvalds | 2005-05-20 | 1 | -1/+1 |
* | [PATCH] cleanup of in-code names | Alexey Nezhdanov | 2005-05-19 | 1 | -1/+1 |
* | merge-base: use the new lookup_commit_reference() helper function | Linus Torvalds | 2005-05-18 | 1 | -2/+2 |
* | Add "get_sha1()" helper function. | Linus Torvalds | 2005-05-01 | 1 | -2/+2 |
* | [PATCH] Allow multiple date-ordered lists | Daniel Barkalow | 2005-04-23 | 1 | -21/+5 |
* | [PATCH] Replace merge-base implementation | Daniel Barkalow | 2005-04-23 | 1 | -48/+44 |
* | Merge the new object model thing from Daniel Barkalow | Linus Torvalds | 2005-04-18 | 1 | -38/+76 |
|\ |
|
| * | [PATCH] Switch implementations of merge-base, port to parsing | Daniel Barkalow | 2005-04-18 | 1 | -42/+80 |
* | | Make "parse_commit" return the "struct revision" for the commit. | Linus Torvalds | 2005-04-17 | 1 | -4/+1 |
|/ |
|
* | Do a very simple "merge-base" that finds the most recent common | Linus Torvalds | 2005-04-17 | 1 | -0/+57 |