summaryrefslogtreecommitdiff
path: root/builtin/name-rev.c
Commit message (Expand)AuthorAgeFilesLines
* name-rev: favor describing with tags and use committer date to tiebreakjc/name-rev-lw-tagJunio C Hamano2017-03-291-9/+44
* name-rev: refactor logic to see if a new candidate is a better nameJunio C Hamano2017-03-291-3/+13
* name-rev: add support to exclude refs by pattern matchJacob Keller2017-01-231-1/+13
* name-rev: extend --refs to accept multiple patternsJacob Keller2017-01-231-12/+34
* use QSORTRené Scharfe2016-09-291-2/+1
* Merge branch 'js/name-rev-use-oldest-ref'Junio C Hamano2016-05-031-6/+13
|\
| * name-rev: include taggerdate in considering the best namejs/name-rev-use-oldest-refJohannes Schindelin2016-04-221-6/+13
* | Remove get_object_hash.brian m. carlson2015-11-201-2/+2
* | Convert struct object to object_idbrian m. carlson2015-11-201-4/+4
* | Add several uses of get_object_hash.brian m. carlson2015-11-201-3/+3
* | name-rev: use strip_suffix to avoid magic numbersJeff King2015-10-051-5/+4
* | replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-251-8/+5
* | name_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-6/+4
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+3
|/
* standardize usage info string formatAlex Henrie2015-01-141-3/+3
* use xstrfmt to replace xmalloc + strcpy/strcatJeff King2014-06-191-4/+1
* 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-3/+3
|\
| * replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-3/+3
* | 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
* | branch, commit, name-rev: ease up boolean conditionsStefan Beller2013-08-071-1/+1
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-6/+6
|/
* describe: fix --contains when a tag is given as inputjc/name-rev-exact-refJunio C Hamano2013-07-181-1/+16
* name-rev: differentiate between tags and commits they point atJunio C Hamano2013-07-181-8/+16
* name-rev: allow converting the exact object name at the tip of a refJunio C Hamano2013-07-091-1/+58
* name-ref: factor out name shortening logic from name_ref()Junio C Hamano2013-07-071-7/+12
* name-rev: allow to specify a subpath for --refs optionNamhyung Kim2013-06-181-7/+29
* i18n: name-rev: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-11/+11
* Sync with 1.7.7.4Junio C Hamano2011-11-181-1/+1
|\
| * Merge branch 'jc/maint-name-rev-all' into maintJunio C Hamano2011-11-181-1/+1
* | name-rev: split usage stringrs/name-rev-usageRené Scharfe2011-10-031-1/+3
|/
* object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina2010-08-291-1/+1
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+305