summaryrefslogtreecommitdiff
path: root/builtin/show-branch.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/object-id'Junio C Hamano2017-05-291-2/+2
|\
| * Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-2/+2
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-2/+2
|/
* Merge branch 'jk/show-branch-lift-name-len-limit'Junio C Hamano2017-02-271-29/+13
|\
| * show-branch: use skip_prefix to drop magic numbersjk/show-branch-lift-name-len-limitJeff King2017-02-151-11/+8
| * show-branch: store resolved head in heap bufferJeff King2017-02-141-14/+5
| * show-branch: drop head_len variableJeff King2017-02-141-6/+2
* | show-branch: use QSORTrs/qsortRené Scharfe2016-10-031-4/+2
* | i18n: show-branch: mark plural strings for translationVasco Almeida2016-09-151-5/+9
* | i18n: show-branch: mark error messages for translationVasco Almeida2016-09-151-8/+8
|/
* Remove get_object_hash.brian m. carlson2015-11-201-2/+2
* Convert struct object to object_idbrian m. carlson2015-11-201-2/+2
* Add several uses of get_object_hash.brian m. carlson2015-11-201-2/+2
* Merge branch 'rs/show-branch-argv-array'Junio C Hamano2015-11-031-16/+8
|\
| * show-branch: use argv_array for default argumentsrs/show-branch-argv-arrayRené Scharfe2015-11-011-16/+8
* | Merge branch 'rs/pop-commit'Junio C Hamano2015-10-301-14/+3
|\ \
| * | use pop_commit() for consuming the first entry of a struct commit_listrs/pop-commitRené Scharfe2015-10-261-14/+3
* | | show-branch: avoid segfault with --reflog of unborn branchJeff King2015-09-251-0/+2
* | | Sync with 2.5.2Junio C Hamano2015-09-091-2/+4
|\ \ \ | |/ /
| * | 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
* | | | | convert "enum date_mode" into a structJeff King2015-06-291-1/+2
* | | | | show-branch: use DATE_RELATIVE instead of magic numberJeff King2015-06-291-1/+1
|/ / / /
* | | | 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
|\ \ | |/ |/|