| Commit message (Expand) | Author | Age | Files | Lines |
* | show-branch: omit uninteresting merges. | Junio C Hamano | 2006-05-01 | 1 | -3/+30 |
* | show-branch --topics: omit more uninteresting commits. | Junio C Hamano | 2006-03-03 | 1 | -14/+6 |
* | show-branch --topics | Junio C Hamano | 2006-03-02 | 1 | -1/+18 |
* | topo-order: make --date-order optional. | Junio C Hamano | 2006-02-15 | 1 | -4/+5 |
* | call git_config() after setup_git_directory() | Junio C Hamano | 2006-02-09 | 1 | -1/+1 |
* | pretty_print_commit(): pass commit object instead of commit->buffer. | Junio C Hamano | 2006-01-28 | 1 | -1/+1 |
* | diff-tree: abbreviate merge parent object names with --abbrev --pretty. | Junio C Hamano | 2006-01-28 | 1 | -1/+1 |
* | show-branch: --current includes the current branch. | Junio C Hamano | 2006-01-15 | 1 | -14/+35 |
* | show-branch: make the current branch and merge commits stand out. | Junio C Hamano | 2006-01-15 | 1 | -3/+16 |
* | Merge fixes up to GIT 1.1.2 | Junio C Hamano | 2006-01-13 | 1 | -1/+1 |
|\ |
|
| * | show-branch: handle [] globs as well. | Junio C Hamano | 2006-01-11 | 1 | -1/+1 |
* | | show-branch: take default arguments from configuration file. | Junio C Hamano | 2006-01-09 | 1 | -1/+31 |
|/ |
|
* | show-branch: usability updates. | Junio C Hamano | 2005-12-23 | 1 | -11/+60 |
* | \n usage in stderr output | Alex Riesen | 2005-12-21 | 1 | -2/+2 |
* | Sort globbed refname in show-branch. | Junio C Hamano | 2005-12-15 | 1 | -0/+2 |
* | Add documentation for the --topo-order option to git-show-branch. | Nikolai Weibull | 2005-12-08 | 1 | -1/+1 |
* | show-branch: comment typo | Junio C Hamano | 2005-12-08 | 1 | -1/+1 |
* | show-branch: allow glob pattern to name branches to show. | Junio C Hamano | 2005-12-04 | 1 | -9/+67 |
* | Make sure heads/foo and tags/foo do not confuse things. | Junio C Hamano | 2005-11-21 | 1 | -3/+10 |
* | Fully detect uninteresting commits. | Junio C Hamano | 2005-11-11 | 1 | -11/+53 |
* | git-show-branch: tighten merge-base computation. | Junio C Hamano | 2005-11-11 | 1 | -2/+2 |
* | Merge branch 'fixes' | Junio C Hamano | 2005-10-23 | 1 | -1/+1 |
|\ |
|
| * | git-show-branch: Fix off-by-one error. | Junio C Hamano | 2005-10-23 | 1 | -1/+1 |
* | | show-branch: optionally use unique prefix as name. | Junio C Hamano | 2005-10-11 | 1 | -21/+38 |
|/ |
|
* | Add git-symbolic-ref | Junio C Hamano | 2005-10-01 | 1 | -4/+9 |
* | show-branch: fix commit naming breakage. | Junio C Hamano | 2005-09-24 | 1 | -1/+14 |
* | show-branch: Be nicer when running in a corrupt repository. | Junio C Hamano | 2005-09-19 | 1 | -2/+5 |
* | Fix 'git-show-branch --list <head>' | Junio C Hamano | 2005-09-10 | 1 | -1/+1 |
* | show-branch: --list and --independent | Junio C Hamano | 2005-09-09 | 1 | -15/+59 |
* | Show all merge-base candidates from show-branch --merge-base | Junio C Hamano | 2005-09-08 | 1 | -3/+5 |
* | show-branch: make it work in a subdirectory. | Junio C Hamano | 2005-08-30 | 1 | -0/+2 |
* | Updates: show-branch | Junio C Hamano | 2005-08-29 | 1 | -22/+108 |
* | Sort branch names snarfed from refs/ hierarchy. | Junio C Hamano | 2005-08-24 | 1 | -3/+21 |
* | Clean-up output from "git show-branch" and document it. | Junio C Hamano | 2005-08-22 | 1 | -6/+20 |
* | [PATCH] Add 'git show-branch'. | Junio C Hamano | 2005-08-22 | 1 | -0/+325 |