summaryrefslogtreecommitdiffstats
path: root/show-branch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/fmt-patch' into nextJunio C Hamano2006-05-051-1/+1
|\
| * Teach fmt-patch about --numberedJohannes Schindelin2006-05-051-1/+1
* | show-branch: omit uninteresting merges.Junio C Hamano2006-05-021-3/+30
|/
* show-branch --topics: omit more uninteresting commits.Junio C Hamano2006-03-031-14/+6
* show-branch --topicsJunio C Hamano2006-03-031-1/+18
* topo-order: make --date-order optional.Junio C Hamano2006-02-161-4/+5
* call git_config() after setup_git_directory()Junio C Hamano2006-02-091-1/+1
* pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano2006-01-281-1/+1
* diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano2006-01-281-1/+1
* show-branch: --current includes the current branch.Junio C Hamano2006-01-151-14/+35
* show-branch: make the current branch and merge commits stand out.Junio C Hamano2006-01-151-3/+16
* Merge fixes up to GIT 1.1.2Junio C Hamano2006-01-141-1/+1
|\
| * show-branch: handle [] globs as well.Junio C Hamano2006-01-121-1/+1
* | show-branch: take default arguments from configuration file.Junio C Hamano2006-01-101-1/+31
|/
* show-branch: usability updates.Junio C Hamano2005-12-231-11/+60
* \n usage in stderr outputAlex Riesen2005-12-221-2/+2
* Sort globbed refname in show-branch.Junio C Hamano2005-12-161-0/+2
* Add documentation for the --topo-order option to git-show-branch.Nikolai Weibull2005-12-091-1/+1
* show-branch: comment typoJunio C Hamano2005-12-081-1/+1
* show-branch: allow glob pattern to name branches to show.Junio C Hamano2005-12-051-9/+67
* Make sure heads/foo and tags/foo do not confuse things.Junio C Hamano2005-11-211-3/+10
* Fully detect uninteresting commits.Junio C Hamano2005-11-111-11/+53
* git-show-branch: tighten merge-base computation.Junio C Hamano2005-11-111-2/+2
* Merge branch 'fixes'Junio C Hamano2005-10-231-1/+1
|\
| * git-show-branch: Fix off-by-one error.Junio C Hamano2005-10-231-1/+1
* | show-branch: optionally use unique prefix as name.Junio C Hamano2005-10-121-21/+38
|/
* Add git-symbolic-refJunio C Hamano2005-10-021-4/+9
* show-branch: fix commit naming breakage.Junio C Hamano2005-09-251-1/+14
* show-branch: Be nicer when running in a corrupt repository.Junio C Hamano2005-09-201-2/+5
* Fix 'git-show-branch --list <head>'Junio C Hamano2005-09-111-1/+1
* show-branch: --list and --independentJunio C Hamano2005-09-101-15/+59
* Show all merge-base candidates from show-branch --merge-baseJunio C Hamano2005-09-081-3/+5
* show-branch: make it work in a subdirectory.Junio C Hamano2005-08-311-0/+2
* Updates: show-branchJunio C Hamano2005-08-301-22/+108
* Sort branch names snarfed from refs/ hierarchy.Junio C Hamano2005-08-251-3/+21
* Clean-up output from "git show-branch" and document it.Junio C Hamano2005-08-231-6/+20
* [PATCH] Add 'git show-branch'.Junio C Hamano2005-08-231-0/+325