summaryrefslogtreecommitdiff
path: root/builtin/show-branch.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-28Merge branch 'jk/misc-fixes-maint'Libravatar Junio C Hamano1-0/+1
2014-07-24free ref string returned by dwim_refLibravatar Jeff King1-0/+1
2014-06-19use xstrfmt to replace xmalloc + sprintfLibravatar Jeff King1-6/+4
2014-02-20use wildmatch() directly without fnmatch() wrapperLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-12-17Merge branch 'cc/starts-n-ends-with'Libravatar Junio C Hamano1-10/+10
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-10/+10
2013-12-05Merge branch 'jk/robustify-parse-commit'Libravatar Junio C Hamano1-2/+1
2013-10-24assume parse_commit checks commit->object.parsedLibravatar Jeff King1-2/+1
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller1-14/+14
2013-07-22Merge branch 'tr/do-not-call-submodules-subprojects'Libravatar Junio C Hamano1-2/+2
2013-07-18show-branch: fix description of --date-orderLibravatar Thomas Rast1-3/+3
2013-07-01Merge branch 'jc/topo-author-date-sort'Libravatar Junio C Hamano1-6/+8
2013-06-11toposort: rename "lifo" fieldLibravatar Junio C Hamano1-6/+8
2013-04-06show-branch: use strbuf instead of static bufferLibravatar Jeff King1-9/+8
2012-08-22i18n: show-branch: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-21/+21
2011-12-13Rename resolve_ref() to resolve_ref_unsafe()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2011-12-13Convert resolve_ref+xstrdup to new resolve_refdup functionLibravatar Nguyễn Thái Ngọc Duy1-3/+1
2011-08-19want_color: automatically fallback to color.uiLibravatar Jeff King1-3/+0
2011-08-19color: delay auto-color decision until point of useLibravatar Jeff King1-2/+2
2011-08-18git_config_colorbool: refactor stdout_is_tty handlingLibravatar Jeff King1-1/+1
2011-05-31Merge branch 'jk/format-patch-am'Libravatar Junio C Hamano1-2/+1
2011-05-26pretty: add pp_commit_easy function for simple callersLibravatar Jeff King1-2/+1
2011-04-04Share color list between graph and show-branchLibravatar Dan McGee1-13/+3
2010-11-29commit: Add commit_list prefix in two function names.Libravatar Thiago Farina1-3/+3
2010-10-08Use parentheses and `...' where appropriateLibravatar Štěpán Němec1-1/+1
2010-05-25show-branch: use DEFAULT_ABBREV instead of 7Libravatar Tay Ray Chuan1-1/+2
2010-03-10Merge branch 'lt/deepen-builtin-source'Libravatar Junio C Hamano1-0/+967
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+967