index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
name-rev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-25
Merge branch 'sg/name-rev-wo-recursion'
Junio C Hamano
1
-50
/
+97
2019-12-09
name-rev: cleanup name_ref()
SZEDER Gábor
1
-15
/
+16
2019-12-09
name-rev: eliminate recursion in name_rev()
SZEDER Gábor
1
-38
/
+64
2019-12-09
name-rev: use 'name->tip_name' instead of 'tip_name'
SZEDER Gábor
1
-4
/
+7
2019-12-06
name-rev: drop name_rev()'s 'generation' and 'distance' parameters
SZEDER Gábor
1
-12
/
+13
2019-12-06
name-rev: restructure creating/updating 'struct rev_name' instances
SZEDER Gábor
1
-14
/
+21
2019-12-06
name-rev: restructure parsing commits and applying date cutoff
SZEDER Gábor
1
-13
/
+16
2019-12-06
name-rev: pull out deref handling from the recursion
SZEDER Gábor
1
-17
/
+10
2019-12-06
name-rev: extract creating/updating a 'struct name_rev' into a helper
SZEDER Gábor
1
-13
/
+27
2019-12-06
name-rev: use sizeof(*ptr) instead of sizeof(type) in allocation
SZEDER Gábor
1
-1
/
+1
2019-12-06
name-rev: avoid unnecessary cast in name_ref()
SZEDER Gábor
1
-1
/
+1
2019-12-06
name-rev: use strbuf_strip_suffix() in get_rev_name()
René Scharfe
1
-4
/
+3
2019-11-27
name-rev: use skip_prefix() instead of starts_with()
René Scharfe
1
-4
/
+4
2019-09-28
name-rev: avoid cutoff timestamp underflow
SZEDER Gábor
1
-3
/
+12
2019-06-20
object: convert lookup_object() to use object_id
Jeff King
1
-2
/
+1
2019-05-13
name-rev: drop unused parameters from is_better_name()
Jeff King
1
-4
/
+1
2019-04-01
builtin/name-rev: make hash-size independent
brian m. carlson
1
-6
/
+8
2018-06-29
tag: add repository argument to deref_tag
Stefan Beller
1
-1
/
+2
2018-06-29
object: add repository argument to lookup_object
Stefan Beller
1
-1
/
+2
2018-06-29
object: add repository argument to parse_object
Stefan Beller
1
-3
/
+4
2018-05-21
name-rev: use commit-slab for rev-name instead of commit->util
Nguyễn Thái Ngọc Duy
1
-3
/
+20
2018-03-14
Convert find_unique_abbrev* to struct object_id
brian m. carlson
1
-1
/
+1
2017-10-07
Merge branch 'ma/builtin-unleak'
Junio C Hamano
1
-0
/
+1
2017-10-02
builtin/: add UNLEAKs
Martin Ågren
1
-0
/
+1
2017-09-19
Merge branch 'mg/timestamp-t-fix'
Junio C Hamano
1
-1
/
+1
2017-09-06
name-rev: change ULONG_MAX to TIME_MAX
Michael J Gruber
1
-1
/
+1
2017-07-10
Merge branch 'ab/wildmatch'
Junio C Hamano
1
-1
/
+1
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-23
wildmatch: remove unused wildopts parameter
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-05-30
Merge branch 'js/larger-timestamps'
Junio C Hamano
1
-1
/
+1
2017-05-30
Merge branch 'jc/name-rev-lw-tag'
Junio C Hamano
1
-7
/
+52
2017-05-29
Merge branch 'js/plug-leaks'
Junio C Hamano
1
-2
/
+5
2017-05-29
Merge branch 'bc/object-id'
Junio C Hamano
1
-16
/
+16
2017-05-20
name-rev: change a "long" variable to timestamp_t
Junio C Hamano
1
-1
/
+1
2017-05-08
object: convert parse_object* to take struct object_id
brian m. carlson
1
-3
/
+3
2017-05-08
name-rev: avoid leaking memory in the `deref` case
Johannes Schindelin
1
-2
/
+5
2017-05-02
builtin/name-rev: convert to struct object_id
brian m. carlson
1
-14
/
+14
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
1
-3
/
+3
2017-03-30
name-rev: replace static buffer with strbuf
Jeff King
1
-9
/
+12
2017-03-29
name-rev: favor describing with tags and use committer date to tiebreak
Junio C Hamano
1
-9
/
+44
2017-03-29
name-rev: refactor logic to see if a new candidate is a better name
Junio C Hamano
1
-3
/
+13
2017-01-23
name-rev: add support to exclude refs by pattern match
Jacob Keller
1
-1
/
+13
2017-01-23
name-rev: extend --refs to accept multiple patterns
Jacob Keller
1
-12
/
+34
2016-09-29
use QSORT
René Scharfe
1
-2
/
+1
2016-05-03
Merge branch 'js/name-rev-use-oldest-ref'
Junio C Hamano
1
-6
/
+13
2016-04-22
name-rev: include taggerdate in considering the best name
Johannes Schindelin
1
-6
/
+13
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-2
/
+2
2015-11-20
Convert struct object to object_id
brian m. carlson
1
-4
/
+4
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-3
/
+3
[next]