index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
send-pack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-3
/
+3
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-1
/
+1
*
run-command: mark unused async callback parameters
Jeff King
2022-08-19
1
-1
/
+1
*
send-pack.c: add config push.useBitmaps
Kyle Zhao
2022-06-17
1
-0
/
+6
*
Merge branch 'fs/ssh-signing'
Junio C Hamano
2021-10-26
1
-4
/
+4
|
\
|
*
ssh signing: provide a textual signing_key_id
Fabian Stelzer
2021-09-10
1
-4
/
+4
*
|
Merge branch 'jt/push-negotiation-fixes'
Junio C Hamano
2021-08-25
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
send-pack: fix push nego. when remote has refs
Jonathan Tan
2021-07-15
1
-2
/
+4
*
|
send-pack.c: move "no refs in common" abort earlier
Ævar Arnfjörð Bjarmason
2021-06-30
1
-5
/
+6
|
/
*
send-pack: support push negotiation
Jonathan Tan
2021-05-05
1
-4
/
+57
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-2
/
+2
*
Merge branch 'js/trace2-session-id'
Junio C Hamano
2020-12-09
1
-0
/
+7
|
\
|
*
send-pack: advertise session ID in capabilities
Josh Steadmon
2020-11-12
1
-0
/
+7
*
|
Merge branch 'jk/stop-pack-objects-when-push-is-killed'
Junio C Hamano
2020-12-03
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
send-pack: kill pack-objects helper on signal or exit
Jeff King
2020-11-21
1
-0
/
+1
*
|
Merge branch 'sk/force-if-includes'
Junio C Hamano
2020-10-27
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
push: add reflog check for "--force-if-includes"
Srinidhi Kaushik
2020-10-03
1
-0
/
+1
*
|
Merge branch 'hx/push-atomic-with-cert'
Junio C Hamano
2020-09-26
1
-26
/
+28
|
\
\
|
|
/
|
/
|
|
*
send-pack: run GPG after atomic push checking
Han Xin
2020-09-20
1
-28
/
+30
*
|
Merge branch 'jx/proc-receive-hook'
Junio C Hamano
2020-09-26
1
-19
/
+82
|
\
\
|
|
/
|
/
|
|
*
New capability "report-status-v2" for git-push
Jiang Xin
2020-08-27
1
-19
/
+82
*
|
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-9
/
+9
*
|
Merge branch 'js/default-branch-name'
Junio C Hamano
2020-07-07
1
-1
/
+1
|
\
\
|
*
|
send-pack/transport-helper: avoid mentioning a particular branch
Johannes Schindelin
2020-06-24
1
-1
/
+1
*
|
|
Merge branch 'bc/sha-256-part-2'
Junio C Hamano
2020-07-07
1
-0
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
send-pack: detect when the server doesn't support our hash
brian m. carlson
2020-05-27
1
-0
/
+6
|
|
/
*
|
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
2020-05-13
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
shallow: extract a header file for shallow-related functions
Taylor Blau
2020-04-30
1
-0
/
+1
*
|
Merge branch 'jx/atomic-push'
Junio C Hamano
2020-04-29
1
-27
/
+5
|
\
\
|
*
|
transport-helper: new method reject_atomic_push()
Jiang Xin
2020-04-17
1
-26
/
+3
|
*
|
send-pack: mark failure of atomic push properly
Jiang Xin
2020-04-17
1
-0
/
+2
|
*
|
send-pack: fix inconsistent porcelain output
Jiang Xin
2020-04-17
1
-4
/
+3
|
|
/
*
/
oid_array: rename source file from sha1-array
Jeff King
2020-03-30
1
-1
/
+1
|
/
*
Merge branch 'jk/send-pack-check-negative-with-quick'
Junio C Hamano
2019-12-07
1
-1
/
+3
|
\
|
*
send-pack: use OBJECT_INFO_QUICK to check negative objects
Jeff King
2019-11-30
1
-1
/
+3
*
|
Merge branch 'jk/send-pack-remote-failure'
Junio C Hamano
2019-12-01
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
send-pack: check remote ref status on pack-objects failure
Jeff King
2019-11-13
1
-4
/
+4
*
|
send-pack: never fetch when checking exclusions
Jonathan Tan
2019-10-09
1
-1
/
+2
|
/
*
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
2019-02-07
1
-1
/
+1
|
\
|
*
convert has_sha1_file() callers to has_object_file()
Jeff King
2019-01-08
1
-1
/
+1
*
|
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
-18
/
+19
|
/
*
send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.c
Nguyễn Thái Ngọc Duy
2018-11-05
1
-3
/
+2
*
shallow: add repository argument to is_repository_shallow
Stefan Beller
2018-05-18
1
-3
/
+3
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
send-pack: convert remaining functions to struct object_id
brian m. carlson
2018-03-14
1
-6
/
+6
*
always check for NULL return from packet_read_line()
Jon Simons
2018-02-08
1
-0
/
+2
*
send-pack: use internal argv_array of struct child_process
René Scharfe
2017-12-22
1
-19
/
+9
*
consistently use "fallthrough" comments in switches
Jeff King
2017-09-22
1
-1
/
+1
*
send-pack: release strbuf on error return in send_pack()
Rene Scharfe
2017-09-07
1
-1
/
+4
[next]