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 'js/trace2-session-id'
Junio C Hamano
2020-12-09
1
-0
/
+15
|
\
|
*
receive-pack: log received client session ID
Josh Steadmon
2020-11-12
1
-0
/
+7
|
*
receive-pack: advertise session ID in v0 capabilities
Josh Steadmon
2020-11-12
1
-0
/
+8
*
|
receive-pack: use default version 0 for proc-receive
Jiang Xin
2020-11-11
1
-1
/
+6
*
|
receive-pack: gently write messages to proc-receive
Jiang Xin
2020-11-11
1
-24
/
+63
|
/
*
Merge branch 'jx/proc-receive-hook'
Junio C Hamano
2020-09-26
1
-9
/
+463
|
\
|
*
receive-pack: new config receive.procReceiveRefs
Jiang Xin
2020-08-27
1
-7
/
+99
|
*
New capability "report-status-v2" for git-push
Jiang Xin
2020-08-27
1
-2
/
+52
|
*
receive-pack: feed report options to post-receive
Jiang Xin
2020-08-27
1
-4
/
+26
|
*
receive-pack: add new proc-receive hook
Jiang Xin
2020-08-27
1
-3
/
+293
*
|
strvec: rename struct fields
Jeff King
2020-07-31
1
-7
/
+7
*
|
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-21
/
+21
*
|
strvec: convert builtin/ callers away from argv_array name
Jeff King
2020-07-29
1
-34
/
+34
*
|
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
|
Merge branch 'bc/sha-256-part-2'
Junio C Hamano
2020-07-07
1
-0
/
+10
|
\
\
|
*
|
builtin/receive-pack: detect when the server doesn't support our hash
brian m. carlson
2020-05-27
1
-0
/
+9
|
*
|
remote: advertise the object-format capability on the server side
brian m. carlson
2020-05-27
1
-0
/
+1
*
|
|
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
|
\
\
\
\
[next]