| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd_show_branch(): fix error message | Michael Haggerty | 2015-05-25 | 1 | -1/+1 |
* | builtin/show-branch: rewrite functions to work with object_id | Michael Haggerty | 2015-05-25 | 1 | -21/+21 |
* | append_one_rev(): rewrite to work with object_id | Michael Haggerty | 2015-05-25 | 1 | -3/+3 |
* | builtin/show-branch: rewrite functions to take object_id arguments | Michael Haggerty | 2015-05-25 | 1 | -18/+17 |
* | append_matching_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -7/+6 |
* | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 | 1 | -3/+12 |
* | Merge branch 'mh/show-branch-topic' | Junio C Hamano | 2015-05-05 | 1 | -3/+3 |
|\ |
|
| * | show-branch: show all local heads when only giving one rev along --topicsmh/show-branch-topic | Mike Hommey | 2015-03-31 | 1 | -3/+3 |
* | | Merge branch 'ah/usage-strings' | Junio C Hamano | 2015-02-11 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | standardize usage info string format | Alex Henrie | 2015-01-14 | 1 | -2/+2 |
* | | Merge branch 'ak/show-branch-usage-string' | Junio C Hamano | 2015-01-20 | 1 | -3/+3 |
|\ \ |
|
| * | | show-branch: fix indentation of usage stringak/show-branch-usage-string | Ralf Thielow | 2015-01-20 | 1 | -3/+3 |
* | | | Merge branch 'ak/show-branch-usage-string' | Junio C Hamano | 2015-01-14 | 1 | -1/+4 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | show-branch: line-wrap show-branch usage | Alexander Kuleshov | 2015-01-08 | 1 | -1/+4 |
* | | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 2014-10-15 | 1 | -2/+5 |
* | | Merge branch 'da/rev-parse-verify-quiet' | Junio C Hamano | 2014-09-29 | 1 | -2/+3 |
|\ \ |
|
| * | | refs: make rev-parse --quiet actually quiet | David Aguilar | 2014-09-19 | 1 | -2/+3 |
* | | | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-array | René Scharfe | 2014-09-18 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'jk/misc-fixes-maint' | Junio C Hamano | 2014-07-28 | 1 | -0/+1 |
|\ \ |
|
| * | | free ref string returned by dwim_ref | Jeff King | 2014-07-24 | 1 | -0/+1 |
| |/ |
|
* | | use xstrfmt to replace xmalloc + sprintf | Jeff King | 2014-06-19 | 1 | -6/+4 |
|/ |
|
* | use wildmatch() directly without fnmatch() wrapper | Nguyễn Thái Ngọc Duy | 2014-02-20 | 1 | -1/+1 |
* | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 2013-12-17 | 1 | -10/+10 |
|\ |
|
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -10/+10 |
* | | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 2013-12-05 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | assume parse_commit checks commit->object.parsed | Jeff King | 2013-10-24 | 1 | -2/+1 |
* | | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 2013-08-05 | 1 | -14/+14 |
|/ |
|
* | Merge branch 'tr/do-not-call-submodules-subprojects' | Junio C Hamano | 2013-07-22 | 1 | -2/+2 |
|\ |
|
| * | show-branch: fix description of --date-ordertr/do-not-call-submodules-subprojects | Thomas Rast | 2013-07-18 | 1 | -3/+3 |
* | | Merge branch 'jc/topo-author-date-sort' | Junio C Hamano | 2013-07-01 | 1 | -6/+8 |
|\ \
| |/
|/| |
|
| * | toposort: rename "lifo" field | Junio C Hamano | 2013-06-11 | 1 | -6/+8 |
* | | show-branch: use strbuf instead of static buffer | Jeff King | 2013-04-06 | 1 | -9/+8 |
|/ |
|
* | i18n: show-branch: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-22 | 1 | -21/+21 |
* | Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-ref | Nguyễn Thái Ngọc Duy | 2011-12-13 | 1 | -1/+1 |
* | Convert resolve_ref+xstrdup to new resolve_refdup function | Nguyễn Thái Ngọc Duy | 2011-12-13 | 1 | -3/+1 |
* | want_color: automatically fallback to color.ui | Jeff King | 2011-08-19 | 1 | -3/+0 |
* | color: delay auto-color decision until point of use | Jeff King | 2011-08-19 | 1 | -2/+2 |
* | git_config_colorbool: refactor stdout_is_tty handling | Jeff King | 2011-08-18 | 1 | -1/+1 |
* | Merge branch 'jk/format-patch-am' | Junio C Hamano | 2011-05-31 | 1 | -2/+1 |
|\ |
|
| * | pretty: add pp_commit_easy function for simple callers | Jeff King | 2011-05-26 | 1 | -2/+1 |
* | | Share color list between graph and show-branch | Dan McGee | 2011-04-04 | 1 | -13/+3 |
|/ |
|
* | commit: Add commit_list prefix in two function names. | Thiago Farina | 2010-11-29 | 1 | -3/+3 |
* | Use parentheses and `...' where appropriate | Štěpán Němec | 2010-10-08 | 1 | -1/+1 |
* | show-branch: use DEFAULT_ABBREV instead of 7 | Tay Ray Chuan | 2010-05-25 | 1 | -1/+2 |
* | Merge branch 'lt/deepen-builtin-source' | Junio C Hamano | 2010-03-10 | 1 | -2/+2 |
* | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 2010-02-22 | 1 | -0/+967 |