aboutsummaryrefslogtreecommitdiff
path: root/show-branch.c
Commit message (Expand)AuthorAge
* call git_config() after setup_git_directory()Junio C Hamano2006-02-09
* pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano2006-01-28
* diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano2006-01-28
* show-branch: --current includes the current branch.Junio C Hamano2006-01-15
* show-branch: make the current branch and merge commits stand out.Junio C Hamano2006-01-15
* Merge fixes up to GIT 1.1.2Junio C Hamano2006-01-13
|\
| * show-branch: handle [] globs as well.Junio C Hamano2006-01-11
* | show-branch: take default arguments from configuration file.Junio C Hamano2006-01-09
|/
* show-branch: usability updates.Junio C Hamano2005-12-23
* \n usage in stderr outputAlex Riesen2005-12-21
* Sort globbed refname in show-branch.Junio C Hamano2005-12-15
* Add documentation for the --topo-order option to git-show-branch.Nikolai Weibull2005-12-08
* show-branch: comment typoJunio C Hamano2005-12-08
* show-branch: allow glob pattern to name branches to show.Junio C Hamano2005-12-04
* Make sure heads/foo and tags/foo do not confuse things.Junio C Hamano2005-11-21
* Fully detect uninteresting commits.Junio C Hamano2005-11-11
* git-show-branch: tighten merge-base computation.Junio C Hamano2005-11-11
* Merge branch 'fixes'Junio C Hamano2005-10-23
|\
| * git-show-branch: Fix off-by-one error.Junio C Hamano2005-10-23
* | show-branch: optionally use unique prefix as name.Junio C Hamano2005-10-11
|/
* Add git-symbolic-refJunio C Hamano2005-10-01
* show-branch: fix commit naming breakage.Junio C Hamano2005-09-24
* show-branch: Be nicer when running in a corrupt repository.Junio C Hamano2005-09-19
* Fix 'git-show-branch --list <head>'Junio C Hamano2005-09-10
* show-branch: --list and --independentJunio C Hamano2005-09-09
* Show all merge-base candidates from show-branch --merge-baseJunio C Hamano2005-09-08
* show-branch: make it work in a subdirectory.Junio C Hamano2005-08-30
* Updates: show-branchJunio C Hamano2005-08-29
* Sort branch names snarfed from refs/ hierarchy.Junio C Hamano2005-08-24
* Clean-up output from "git show-branch" and document it.Junio C Hamano2005-08-22
* [PATCH] Add 'git show-branch'.Junio C Hamano2005-08-22