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
/
shallow.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-01
Merge branch 'tb/reset-shallow'
Junio C Hamano
1
-9
/
+21
2020-04-24
shallow.c: use '{commit,rollback}_shallow_file'
Taylor Blau
1
-9
/
+21
2020-03-30
oid_array: rename source file from sha1-array
Jeff King
1
-1
/
+1
2019-10-11
Merge branch 'rs/dedup-includes'
Junio C Hamano
1
-3
/
+0
2019-10-09
Merge branch 'as/shallow-slab-use-fix'
Junio C Hamano
1
-0
/
+2
2019-10-04
treewide: remove duplicate #include directives
René Scharfe
1
-3
/
+0
2019-10-02
shallow.c: don't free unallocated slabs
Ali Utku Selen
1
-0
/
+2
2019-06-27
Use the right 'struct repository' instead of the_repository
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2019-01-10
fetch-pack: do not take shallow lock unnecessarily
Jonathan Tan
1
-0
/
+7
2018-11-06
Merge branch 'js/shallow-and-fetch-prune'
Junio C Hamano
1
-6
/
+17
2018-10-25
shallow: offer to prune only non-existing entries
Johannes Schindelin
1
-6
/
+17
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-1
/
+1
2018-09-21
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-07-20
commit.h: remove method declarations
Derrick Stolee
1
-0
/
+1
2018-06-29
tag: add repository argument to deref_tag
Stefan Beller
1
-1
/
+3
2018-06-29
commit: add repository argument to lookup_commit
Stefan Beller
1
-7
/
+10
2018-06-29
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
1
-3
/
+6
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
1
-36
/
+38
2018-06-25
Merge branch 'nd/reject-empty-shallow-request'
Junio C Hamano
1
-0
/
+3
2018-06-25
Merge branch 'nd/commit-util-to-slab'
Junio C Hamano
1
-12
/
+28
2018-06-04
upload-pack: reject shallow requests that would return nothing
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-3
/
+3
2018-05-21
shallow.c: use commit-slab for commit depth instead of commit->util
Nguyễn Thái Ngọc Duy
1
-12
/
+28
2018-05-18
shallow: migrate shallow information into the object parser
Stefan Beller
1
-27
/
+23
2018-05-18
path.c: migrate global git_path_* to take a repository argument
Stefan Beller
1
-5
/
+7
2018-05-18
shallow: add repository argument to is_repository_shallow
Stefan Beller
1
-4
/
+4
2018-05-18
shallow: add repository argument to check_shallow_file_for_update
Stefan Beller
1
-3
/
+4
2018-05-18
shallow: add repository argument to register_shallow
Stefan Beller
1
-2
/
+2
2018-05-18
shallow: add repository argument to set_alternate_shallow_file
Stefan Beller
1
-1
/
+1
2018-05-18
commit: add repository argument to lookup_commit_graft
Jonathan Nieder
1
-2
/
+3
2018-05-16
commit: add repository argument to register_commit_graft
Jonathan Nieder
1
-1
/
+2
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-10
lock_file: make function-local locks non-static
Martin Ågren
1
-1
/
+1
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-3
/
+3
2017-09-29
Merge branch 'ma/leakplugs'
Junio C Hamano
1
-1
/
+1
2017-09-25
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
1
-3
/
+3
2017-09-24
object_array: add and use `object_array_pop()`
Martin Ågren
1
-1
/
+1
2017-09-14
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
1
-3
/
+3
2017-09-06
tempfile: auto-allocate tempfiles on heap
Jeff King
1
-7
/
+6
2017-09-06
tempfile: do not delete tempfile on failed close
Jeff King
1
-1
/
+1
2017-09-06
always check return value of close_tempfile
Jeff King
1
-2
/
+2
2017-09-06
setup_temporary_shallow: move tempfile struct into function
Jeff King
1
-6
/
+5
2017-09-06
setup_temporary_shallow: avoid using inactive tempfile
Jeff King
1
-1
/
+1
2017-07-13
commit: convert lookup_commit_graft to struct object_id
Stefan Beller
1
-2
/
+2
2017-07-12
Merge branch 'rs/use-div-round-up'
Junio C Hamano
1
-4
/
+4
2017-07-10
use DIV_ROUND_UP
René Scharfe
1
-4
/
+4
2017-05-29
Merge branch 'js/plug-leaks'
Junio C Hamano
1
-2
/
+6
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-10
/
+10
2017-05-08
Convert remaining callers of lookup_commit_reference* to object_id
brian m. carlson
1
-3
/
+3
2017-05-08
shallow: convert shallow registration functions to object_id
brian m. carlson
1
-6
/
+6
[next]