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
*
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
*
Spelling fixes
Ville Skyttä
2017-06-27
1
-1
/
+1
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
Merge branch 'bc/object-id'
Junio C Hamano
2017-04-20
1
-3
/
+3
|
\
|
*
Rename sha1_array to oid_array
brian m. carlson
2017-03-31
1
-2
/
+2
|
*
sha1-array: convert internal storage for struct sha1_array to object_id
brian m. carlson
2017-03-28
1
-1
/
+1
*
|
Merge branch 'sb/push-options-via-transport'
Junio C Hamano
2017-03-27
1
-12
/
+8
|
\
\
|
|
/
|
/
|
|
*
send-pack: send push options correctly in stateless-rpc case
Brandon Williams
2017-03-22
1
-12
/
+8
*
|
send-pack: report signal death of pack-objects
Jeff King
2017-03-07
1
-1
/
+14
*
|
send-pack: read "unpack" status even on pack-objects failure
Jeff King
2017-03-07
1
-0
/
+8
*
|
send-pack: improve unpack-status error messages
Jeff King
2017-03-07
1
-2
/
+2
*
|
send-pack: use skip_prefix for parsing unpack status
Jeff King
2017-03-07
1
-3
/
+3
*
|
send-pack: extract parsing of "unpack" response
Jeff King
2017-03-07
1
-9
/
+14
|
/
*
cocci: refactor common patterns to use xstrdup_or_null()
Junio C Hamano
2016-10-12
1
-2
/
+1
*
Merge branch 'rs/use-strbuf-addstr'
Junio C Hamano
2016-08-08
1
-1
/
+1
|
\
|
*
use strbuf_addstr() for adding constant strings to a strbuf
René Scharfe
2016-08-01
1
-1
/
+1
*
|
push: accept push options
Stefan Beller
2016-07-15
1
-0
/
+27
*
|
send-pack: use buffered I/O to talk to pack-objects
Jeff King
2016-06-09
1
-17
/
+16
|
/
*
send-pack: isolate sigpipe in demuxer thread
Jeff King
2016-04-20
1
-0
/
+1
*
send-pack: close demux pipe before finishing async process
Jeff King
2016-04-20
1
-2
/
+4
*
Convert struct ref to use object_id.
brian m. carlson
2015-11-20
1
-8
/
+8
*
Merge branch 'db/push-sign-if-asked'
Junio C Hamano
2015-09-01
1
-7
/
+36
|
\
|
*
push: support signing pushes iff the server supports it
Dave Borowitz
2015-08-19
1
-7
/
+36
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2015-05-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
commit: convert parts to struct object_id
brian m. carlson
2015-03-14
1
-1
/
+1
*
|
Merge branch 'jc/push-cert'
Junio C Hamano
2015-04-21
1
-0
/
+23
|
\
\
|
*
|
push --signed: tighten what the receiving end can ask to sign
Junio C Hamano
2015-04-02
1
-0
/
+23
*
|
|
Merge branch 'sb/atomic-push'
Junio C Hamano
2015-04-02
1
-1
/
+1
|
\
\
\
|
*
|
|
send-pack: unify error messages for unsupported capabilities
Ralf Thielow
2015-04-02
1
-1
/
+1
*
|
|
|
Merge branch 'sb/atomic-push'
Junio C Hamano
2015-02-11
1
-8
/
+57
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
send-pack.c: add --atomic command line argument
Ronnie Sahlberg
2015-01-08
1
-2
/
+47
|
*
|
send-pack: rename ref_update_to_be_sent to check_to_send_update
Stefan Beller
2015-01-08
1
-7
/
+11
*
|
|
pack-objects: use --objects-edge-aggressive for shallow repos
brian m. carlson
2014-12-29
1
-0
/
+3
|
/
/
*
|
Merge branch 'jc/push-cert'
Junio C Hamano
2014-10-08
1
-47
/
+154
|
\
|
|
*
signed push: fortify against replay attacks
Junio C Hamano
2014-09-17
1
-4
/
+14
|
*
signed push: add "pushee" header to push certificate
Junio C Hamano
2014-09-15
1
-0
/
+5
|
*
signed push: remove duplicated protocol info
Junio C Hamano
2014-09-15
1
-1
/
+1
|
*
send-pack: send feature request on push-cert packet
Junio C Hamano
2014-09-15
1
-5
/
+8
|
*
push: the beginning of "git push --signed"
Junio C Hamano
2014-09-15
1
-0
/
+64
|
*
send-pack: clarify that cmds_sent is a boolean
Junio C Hamano
2014-09-15
1
-3
/
+4
|
*
send-pack: refactor inspecting and resetting status and sending commands
Junio C Hamano
2014-09-15
1
-19
/
+30
|
*
send-pack: rename "new_refs" to "need_pack_data"
Junio C Hamano
2014-09-15
1
-4
/
+3
|
*
send-pack: factor out capability string generation
Junio C Hamano
2014-09-15
1
-8
/
+13
|
*
send-pack: always send capabilities
Junio C Hamano
2014-09-15
1
-3
/
+1
|
*
send-pack: refactor decision to send update per ref
Junio C Hamano
2014-09-15
1
-15
/
+21
|
*
send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higher
Junio C Hamano
2014-09-15
1
-5
/
+10
[next]