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
/
commit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-18
commit: convert read_graft_file to handle arbitrary repositories
Brandon Williams
1
-3
/
+2
2018-05-18
commit: convert register_commit_graft to handle arbitrary repositories
Brandon Williams
1
-14
/
+15
2018-05-18
commit: convert commit_graft_pos() to handle arbitrary repositories
Brandon Williams
1
-4
/
+3
2018-05-18
shallow: add repository argument to is_repository_shallow
Stefan Beller
1
-1
/
+1
2018-05-18
commit: add repository argument to lookup_commit_graft
Jonathan Nieder
1
-2
/
+2
2018-05-16
commit: add repository argument to prepare_commit_graft
Jonathan Nieder
1
-2
/
+3
2018-05-16
commit: add repository argument to read_graft_file
Jonathan Nieder
1
-2
/
+3
2018-05-16
commit: add repository argument to register_commit_graft
Jonathan Nieder
1
-2
/
+2
2018-05-16
commit: add repository argument to commit_graft_pos
Jonathan Nieder
1
-4
/
+5
2018-05-16
object: move grafts to object parser
Jonathan Nieder
1
-19
/
+23
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-16
alloc: allow arbitrary repositories for alloc functions
Stefan Beller
1
-0
/
+12
2018-05-09
alloc: add repository argument to alloc_commit_node
Stefan Beller
1
-1
/
+1
2018-05-09
object: add repository argument to create_object
Stefan Beller
1
-1
/
+2
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-3
/
+3
2018-03-14
sha1_file: convert assert_sha1_type to object_id
brian m. carlson
1
-1
/
+1
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-10
/
+10
2018-02-22
commit: rename 'new' variables
Brandon Williams
1
-9
/
+9
2018-02-15
Merge branch 'po/object-id'
Junio C Hamano
1
-8
/
+7
2018-02-14
object: rename function 'typename' to 'type_name'
Brandon Williams
1
-1
/
+1
2018-02-13
Merge branch 'sg/cocci-move-array'
Junio C Hamano
1
-4
/
+2
2018-01-30
sha1_file: convert write_sha1_file to object_id
Patryk Obara
1
-1
/
+1
2018-01-30
commit: convert commit_tree* to object_id
Patryk Obara
1
-8
/
+7
2018-01-22
Use MOVE_ARRAY
SZEDER Gábor
1
-4
/
+2
2017-12-28
commit: remove unused function clear_commit_marks_for_object_array()
René Scharfe
1
-14
/
+0
2017-12-28
commit: use clear_commit_marks_many() in remove_redundant()
René Scharfe
1
-2
/
+1
2017-12-28
commit: avoid allocation in clear_commit_marks_many()
René Scharfe
1
-1
/
+1
2017-11-08
reduce_heads: fix memory leaks
Martin Ågren
1
-0
/
+7
2017-09-29
Merge branch 'ma/leakplugs'
Junio C Hamano
1
-0
/
+1
2017-09-24
commit: fix memory leak in `reduce_heads()`
Martin Ågren
1
-0
/
+1
2017-09-19
Merge branch 'rs/strbuf-leakfix'
Junio C Hamano
1
-2
/
+5
2017-09-07
commit: release strbuf on error return in commit_tree_extended()
Rene Scharfe
1
-2
/
+5
2017-08-18
commit: rewrite read_graft_line
Patryk Obara
1
-15
/
+21
2017-08-18
commit: allocate array using object_id size
Patryk Obara
1
-1
/
+2
2017-08-18
commit: replace the raw buffer with strbuf in read_graft_line
Patryk Obara
1
-12
/
+11
2017-08-11
Merge branch 'rs/move-array'
Junio C Hamano
1
-3
/
+2
2017-07-17
use MOVE_ARRAY
René Scharfe
1
-3
/
+2
2017-07-17
sha1_name: convert get_sha1* to get_oid*
brian m. carlson
1
-2
/
+2
2017-07-13
commit: convert lookup_commit_graft to struct object_id
Stefan Beller
1
-3
/
+3
2017-06-16
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2017-06-13
Merge branch 'nd/fopen-errors'
Junio C Hamano
1
-1
/
+1
2017-05-29
Merge branch 'bm/interpret-trailers-cut-line-is-eom'
Junio C Hamano
1
-6
/
+7
2017-05-29
Merge branch 'bc/object-id'
Junio C Hamano
1
-19
/
+19
2017-05-26
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-05-18
interpret-trailers: honor the cut line
Brian Malehorn
1
-6
/
+7
2017-05-08
object: convert parse_object* to take struct object_id
brian m. carlson
1
-2
/
+2
2017-05-08
Convert lookup_tree to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-15
/
+15
2017-05-08
shallow: convert shallow registration functions to object_id
brian m. carlson
1
-2
/
+2
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
1
-6
/
+6
[next]