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
/
cat-file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-21
diff.c: remove the_index dependency in textconv() functions
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2018-08-20
Merge branch 'nd/no-the-index'
Junio C Hamano
1
-1
/
+1
2018-08-14
cat-file: use a single strbuf for all output
Jeff King
1
-11
/
+17
2018-08-14
cat-file: split batch "buf" into two variables
Jeff King
1
-6
/
+8
2018-08-14
cat-file: use oidset check-and-insert
Jeff King
1
-2
/
+1
2018-08-13
convert.c: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-13
cat-file: support "unordered" output for --batch-all-objects
Jeff King
1
-5
/
+51
2018-08-13
cat-file: rename batch_{loose,packed}_object callbacks
Jeff King
1
-9
/
+9
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-2
/
+2
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-2
/
+2
2018-04-26
cache.h: add repository argument to oid_object_info
Stefan Beller
1
-3
/
+3
2018-04-26
cache.h: add repository argument to oid_object_info_extended
Stefan Beller
1
-3
/
+3
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-6
/
+8
2018-03-14
sha1_file: convert read_object_with_reference to object_id
brian m. carlson
1
-1
/
+1
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
1
-7
/
+7
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-2
/
+2
2018-02-14
object: rename function 'typename' to 'type_name'
Brandon Williams
1
-1
/
+1
2018-02-14
object_info: change member name from 'typename' to 'type_name'
Brandon Williams
1
-1
/
+1
2017-12-08
sha1_file: support lazily fetching missing objects
Jonathan Tan
1
-0
/
+2
2017-09-28
Merge branch 'jk/fallthrough'
Junio C Hamano
1
-0
/
+1
2017-09-28
Merge branch 'jk/diff-blob'
Junio C Hamano
1
-2
/
+2
2017-09-22
consistently use "fallthrough" comments in switches
Jeff King
1
-0
/
+1
2017-09-22
cat-file: handle NULL object_context.path
Jeff King
1
-2
/
+2
2017-08-23
pack: move for_each_packed_object()
Jonathan Tan
1
-0
/
+1
2017-07-17
sha1_name: convert GET_SHA1* flags to GET_OID*
brian m. carlson
1
-2
/
+2
2017-07-17
sha1_name: convert get_sha1* to get_oid*
brian m. carlson
1
-3
/
+3
2017-07-05
Merge branch 'jt/unify-object-info'
Junio C Hamano
1
-3
/
+4
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-21
sha1_file: rename LOOKUP_REPLACE_OBJECT
Jonathan Tan
1
-2
/
+3
2017-06-21
sha1_file: rename LOOKUP_UNKNOWN_OBJECT
Jonathan Tan
1
-1
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-05
Merge branch 'js/blame-lib'
Junio C Hamano
1
-0
/
+1
2017-06-02
Merge branch 'jk/diff-blob'
Junio C Hamano
1
-1
/
+3
2017-05-24
blame: move textconv_object with related functions
Jeff Smith
1
-0
/
+1
2017-05-24
get_sha1_with_context: dynamically allocate oc->path
Jeff King
1
-1
/
+3
2017-05-08
cat-file: fix memory leak
Johannes Schindelin
1
-0
/
+1
2017-03-31
Rename sha1_array to oid_array
brian m. carlson
1
-5
/
+5
2017-03-31
Convert sha1_array_for_each_unique and for_each_abbrev to object_id
brian m. carlson
1
-2
/
+2
2017-03-31
Make sha1_array_append take a struct object_id *
brian m. carlson
1
-2
/
+2
2017-02-22
Convert object iteration callbacks to struct object_id
brian m. carlson
1
-4
/
+4
2016-10-10
Merge branch 'jk/pack-objects-optim-mru'
Junio C Hamano
1
-3
/
+2
2016-09-26
sha1_array: let callbacks interrupt iteration
Jeff King
1
-1
/
+2
2016-09-21
Merge branch 'js/cat-file-filters'
Junio C Hamano
1
-8
/
+96
2016-09-19
Merge branch 'bc/object-id'
Junio C Hamano
1
-34
/
+36
2016-09-11
cat-file: support --textconv/--filters in batch mode
Johannes Schindelin
1
-5
/
+44
2016-09-11
cat-file --textconv/--filters: allow specifying the path separately
Johannes Schindelin
1
-5
/
+21
2016-09-11
cat-file: introduce the --filters option
Johannes Schindelin
1
-1
/
+35
2016-09-08
cat-file: put spaces around pipes in usage string
Alex Henrie
1
-1
/
+1
[next]