aboutsummaryrefslogtreecommitdiff
path: root/builtin/show-branch.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/show-branch-lift-name-len-limit'Junio C Hamano2017-02-27
|\
| * show-branch: use skip_prefix to drop magic numbersJeff King2017-02-15
| * show-branch: store resolved head in heap bufferJeff King2017-02-14
| * show-branch: drop head_len variableJeff King2017-02-14
* | show-branch: use QSORTRené Scharfe2016-10-03
* | i18n: show-branch: mark plural strings for translationVasco Almeida2016-09-15
* | i18n: show-branch: mark error messages for translationVasco Almeida2016-09-15
|/
* Remove get_object_hash.brian m. carlson2015-11-20
* Convert struct object to object_idbrian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* Merge branch 'rs/show-branch-argv-array'Junio C Hamano2015-11-03
|\
| * show-branch: use argv_array for default argumentsRené Scharfe2015-11-01
* | Merge branch 'rs/pop-commit'Junio C Hamano2015-10-30
|\ \
| * | use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe2015-10-26
* | | show-branch: avoid segfault with --reflog of unborn branchJeff King2015-09-25
* | | Sync with 2.5.2Junio C Hamano2015-09-09
|\ \ \ | |/ /
| * | Sync with 2.4.9Junio C Hamano2015-09-04
| |\ \ | | |/
| | * Sync with 2.3.9Junio C Hamano2015-09-04
| | |\
| | | * Sync with 2.2.3Junio C Hamano2015-09-04
| | | |\
| | | | * show-branch: use a strbuf for reflog descriptionsJeff King2015-09-04
* | | | | convert "enum date_mode" into a structJeff King2015-06-29
* | | | | show-branch: use DATE_RELATIVE instead of magic numberJeff King2015-06-29
|/ / / /
* | | | cmd_show_branch(): fix error messageMichael Haggerty2015-05-25
* | | | builtin/show-branch: rewrite functions to work with object_idMichael Haggerty2015-05-25
* | | | append_one_rev(): rewrite to work with object_idMichael Haggerty2015-05-25
* | | | builtin/show-branch: rewrite functions to take object_id argumentsMichael Haggerty2015-05-25
* | | | append_matching_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* | | | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* | | | Merge branch 'mh/show-branch-topic'Junio C Hamano2015-05-05
|\ \ \ \ | |/ / / |/| | |
| * | | show-branch: show all local heads when only giving one rev along --topicsMike Hommey2015-03-31
| |/ /
* | | Merge branch 'ah/usage-strings'Junio C Hamano2015-02-11
|\ \ \ | |/ / |/| |
| * | standardize usage info string formatAlex Henrie2015-01-14
| |/
* | Merge branch 'ak/show-branch-usage-string'Junio C Hamano2015-01-20
|\ \
| * | show-branch: fix indentation of usage stringRalf Thielow2015-01-20
* | | Merge branch 'ak/show-branch-usage-string'Junio C Hamano2015-01-14
|\ \ \ | |/ / | | / | |/ |/|
| * show-branch: line-wrap show-branch usageAlexander Kuleshov2015-01-08
* | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
* | Merge branch 'da/rev-parse-verify-quiet'Junio C Hamano2014-09-29
|\ \
| * | refs: make rev-parse --quiet actually quietDavid Aguilar2014-09-19
* | | use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-18
|/ /
* | Merge branch 'jk/misc-fixes-maint'Junio C Hamano2014-07-28
|\ \
| * | free ref string returned by dwim_refJeff King2014-07-24
| |/
* | use xstrfmt to replace xmalloc + sprintfJeff King2014-06-19
|/
* use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-20
* Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\
| * replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* | Merge branch 'jk/robustify-parse-commit'Junio C Hamano2013-12-05
|\ \ | |/ |/|
| * assume parse_commit checks commit->object.parsedJeff King2013-10-24
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
|/
* Merge branch 'tr/do-not-call-submodules-subprojects'Junio C Hamano2013-07-22
|\