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
2014-09-17
signed push: fortify against replay attacks
Junio C Hamano
1
-4
/
+14
2014-09-15
signed push: add "pushee" header to push certificate
Junio C Hamano
1
-0
/
+5
2014-09-15
signed push: remove duplicated protocol info
Junio C Hamano
1
-1
/
+1
2014-09-15
send-pack: send feature request on push-cert packet
Junio C Hamano
1
-5
/
+8
2014-09-15
push: the beginning of "git push --signed"
Junio C Hamano
1
-0
/
+64
2014-09-15
send-pack: clarify that cmds_sent is a boolean
Junio C Hamano
1
-3
/
+4
2014-09-15
send-pack: refactor inspecting and resetting status and sending commands
Junio C Hamano
1
-19
/
+30
2014-09-15
send-pack: rename "new_refs" to "need_pack_data"
Junio C Hamano
1
-4
/
+3
2014-09-15
send-pack: factor out capability string generation
Junio C Hamano
1
-8
/
+13
2014-09-15
send-pack: always send capabilities
Junio C Hamano
1
-3
/
+1
2014-09-15
send-pack: refactor decision to send update per ref
Junio C Hamano
1
-15
/
+21
2014-09-15
send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higher
Junio C Hamano
1
-5
/
+10
2014-08-20
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
1
-2
/
+1
2014-01-17
Merge branch 'nd/shallow-clone'
Junio C Hamano
1
-4
/
+23
2014-01-06
send-pack.c: mark a file-local function static
Ramsay Jones
1
-1
/
+1
2013-12-17
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
1
-2
/
+2
2013-12-10
send-pack: support pushing from a shallow clone via http
Nguyễn Thái Ngọc Duy
1
-2
/
+17
2013-12-10
receive/send-pack: support pushing from a shallow clone
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2013-12-10
remote.h: replace struct extra_have_objects with struct sha1_array
Nguyễn Thái Ngọc Duy
1
-3
/
+4
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-2
/
+2
2013-11-25
send-pack: don't send a thin pack to a server which doesn't support it
Carlos Martín Nieto
1
-0
/
+2
2013-10-30
Merge branch 'jl/pack-transfer-avoid-double-close'
Junio C Hamano
1
-0
/
+4
2013-10-23
Clear fd after closing to avoid double-close error
Jens Lindstrom
1
-0
/
+4
2013-07-22
push --force-with-lease: tie it all together
Junio C Hamano
1
-0
/
+1
2013-07-08
cache.h: move remote/connect API out of it
Junio C Hamano
1
-0
/
+1
2013-02-20
pkt-line: provide a LARGE_PACKET_MAX static buffer
Jeff King
1
-4
/
+3
2013-02-20
pkt-line: teach packet_read_line to chomp newlines
Jeff King
1
-5
/
+1
2013-02-20
pkt-line: drop safe_write function
Jeff King
1
-1
/
+1
2013-02-20
send-pack: prefer prefixcmp over memcmp in receive_status
Jeff King
1
-5
/
+4
2013-01-24
push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE
Junio C Hamano
1
-0
/
+2
2012-12-02
push: require force for refs under refs/tags/
Chris Rorvick
1
-0
/
+1
2012-10-29
send-pack: move core code to libgit.a
Nguyễn Thái Ngọc Duy
1
-0
/
+344
2007-11-02
Build-in send-pack, with an API for other programs to call.
Daniel Barkalow
1
-461
/
+0
2007-11-02
Miscellaneous const changes and utilities
Daniel Barkalow
1
-4
/
+4
2007-11-01
Merge branch 'js/forkexec'
Junio C Hamano
1
-5
/
+3
2007-10-30
Merge branch 'jk/send-pack' into HEAD
Junio C Hamano
1
-16
/
+34
2007-10-24
Merge branch 'db/fetch-pack'
Junio C Hamano
1
-1
/
+1
2007-10-21
Change git_connect() to return a struct child_process instead of a pid_t.
Johannes Sixt
1
-5
/
+3
2007-10-18
send-pack: don't update tracking refs on error
Jeff King
1
-16
/
+34
2007-10-16
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+2
2007-10-16
helpful error message when send-pack finds no refs in common.
Andrew Clausen
1
-1
/
+2
2007-10-16
Merge branch 'master' into db/fetch-pack
Shawn O. Pearce
1
-12
/
+19
2007-10-15
Add a --dry-run option to git-send-pack.
Brian Ewins
1
-12
/
+19
2007-09-19
Rename remote.uri to remote.url within remote handling internals
Shawn O. Pearce
1
-1
/
+1
2007-09-05
Function for updating refs.
Carlos Rica
1
-9
/
+3
2007-07-11
Add for_each_remote() function, and extend remote_find_tracking()
Johannes Schindelin
1
-2
/
+2
2007-05-26
Move refspec pattern matching to match_refs().
Daniel Barkalow
1
-0
/
+1
2007-05-20
Update local tracking refs when pushing
Daniel Barkalow
1
-9
/
+46
2007-05-20
Move refspec parser from connect.c and cache.h to remote.{c,h}
Daniel Barkalow
1
-0
/
+1
2007-05-16
connect: display connection progress
Michael S. Tsirkin
1
-1
/
+1
[prev]
[next]