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