index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
receive-pack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
2020-05-13
1
-1
/
+2
|
\
|
*
shallow: use struct 'shallow_lock' for additional safety
Taylor Blau
2020-04-30
1
-1
/
+1
|
*
shallow: extract a header file for shallow-related functions
Taylor Blau
2020-04-30
1
-0
/
+1
*
|
Merge branch 'cb/avoid-colliding-with-netbsd-hmac'
Junio C Hamano
2020-05-08
1
-3
/
+3
|
\
\
|
*
|
builtin/receive-pack: avoid generic function name hmac()
Carlo Marcelo Arenas Belón
2020-05-05
1
-3
/
+3
*
|
|
Merge branch 'tb/reset-shallow'
Junio C Hamano
2020-05-01
1
-2
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
shallow.c: use '{commit,rollback}_shallow_file'
Taylor Blau
2020-04-24
1
-2
/
+2
*
|
|
Merge branch 'bc/constant-memequal'
Junio C Hamano
2020-04-29
1
-1
/
+22
|
\
\
\
|
*
|
|
receive-pack: compilation fix
Junio C Hamano
2020-04-22
1
-1
/
+3
|
*
|
|
builtin/receive-pack: use constant-time comparison for HMAC value
brian m. carlson
2020-04-10
1
-1
/
+20
|
|
|
/
|
|
/
|
*
|
|
oid_array: rename source file from sha1-array
Jeff King
2020-03-30
1
-1
/
+1
|
|
/
|
/
|
*
|
receive.denyCurrentBranch: respect all worktrees
Hariom Verma
2020-02-24
1
-17
/
+19
|
/
*
builtin/receive-pack: replace sha1_to_hex
brian m. carlson
2019-08-20
1
-4
/
+4
*
builtin/receive-pack: switch to use the_hash_algo
brian m. carlson
2019-08-20
1
-23
/
+21
*
Merge branch 'jk/check-connected-with-alternates'
Junio C Hamano
2019-07-19
1
-1
/
+0
|
\
|
*
object-store.h: move for_each_alternate_ref() from transport.h
Jeff King
2019-07-01
1
-1
/
+0
*
|
Merge branch 'ds/close-object-store'
Junio C Hamano
2019-07-10
1
-1
/
+1
|
\
\
|
*
|
packfile: rename close_all_packs to close_object_store
Derrick Stolee
2019-06-12
1
-1
/
+1
*
|
|
receive-pack: drop unused "commands" from prepare_shallow_update()
Jeff King
2019-05-13
1
-3
/
+2
|
|
/
|
/
|
*
|
Merge branch 'ab/receive-pack-use-after-free-fix'
Junio C Hamano
2019-03-07
1
-8
/
+15
|
\
\
|
*
|
receive-pack: fix use-after-free bug
Ævar Arnfjörð Bjarmason
2019-02-21
1
-8
/
+15
*
|
|
trace2:data: add trace2 hook classification
Jeff Hostetler
2019-02-23
1
-0
/
+4
|
|
/
|
/
|
*
|
pack-protocol.txt: accept error packets in any context
Masaya Suzuki
2019-01-02
1
-1
/
+3
*
|
Use packet_reader instead of packet_read_line
Masaya Suzuki
2019-01-02
1
-29
/
+31
*
|
Merge branch 'jc/receive-deny-current-branch-fix'
Junio C Hamano
2018-10-30
1
-3
/
+9
|
\
\
|
*
|
receive: denyCurrentBranch=updateinstead should not blindly update
Junio C Hamano
2018-10-19
1
-3
/
+9
|
|
/
*
|
Merge branch 'tb/filter-alternate-refs'
Junio C Hamano
2018-10-19
1
-2
/
+1
|
\
\
|
*
|
transport: drop refnames from for_each_alternate_ref
Jeff King
2018-10-09
1
-2
/
+1
*
|
|
Merge branch 'jk/check-everything-connected-is-long-gone'
Junio C Hamano
2018-10-16
1
-1
/
+1
|
\
\
\
|
*
|
|
receive-pack: update comment with check_everything_connected
Jeff King
2018-09-25
1
-1
/
+1
*
|
|
|
Merge branch 'en/double-semicolon-fix'
Junio C Hamano
2018-09-24
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Remove superfluous trailing semicolons
Elijah Newren
2018-09-05
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'jk/cocci'
Junio C Hamano
2018-09-17
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'ds/reachable'
Junio C Hamano
2018-09-17
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
commit.h: remove method declarations
Derrick Stolee
2018-07-21
1
-0
/
+1
*
|
|
|
Merge branch 'sb/object-store-lookup'
Junio C Hamano
2018-08-03
1
-3
/
+3
|
\
|
|
|
|
*
|
|
object: add repository argument to parse_object
Stefan Beller
2018-06-29
1
-3
/
+3
|
*
|
|
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-1
/
+2
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'hs/push-cert-check-cleanup'
Junio C Hamano
2018-07-24
1
-15
/
+2
|
\
\
\
\
|
*
|
|
|
builtin/receive-pack: use check_signature from gpg-interface
Henning Schild
2018-07-11
1
-15
/
+2
|
|
/
/
/
*
|
|
|
Merge branch 'sb/object-store-grafts'
Junio C Hamano
2018-07-18
1
-1
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
shallow: add repository argument to register_shallow
Stefan Beller
2018-05-18
1
-1
/
+1
|
*
|
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2018-05-30
1
-4
/
+4
|
\
\
\
|
*
|
|
builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEX
brian m. carlson
2018-05-02
1
-1
/
+1
|
*
|
|
builtin/receive-pack: avoid hard-coded constants for push certs
brian m. carlson
2018-05-02
1
-3
/
+3
|
|
/
/
*
|
|
Merge branch 'js/use-bug-macro'
Junio C Hamano
2018-05-30
1
-1
/
+1
|
\
\
\
|
*
|
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-1
/
+1
*
|
|
|
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
2018-05-30
1
-1
/
+1
|
\
\
\
\
[next]