index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
send-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-05
send-pack: support push negotiation
Jonathan Tan
1
-4
/
+57
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-2
/
+2
2020-12-08
Merge branch 'js/trace2-session-id'
Junio C Hamano
1
-0
/
+7
2020-12-03
Merge branch 'jk/stop-pack-objects-when-push-is-killed'
Junio C Hamano
1
-0
/
+1
2020-11-21
send-pack: kill pack-objects helper on signal or exit
Jeff King
1
-0
/
+1
2020-11-11
send-pack: advertise session ID in capabilities
Josh Steadmon
1
-0
/
+7
2020-10-27
Merge branch 'sk/force-if-includes'
Junio C Hamano
1
-0
/
+1
2020-10-03
push: add reflog check for "--force-if-includes"
Srinidhi Kaushik
1
-0
/
+1
2020-09-25
Merge branch 'hx/push-atomic-with-cert'
Junio C Hamano
1
-26
/
+28
2020-09-25
Merge branch 'jx/proc-receive-hook'
Junio C Hamano
1
-19
/
+82
2020-09-19
send-pack: run GPG after atomic push checking
Han Xin
1
-28
/
+30
2020-08-27
New capability "report-status-v2" for git-push
Jiang Xin
1
-19
/
+82
2020-07-28
strvec: convert remaining callers away from argv_array name
Jeff King
1
-9
/
+9
2020-07-06
Merge branch 'js/default-branch-name'
Junio C Hamano
1
-1
/
+1
2020-07-06
Merge branch 'bc/sha-256-part-2'
Junio C Hamano
1
-0
/
+6
2020-06-24
send-pack/transport-helper: avoid mentioning a particular branch
Johannes Schindelin
1
-1
/
+1
2020-05-27
send-pack: detect when the server doesn't support our hash
brian m. carlson
1
-0
/
+6
2020-05-13
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
1
-0
/
+1
2020-04-30
shallow: extract a header file for shallow-related functions
Taylor Blau
1
-0
/
+1
2020-04-28
Merge branch 'jx/atomic-push'
Junio C Hamano
1
-27
/
+5
2020-04-17
transport-helper: new method reject_atomic_push()
Jiang Xin
1
-26
/
+3
2020-04-17
send-pack: mark failure of atomic push properly
Jiang Xin
1
-0
/
+2
2020-04-17
send-pack: fix inconsistent porcelain output
Jiang Xin
1
-4
/
+3
2020-03-30
oid_array: rename source file from sha1-array
Jeff King
1
-1
/
+1
2019-12-06
Merge branch 'jk/send-pack-check-negative-with-quick'
Junio C Hamano
1
-1
/
+3
2019-12-01
Merge branch 'jk/send-pack-remote-failure'
Junio C Hamano
1
-4
/
+4
2019-11-30
send-pack: use OBJECT_INFO_QUICK to check negative objects
Jeff King
1
-1
/
+3
2019-11-13
send-pack: check remote ref status on pack-objects failure
Jeff King
1
-4
/
+4
2019-10-09
send-pack: never fetch when checking exclusions
Jonathan Tan
1
-1
/
+2
2019-02-06
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
1
-1
/
+1
2019-01-08
convert has_sha1_file() callers to has_object_file()
Jeff King
1
-1
/
+1
2019-01-02
pack-protocol.txt: accept error packets in any context
Masaya Suzuki
1
-1
/
+3
2019-01-02
Use packet_reader instead of packet_read_line
Masaya Suzuki
1
-18
/
+19
2018-11-05
send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.c
Nguyễn Thái Ngọc Duy
1
-3
/
+2
2018-05-18
shallow: add repository argument to is_repository_shallow
Stefan Beller
1
-3
/
+3
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-03-14
send-pack: convert remaining functions to struct object_id
brian m. carlson
1
-6
/
+6
2018-02-08
always check for NULL return from packet_read_line()
Jon Simons
1
-0
/
+2
2017-12-22
send-pack: use internal argv_array of struct child_process
René Scharfe
1
-19
/
+9
2017-09-22
consistently use "fallthrough" comments in switches
Jeff King
1
-1
/
+1
2017-09-07
send-pack: release strbuf on error return in send_pack()
Rene Scharfe
1
-1
/
+4
2017-06-27
Spelling fixes
Ville Skyttä
1
-1
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-04-19
Merge branch 'bc/object-id'
Junio C Hamano
1
-3
/
+3
2017-03-31
Rename sha1_array to oid_array
brian m. carlson
1
-2
/
+2
2017-03-28
sha1-array: convert internal storage for struct sha1_array to object_id
brian m. carlson
1
-1
/
+1
2017-03-27
Merge branch 'sb/push-options-via-transport'
Junio C Hamano
1
-12
/
+8
2017-03-22
send-pack: send push options correctly in stateless-rpc case
Brandon Williams
1
-12
/
+8
2017-03-07
send-pack: report signal death of pack-objects
Jeff King
1
-1
/
+14
2017-03-07
send-pack: read "unpack" status even on pack-objects failure
Jeff King
1
-0
/
+8
[next]