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
/
ref-filter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-18
Merge branch 'ot/ref-filter-object-info'
Junio C Hamano
1
-5
/
+30
2019-01-10
ref-filter: give uintmax_t to format with %PRIuMAX
Junio C Hamano
1
-1
/
+1
2019-01-04
Merge branch 'nd/the-index'
Junio C Hamano
1
-1
/
+1
2019-01-04
Merge branch 'nd/i18n'
Junio C Hamano
1
-3
/
+5
2018-12-28
ref-filter: add deltabase option
Olga Telezhnaya
1
-1
/
+15
2018-12-28
ref-filter: add check for negative file size
Olga Telezhnaya
1
-0
/
+2
2018-12-28
ref-filter: add objectsize:disk option
Olga Telezhnaya
1
-7
/
+16
2018-11-19
Merge branch 'tb/print-size-t-with-uintmax-format'
Junio C Hamano
1
-1
/
+1
2018-11-18
Merge branch 'sg/ref-filter-wo-repository'
Junio C Hamano
1
-0
/
+4
2018-11-16
ref-filter: don't look for objects when outside of a repository
SZEDER Gábor
1
-0
/
+4
2018-11-12
Upcast size_t variables to uintmax_t when printing
Torsten Bögershausen
1
-1
/
+1
2018-11-12
wt-status.c: remove implicit dependency the_repository
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-12
parse-options: replace opterror() with optname()
Nguyễn Thái Ngọc Duy
1
-3
/
+5
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-0
/
+2
2018-10-30
Merge branch 'ot/ref-filter-plug-leaks'
Junio C Hamano
1
-42
/
+58
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-1
/
+1
2018-10-19
ref-filter: free item->value and item->value->s
Olga Telezhnaya
1
-42
/
+54
2018-10-19
ref-filter: free memory from used_atom
Olga Telezhnaya
1
-0
/
+4
2018-09-21
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-09-17
Merge branch 'jk/trailer-fixes'
Junio C Hamano
1
-0
/
+2
2018-09-17
Merge branch 'ds/reachable'
Junio C Hamano
1
-138
/
+8
2018-08-23
pretty, ref-filter: format %(trailers) with no_divider option
Jeff King
1
-0
/
+2
2018-08-17
Merge branch 'ot/ref-filter-object-info'
Junio C Hamano
1
-88
/
+138
2018-08-02
Merge branch 'jt/commit-graph-per-object-store'
Junio C Hamano
1
-1
/
+1
2018-08-02
Merge branch 'sb/object-store-lookup'
Junio C Hamano
1
-4
/
+8
2018-07-24
Merge branch 'jk/for-each-ref-icase'
Junio C Hamano
1
-1
/
+10
2018-07-20
commit-reach: move commit_contains from ref-filter
Derrick Stolee
1
-138
/
+7
2018-07-20
commit.h: remove method declarations
Derrick Stolee
1
-0
/
+1
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-07-17
commit-graph: add repo arg to graph readers
Jonathan Tan
1
-1
/
+1
2018-07-17
ref-filter: use oid_object_info() to get object
Olga Telezhnaya
1
-33
/
+87
2018-07-17
ref-filter: merge get_obj and get_object
Olga Telezhnaya
1
-25
/
+11
2018-07-17
ref-filter: initialize eaten variable
Olga Telezhnaya
1
-1
/
+2
2018-07-17
ref-filter: fill empty fields with empty values
Olga Telezhnaya
1
-1
/
+7
2018-07-17
ref-filter: add info_source to valid_atom
Olga Telezhnaya
1
-39
/
+43
2018-07-03
ref-filter: avoid backend filtering with --ignore-case
Jeff King
1
-0
/
+9
2018-07-03
for-each-ref: consistently pass WM_IGNORECASE flag
Aleksandr Makarov
1
-1
/
+1
2018-06-29
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
1
-2
/
+4
2018-06-29
object: add repository argument to parse_object_buffer
Stefan Beller
1
-1
/
+2
2018-06-29
object: add repository argument to parse_object
Stefan Beller
1
-1
/
+2
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
1
-0
/
+1
2018-06-25
Merge branch 'ds/commit-graph-lockfile-fix'
Junio C Hamano
1
-5
/
+21
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-2
/
+2
2018-05-23
Merge branch 'ds/lazy-load-trees'
Junio C Hamano
1
-1
/
+1
2018-05-22
ref-filter: use generation number for --contains
Derrick Stolee
1
-4
/
+20
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-08
Merge branch 'ot/libify-get-ref-atom-value'
Junio C Hamano
1
-96
/
+197
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-2
/
+2
2018-05-02
ref-filter: fix outdated comment on in_commit_list
Derrick Stolee
1
-1
/
+1
2018-04-25
Merge branch 'jk/ref-array-push'
Junio C Hamano
1
-11
/
+25
[next]