summaryrefslogtreecommitdiff
path: root/builtin/name-rev.c
AgeCommit message (Expand)Author
2019-12-25Merge branch 'sg/name-rev-wo-recursion'Junio C Hamano
2019-12-09name-rev: cleanup name_ref()SZEDER Gábor
2019-12-09name-rev: eliminate recursion in name_rev()SZEDER Gábor
2019-12-09name-rev: use 'name->tip_name' instead of 'tip_name'SZEDER Gábor
2019-12-06name-rev: drop name_rev()'s 'generation' and 'distance' parametersSZEDER Gábor
2019-12-06name-rev: restructure creating/updating 'struct rev_name' instancesSZEDER Gábor
2019-12-06name-rev: restructure parsing commits and applying date cutoffSZEDER Gábor
2019-12-06name-rev: pull out deref handling from the recursionSZEDER Gábor
2019-12-06name-rev: extract creating/updating a 'struct name_rev' into a helperSZEDER Gábor
2019-12-06name-rev: use sizeof(*ptr) instead of sizeof(type) in allocationSZEDER Gábor
2019-12-06name-rev: avoid unnecessary cast in name_ref()SZEDER Gábor
2019-12-06name-rev: use strbuf_strip_suffix() in get_rev_name()René Scharfe
2019-11-27name-rev: use skip_prefix() instead of starts_with()René Scharfe
2019-09-28name-rev: avoid cutoff timestamp underflowSZEDER Gábor
2019-06-20object: convert lookup_object() to use object_idJeff King
2019-05-13name-rev: drop unused parameters from is_better_name()Jeff King
2019-04-01builtin/name-rev: make hash-size independentbrian m. carlson
2018-06-29tag: add repository argument to deref_tagStefan Beller
2018-06-29object: add repository argument to lookup_objectStefan Beller
2018-06-29object: add repository argument to parse_objectStefan Beller
2018-05-21name-rev: use commit-slab for rev-name instead of commit->utilNguyễn Thái Ngọc Duy
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson
2017-10-07Merge branch 'ma/builtin-unleak'Junio C Hamano
2017-10-02builtin/: add UNLEAKsMartin Ågren
2017-09-19Merge branch 'mg/timestamp-t-fix'Junio C Hamano
2017-09-06name-rev: change ULONG_MAX to TIME_MAXMichael J Gruber
2017-07-10Merge branch 'ab/wildmatch'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-24wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-30Merge branch 'js/larger-timestamps'Junio C Hamano
2017-05-30Merge branch 'jc/name-rev-lw-tag'Junio C Hamano
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-20name-rev: change a "long" variable to timestamp_tJunio C Hamano
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08name-rev: avoid leaking memory in the `deref` caseJohannes Schindelin
2017-05-02builtin/name-rev: convert to struct object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-03-30name-rev: replace static buffer with strbufJeff King
2017-03-29name-rev: favor describing with tags and use committer date to tiebreakJunio C Hamano
2017-03-29name-rev: refactor logic to see if a new candidate is a better nameJunio C Hamano
2017-01-24name-rev: add support to exclude refs by pattern matchJacob Keller
2017-01-24name-rev: extend --refs to accept multiple patternsJacob Keller
2016-09-29use QSORTRené Scharfe
2016-05-03Merge branch 'js/name-rev-use-oldest-ref'Junio C Hamano
2016-04-22name-rev: include taggerdate in considering the best nameJohannes Schindelin
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson