index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
shallow.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tag: add repository argument to deref_tag
Stefan Beller
2018-06-29
1
-1
/
+3
*
commit: add repository argument to lookup_commit
Stefan Beller
2018-06-29
1
-7
/
+10
*
commit: add repository argument to lookup_commit_reference_gently
Stefan Beller
2018-06-29
1
-3
/
+6
*
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-36
/
+38
|
\
|
*
shallow: migrate shallow information into the object parser
Stefan Beller
2018-05-18
1
-27
/
+23
|
*
path.c: migrate global git_path_* to take a repository argument
Stefan Beller
2018-05-18
1
-5
/
+7
|
*
shallow: add repository argument to is_repository_shallow
Stefan Beller
2018-05-18
1
-4
/
+4
|
*
shallow: add repository argument to check_shallow_file_for_update
Stefan Beller
2018-05-18
1
-3
/
+4
|
*
shallow: add repository argument to register_shallow
Stefan Beller
2018-05-18
1
-2
/
+2
|
*
shallow: add repository argument to set_alternate_shallow_file
Stefan Beller
2018-05-18
1
-1
/
+1
|
*
commit: add repository argument to lookup_commit_graft
Jonathan Nieder
2018-05-18
1
-2
/
+3
|
*
commit: add repository argument to register_commit_graft
Jonathan Nieder
2018-05-16
1
-1
/
+2
|
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
Merge branch 'nd/reject-empty-shallow-request'
Junio C Hamano
2018-06-25
1
-0
/
+3
|
\
\
|
*
|
upload-pack: reject shallow requests that would return nothing
Nguyễn Thái Ngọc Duy
2018-06-04
1
-0
/
+3
|
|
/
*
|
Merge branch 'nd/commit-util-to-slab'
Junio C Hamano
2018-06-25
1
-12
/
+28
|
\
\
|
*
|
shallow.c: use commit-slab for commit depth instead of commit->util
Nguyễn Thái Ngọc Duy
2018-05-21
1
-12
/
+28
|
|
/
*
|
Merge branch 'js/use-bug-macro'
Junio C Hamano
2018-05-30
1
-3
/
+3
|
\
\
|
*
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-3
/
+3
|
|
/
*
/
lock_file: make function-local locks non-static
Martin Ågren
2018-05-10
1
-1
/
+1
|
/
*
Merge branch 'ma/leakplugs'
Junio C Hamano
2017-09-29
1
-1
/
+1
|
\
|
*
object_array: add and use `object_array_pop()`
Martin Ågren
2017-09-24
1
-1
/
+1
*
|
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
2017-09-25
1
-3
/
+3
|
\
\
|
*
|
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
2017-09-14
1
-3
/
+3
|
|
/
*
|
tempfile: auto-allocate tempfiles on heap
Jeff King
2017-09-06
1
-7
/
+6
*
|
tempfile: do not delete tempfile on failed close
Jeff King
2017-09-06
1
-1
/
+1
*
|
always check return value of close_tempfile
Jeff King
2017-09-06
1
-2
/
+2
*
|
setup_temporary_shallow: move tempfile struct into function
Jeff King
2017-09-06
1
-6
/
+5
*
|
setup_temporary_shallow: avoid using inactive tempfile
Jeff King
2017-09-06
1
-1
/
+1
*
|
commit: convert lookup_commit_graft to struct object_id
Stefan Beller
2017-07-13
1
-2
/
+2
|
/
*
Merge branch 'rs/use-div-round-up'
Junio C Hamano
2017-07-13
1
-4
/
+4
|
\
|
*
use DIV_ROUND_UP
René Scharfe
2017-07-10
1
-4
/
+4
*
|
Merge branch 'js/plug-leaks'
Junio C Hamano
2017-05-29
1
-2
/
+6
|
\
|
|
*
shallow: avoid memory leak
Johannes Schindelin
2017-05-08
1
-2
/
+6
*
|
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
1
-10
/
+10
*
|
Convert remaining callers of lookup_commit_reference* to object_id
brian m. carlson
2017-05-08
1
-3
/
+3
*
|
shallow: convert shallow registration functions to object_id
brian m. carlson
2017-05-08
1
-6
/
+6
|
/
*
Rename sha1_array to oid_array
brian m. carlson
2017-03-31
1
-6
/
+6
*
sha1-array: convert internal storage for struct sha1_array to object_id
brian m. carlson
2017-03-28
1
-13
/
+13
*
Merge branch 'nd/shallow-fixup'
Junio C Hamano
2016-12-21
1
-19
/
+20
|
\
|
*
shallow.c: remove useless code
Nguyễn Thái Ngọc Duy
2016-12-08
1
-4
/
+0
|
*
shallow.c: bit manipulation tweaks
Rasmus Villemoes
2016-12-08
1
-4
/
+4
|
*
shallow.c: avoid theoretical pointer wrap-around
Rasmus Villemoes
2016-12-08
1
-1
/
+1
|
*
shallow.c: make paint_alloc slightly more robust
Nguyễn Thái Ngọc Duy
2016-12-08
1
-0
/
+3
|
*
shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory pools
Nguyễn Thái Ngọc Duy
2016-12-08
1
-2
/
+4
|
*
shallow.c: rename fields in paint_info to better express their purposes
Nguyễn Thái Ngọc Duy
2016-12-08
1
-9
/
+9
*
|
Merge branch 'ls/filter-process'
Junio C Hamano
2016-10-31
1
-1
/
+1
|
\
\
|
*
|
pkt-line: rename packet_write() to packet_write_fmt()
Lars Schneider
2016-10-17
1
-1
/
+1
*
|
|
Merge branch 'nd/shallow-deepen'
Junio C Hamano
2016-10-10
1
-0
/
+78
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
shallow.c: implement a generic shallow boundary finder based on rev-list
Nguyễn Thái Ngọc Duy
2016-06-13
1
-0
/
+78
[next]