summaryrefslogtreecommitdiff
path: root/builtin/show-branch.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-03Merge branch 'rs/show-branch-argv-array'Libravatar Junio C Hamano1-16/+8
2015-11-01show-branch: use argv_array for default argumentsLibravatar René Scharfe1-16/+8
2015-10-30Merge branch 'rs/pop-commit'Libravatar Junio C Hamano1-14/+3
2015-10-26use pop_commit() for consuming the first entry of a struct commit_listLibravatar René Scharfe1-14/+3
2015-09-25show-branch: avoid segfault with --reflog of unborn branchLibravatar Jeff King1-0/+2
2015-09-09Sync with 2.5.2Libravatar Junio C Hamano1-2/+4
2015-09-04Sync with 2.4.9Libravatar Junio C Hamano1-2/+4
2015-09-04Sync with 2.3.9Libravatar Junio C Hamano1-2/+4
2015-09-04Sync with 2.2.3Libravatar Junio C Hamano1-2/+4
2015-09-04show-branch: use a strbuf for reflog descriptionsLibravatar Jeff King1-2/+4
2015-06-29convert "enum date_mode" into a structLibravatar Jeff King1-1/+2
2015-06-29show-branch: use DATE_RELATIVE instead of magic numberLibravatar Jeff King1-1/+1
2015-05-25cmd_show_branch(): fix error messageLibravatar Michael Haggerty1-1/+1
2015-05-25builtin/show-branch: rewrite functions to work with object_idLibravatar Michael Haggerty1-21/+21
2015-05-25append_one_rev(): rewrite to work with object_idLibravatar Michael Haggerty1-3/+3
2015-05-25builtin/show-branch: rewrite functions to take object_id argumentsLibravatar Michael Haggerty1-18/+17
2015-05-25append_matching_ref(): rewrite to take an object_id argumentLibravatar Michael Haggerty1-7/+6
2015-05-25each_ref_fn: change to take an object_id parameterLibravatar Michael Haggerty1-3/+12
2015-05-05Merge branch 'mh/show-branch-topic'Libravatar Junio C Hamano1-3/+3
2015-03-31show-branch: show all local heads when only giving one rev along --topicsLibravatar Mike Hommey1-3/+3
2015-02-11Merge branch 'ah/usage-strings'Libravatar Junio C Hamano1-2/+2
2015-01-20Merge branch 'ak/show-branch-usage-string'Libravatar Junio C Hamano1-3/+3
2015-01-20show-branch: fix indentation of usage stringLibravatar Ralf Thielow1-3/+3
2015-01-14Merge branch 'ak/show-branch-usage-string'Libravatar Junio C Hamano1-1/+4
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-2/+2
2015-01-08show-branch: line-wrap show-branch usageLibravatar Alexander Kuleshov1-1/+4
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldLibravatar Ronnie Sahlberg1-2/+5
2014-09-29Merge branch 'da/rev-parse-verify-quiet'Libravatar Junio C Hamano1-2/+3
2014-09-19refs: make rev-parse --quiet actually quietLibravatar David Aguilar1-2/+3
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysLibravatar René Scharfe1-1/+1
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