| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ab/wildmatch' | Junio C Hamano | 2017-07-10 | 1 | -1/+1 |
|\ |
|
| * | wildmatch: remove unused wildopts parameterab/wildmatch | Ævar Arnfjörð Bjarmason | 2017-06-23 | 1 | -1/+1 |
* | | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
* | | Merge branch 'js/larger-timestamps' | Junio C Hamano | 2017-05-30 | 1 | -1/+1 |
|\ \ |
|
| * | | name-rev: change a "long" variable to timestamp_tjs/larger-timestamps | Junio C Hamano | 2017-05-20 | 1 | -1/+1 |
* | | | Merge branch 'jc/name-rev-lw-tag' | Junio C Hamano | 2017-05-30 | 1 | -7/+52 |
|\ \ \ |
|
| * | | | name-rev: favor describing with tags and use committer date to tiebreakjc/name-rev-lw-tag | Junio C Hamano | 2017-03-29 | 1 | -9/+44 |
| * | | | name-rev: refactor logic to see if a new candidate is a better name | Junio C Hamano | 2017-03-29 | 1 | -3/+13 |
* | | | | Merge branch 'js/plug-leaks' | Junio C Hamano | 2017-05-29 | 1 | -2/+5 |
|\ \ \ \ |
|
| * | | | | name-rev: avoid leaking memory in the `deref` case | Johannes Schindelin | 2017-05-08 | 1 | -2/+5 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-05-29 | 1 | -16/+16 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | object: convert parse_object* to take struct object_id | brian m. carlson | 2017-05-08 | 1 | -3/+3 |
| * | | | builtin/name-rev: convert to struct object_id | brian m. carlson | 2017-05-02 | 1 | -14/+14 |
| |/ / |
|
* | | | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 | 1 | -3/+3 |
|/ / |
|
* | | name-rev: replace static buffer with strbuf | Jeff King | 2017-03-30 | 1 | -9/+12 |
|/ |
|
* | name-rev: add support to exclude refs by pattern match | Jacob Keller | 2017-01-23 | 1 | -1/+13 |
* | name-rev: extend --refs to accept multiple patterns | Jacob Keller | 2017-01-23 | 1 | -12/+34 |
* | use QSORT | René Scharfe | 2016-09-29 | 1 | -2/+1 |
* | Merge branch 'js/name-rev-use-oldest-ref' | Junio C Hamano | 2016-05-03 | 1 | -6/+13 |
|\ |
|
| * | name-rev: include taggerdate in considering the best namejs/name-rev-use-oldest-ref | Johannes Schindelin | 2016-04-22 | 1 | -6/+13 |
* | | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -2/+2 |
* | | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -4/+4 |
* | | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -3/+3 |
* | | name-rev: use strip_suffix to avoid magic numbers | Jeff King | 2015-10-05 | 1 | -5/+4 |
* | | replace trivial malloc + sprintf / strcpy calls with xstrfmt | Jeff King | 2015-09-25 | 1 | -8/+5 |
* | | name_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -6/+4 |
* | | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 | 1 | -1/+3 |
|/ |
|
* | standardize usage info string format | Alex Henrie | 2015-01-14 | 1 | -3/+3 |
* | use xstrfmt to replace xmalloc + strcpy/strcat | Jeff King | 2014-06-19 | 1 | -4/+1 |
* | 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 | -3/+3 |
|\ |
|
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -3/+3 |
* | | 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 |
* | | branch, commit, name-rev: ease up boolean conditions | Stefan Beller | 2013-08-07 | 1 | -1/+1 |
* | | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 2013-08-05 | 1 | -6/+6 |
|/ |
|
* | describe: fix --contains when a tag is given as inputjc/name-rev-exact-ref | Junio C Hamano | 2013-07-18 | 1 | -1/+16 |
* | name-rev: differentiate between tags and commits they point at | Junio C Hamano | 2013-07-18 | 1 | -8/+16 |
* | name-rev: allow converting the exact object name at the tip of a ref | Junio C Hamano | 2013-07-09 | 1 | -1/+58 |
* | name-ref: factor out name shortening logic from name_ref() | Junio C Hamano | 2013-07-07 | 1 | -7/+12 |
* | name-rev: allow to specify a subpath for --refs option | Namhyung Kim | 2013-06-18 | 1 | -7/+29 |
* | i18n: name-rev: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -11/+11 |
* | Sync with 1.7.7.4 | Junio C Hamano | 2011-11-18 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'jc/maint-name-rev-all' into maint | Junio C Hamano | 2011-11-18 | 1 | -1/+1 |
* | | name-rev: split usage stringrs/name-rev-usage | René Scharfe | 2011-10-03 | 1 | -1/+3 |
|/ |
|
* | object.h: Add OBJECT_ARRAY_INIT macro and make use of it. | Thiago Farina | 2010-08-29 | 1 | -1/+1 |
* | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 2010-02-22 | 1 | -0/+305 |