summaryrefslogtreecommitdiff
path: root/builtin/show-branch.c
AgeCommit message (Expand)Author
2016-10-03show-branch: use QSORTRené Scharfe
2016-09-15i18n: show-branch: mark plural strings for translationVasco Almeida
2016-09-15i18n: show-branch: mark error messages for translationVasco Almeida
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-11-03Merge branch 'rs/show-branch-argv-array'Junio C Hamano
2015-11-01show-branch: use argv_array for default argumentsRené Scharfe
2015-10-30Merge branch 'rs/pop-commit'Junio C Hamano
2015-10-26use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe
2015-09-25show-branch: avoid segfault with --reflog of unborn branchJeff King
2015-09-09Sync with 2.5.2Junio C Hamano
2015-09-04Sync with 2.4.9Junio C Hamano
2015-09-04Sync with 2.3.9Junio C Hamano
2015-09-04Sync with 2.2.3Junio C Hamano
2015-09-04show-branch: use a strbuf for reflog descriptionsJeff King
2015-06-29convert "enum date_mode" into a structJeff King
2015-06-29show-branch: use DATE_RELATIVE instead of magic numberJeff King
2015-05-25cmd_show_branch(): fix error messageMichael Haggerty
2015-05-25builtin/show-branch: rewrite functions to work with object_idMichael Haggerty
2015-05-25append_one_rev(): rewrite to work with object_idMichael Haggerty
2015-05-25builtin/show-branch: rewrite functions to take object_id argumentsMichael Haggerty
2015-05-25append_matching_ref(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-06Merge branch 'mh/show-branch-topic'Junio C Hamano
2015-03-31show-branch: show all local heads when only giving one rev along --topicsMike Hommey
2015-02-11Merge branch 'ah/usage-strings'Junio C Hamano
2015-01-21Merge branch 'ak/show-branch-usage-string'Junio C Hamano
2015-01-21show-branch: fix indentation of usage stringRalf Thielow
2015-01-14Merge branch 'ak/show-branch-usage-string'Junio C Hamano
2015-01-14standardize usage info string formatAlex Henrie
2015-01-08show-branch: line-wrap show-branch usageAlexander Kuleshov
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-09-29Merge branch 'da/rev-parse-verify-quiet'Junio C Hamano
2014-09-19refs: make rev-parse --quiet actually quietDavid Aguilar
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-07-28Merge branch 'jk/misc-fixes-maint'Junio C Hamano
2014-07-24free ref string returned by dwim_refJeff King
2014-06-19use xstrfmt to replace xmalloc + sprintfJeff King
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-12-05Merge branch 'jk/robustify-parse-commit'Junio C Hamano
2013-10-24assume parse_commit checks commit->object.parsedJeff King
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-22Merge branch 'tr/do-not-call-submodules-subprojects'Junio C Hamano
2013-07-18show-branch: fix description of --date-orderThomas Rast
2013-07-01Merge branch 'jc/topo-author-date-sort'Junio C Hamano
2013-06-11toposort: rename "lifo" fieldJunio C Hamano
2013-04-07show-branch: use strbuf instead of static bufferJeff King