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
*
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
2022-04-14
1
-0
/
+1
*
git-rev-list: add --exclude-first-parent-only flag
Jerry Zhang
2022-01-12
1
-1
/
+1
*
commit_graft_pos(): take an oid instead of a bare hash
Jeff King
2021-01-28
1
-1
/
+1
*
Merge branch 'sg/commit-graph-cleanups' into master
Junio C Hamano
2020-07-30
1
-9
/
+5
|
\
|
*
commit-slab: add a function to deep free entries on the slab
SZEDER Gábor
2020-06-08
1
-9
/
+5
*
|
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
2020-05-13
1
-11
/
+25
|
\
\
|
*
|
shallow: use struct 'shallow_lock' for additional safety
Taylor Blau
2020-04-30
1
-11
/
+11
|
*
|
shallow: extract a header file for shallow-related functions
Taylor Blau
2020-04-30
1
-0
/
+14
*
|
|
Merge branch 'tb/reset-shallow'
Junio C Hamano
2020-05-01
1
-9
/
+21
|
\
|
|
|
*
|
shallow.c: use '{commit,rollback}_shallow_file'
Taylor Blau
2020-04-24
1
-9
/
+21
|
|
/
*
/
oid_array: rename source file from sha1-array
Jeff King
2020-03-30
1
-1
/
+1
|
/
*
Merge branch 'rs/dedup-includes'
Junio C Hamano
2019-10-11
1
-3
/
+0
|
\
|
*
treewide: remove duplicate #include directives
René Scharfe
2019-10-04
1
-3
/
+0
*
|
Merge branch 'as/shallow-slab-use-fix'
Junio C Hamano
2019-10-09
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
shallow.c: don't free unallocated slabs
Ali Utku Selen
2019-10-02
1
-0
/
+2
*
|
Use the right 'struct repository' instead of the_repository
Nguyễn Thái Ngọc Duy
2019-06-27
1
-1
/
+2
*
|
fetch-pack: do not take shallow lock unnecessarily
Jonathan Tan
2019-01-10
1
-0
/
+7
*
|
Merge branch 'js/shallow-and-fetch-prune'
Junio C Hamano
2018-11-06
1
-6
/
+17
|
\
|
|
*
shallow: offer to prune only non-existing entries
Johannes Schindelin
2018-10-25
1
-6
/
+17
*
|
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-1
/
+1
|
\
\
|
*
|
revision.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+1
|
|
/
*
/
commit.h: remove method declarations
Derrick Stolee
2018-07-21
1
-0
/
+1
|
/
*
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
[next]