summaryrefslogtreecommitdiff
path: root/builtin/show-branch.c
Commit message (Expand)AuthorAgeFilesLines
* use pop_commit() for consuming the first entry of a struct commit_listrs/pop-commitRené Scharfe2015-10-261-14/+3
* Sync with 2.4.9Junio C Hamano2015-09-041-2/+4
|\
| * Sync with 2.3.9Junio C Hamano2015-09-041-2/+4
| |\
| | * Sync with 2.2.3Junio C Hamano2015-09-041-2/+4
| | |\
| | | * show-branch: use a strbuf for reflog descriptionsJeff King2015-09-041-2/+4
* | | | cmd_show_branch(): fix error messageMichael Haggerty2015-05-251-1/+1
* | | | builtin/show-branch: rewrite functions to work with object_idMichael Haggerty2015-05-251-21/+21
* | | | append_one_rev(): rewrite to work with object_idMichael Haggerty2015-05-251-3/+3
* | | | builtin/show-branch: rewrite functions to take object_id argumentsMichael Haggerty2015-05-251-18/+17
* | | | append_matching_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-7/+6
* | | | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-3/+12
* | | | Merge branch 'mh/show-branch-topic'Junio C Hamano2015-05-051-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | show-branch: show all local heads when only giving one rev along --topicsmh/show-branch-topicMike Hommey2015-03-311-3/+3
| |/ /
* | | Merge branch 'ah/usage-strings'Junio C Hamano2015-02-111-2/+2
|\ \ \ | |/ / |/| |
| * | standardize usage info string formatAlex Henrie2015-01-141-2/+2
| |/
* | Merge branch 'ak/show-branch-usage-string'Junio C Hamano2015-01-201-3/+3
|\ \
| * | show-branch: fix indentation of usage stringak/show-branch-usage-stringRalf Thielow2015-01-201-3/+3
* | | Merge branch 'ak/show-branch-usage-string'Junio C Hamano2015-01-141-1/+4
|\ \ \ | |/ / | | / | |/ |/|
| * show-branch: line-wrap show-branch usageAlexander Kuleshov2015-01-081-1/+4
* | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-2/+5
* | Merge branch 'da/rev-parse-verify-quiet'Junio C Hamano2014-09-291-2/+3
|\ \
| * | refs: make rev-parse --quiet actually quietDavid Aguilar2014-09-191-2/+3
* | | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-1/+1
|/ /
* | Merge branch 'jk/misc-fixes-maint'Junio C Hamano2014-07-281-0/+1
|\ \
| * | free ref string returned by dwim_refJeff King2014-07-241-0/+1
| |/
* | use xstrfmt to replace xmalloc + sprintfJeff King2014-06-191-6/+4
|/
* use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-201-1/+1
* Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-10/+10
|\
| * replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-10/+10
* | Merge branch 'jk/robustify-parse-commit'Junio C Hamano2013-12-051-2/+1
|\ \ | |/ |/|
| * assume parse_commit checks commit->object.parsedJeff King2013-10-241-2/+1
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-14/+14
|/
* Merge branch 'tr/do-not-call-submodules-subprojects'Junio C Hamano2013-07-221-2/+2
|\
| * show-branch: fix description of --date-ordertr/do-not-call-submodules-subprojectsThomas Rast2013-07-181-3/+3
* | Merge branch 'jc/topo-author-date-sort'Junio C Hamano2013-07-011-6/+8
|\ \ | |/ |/|
| * toposort: rename "lifo" fieldJunio C Hamano2013-06-111-6/+8
* | show-branch: use strbuf instead of static bufferJeff King2013-04-061-9/+8
|/
* i18n: show-branch: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-221-21/+21
* Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-refNguyễn Thái Ngọc Duy2011-12-131-1/+1
* Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy2011-12-131-3/+1
* want_color: automatically fallback to color.uiJeff King2011-08-191-3/+0
* color: delay auto-color decision until point of useJeff King2011-08-191-2/+2
* git_config_colorbool: refactor stdout_is_tty handlingJeff King2011-08-181-1/+1
* Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-311-2/+1
|\
| * pretty: add pp_commit_easy function for simple callersJeff King2011-05-261-2/+1
* | Share color list between graph and show-branchDan McGee2011-04-041-13/+3
|/
* commit: Add commit_list prefix in two function names.Thiago Farina2010-11-291-3/+3
* Use parentheses and `...' where appropriateŠtěpán Němec2010-10-081-1/+1
* show-branch: use DEFAULT_ABBREV instead of 7Tay Ray Chuan2010-05-251-1/+2
* Merge branch 'lt/deepen-builtin-source'Junio C Hamano2010-03-101-2/+2