index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
transport.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'sb/plug-transport-leak'
Junio C Hamano
2014-10-24
|
\
|
*
transport: free leaking head in transport_print_push_status()
Stefan Beller
2014-10-21
*
|
refs.c: change resolve_ref_unsafe reading argument to be a flags field
Ronnie Sahlberg
2014-10-15
*
|
Merge branch 'jc/push-cert'
Junio C Hamano
2014-10-08
|
\
\
|
*
|
signed push: add "pushee" header to push certificate
Junio C Hamano
2014-09-15
|
*
|
push: the beginning of "git push --signed"
Junio C Hamano
2014-09-15
|
|
/
*
|
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
2014-08-20
|
/
*
Merge branch 'jk/misc-fixes-maint'
Junio C Hamano
2014-07-28
|
\
|
*
transport: fix leaks in refs_from_alternate_cb
Jeff King
2014-07-24
*
|
Merge branch 'ta/string-list-init'
Junio C Hamano
2014-07-23
|
\
\
|
*
|
replace memset with string-list initializers
Tanay Abhra
2014-07-21
*
|
|
transport: simplify fetch_objs_via_rsync() using argv_array
René Scharfe
2014-07-18
|
/
/
*
|
refactor skip_prefix to return a boolean
Jeff King
2014-06-20
|
/
*
push: detect local refspec errors early
Jeff King
2014-03-05
*
Merge branch 'nd/shallow-clone'
Junio C Hamano
2014-01-17
|
\
|
*
send-pack: support pushing to a shallow clone
Nguyễn Thái Ngọc Duy
2013-12-10
|
*
fetch: add --update-shallow to accept refs that update .git/shallow
Nguyễn Thái Ngọc Duy
2013-12-10
|
*
fetch: support fetching from a shallow repository
Nguyễn Thái Ngọc Duy
2013-12-10
|
*
clone: support remote shallow repository
Nguyễn Thái Ngọc Duy
2013-12-10
|
*
connect.c: teach get_remote_heads to parse "shallow" lines
Nguyễn Thái Ngọc Duy
2013-12-10
|
*
remote.h: replace struct extra_have_objects with struct sha1_array
Nguyễn Thái Ngọc Duy
2013-12-10
*
|
Merge branch 'tb/clone-ssh-with-colon-for-port'
Junio C Hamano
2013-12-17
|
\
\
|
*
|
connect.c: refactor url parsing
Torsten Bögershausen
2013-12-09
|
|
/
*
|
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
|
/
*
Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'
Junio C Hamano
2013-09-09
|
\
|
*
fetch: work around "transport-take-over" hack
Junio C Hamano
2013-08-07
*
|
push --force-with-lease: tie it all together
Junio C Hamano
2013-07-22
*
|
push --force-with-lease: implement logic to populate old_sha1_expect[]
Junio C Hamano
2013-07-22
*
|
cache.h: move remote/connect API out of it
Junio C Hamano
2013-07-08
|
/
*
Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'
Junio C Hamano
2013-06-26
|
\
|
*
fix "builtin-*" references to be "builtin/*"
Phil Hord
2013-06-18
*
|
clone: open a shortcut for connectivity check
Nguyễn Thái Ngọc Duy
2013-05-28
*
|
Merge branch 'jk/pkt-line-cleanup'
Junio C Hamano
2013-04-01
|
\
\
|
*
|
teach get_remote_heads to read from a memory buffer
Jeff King
2013-02-24
*
|
|
Merge branch 'jc/push-follow-tag'
Junio C Hamano
2013-03-25
|
\
\
\
|
*
|
|
push: --follow-tags
Junio C Hamano
2013-03-05
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'ft/transport-report-segv' into maint
Junio C Hamano
2013-02-07
|
|
\
\
*
|
\
\
Merge branch 'maint'
Junio C Hamano
2013-03-25
|
\
\
\
\
|
*
|
|
|
transport.c: help gcc 4.6.3 users by squelching compiler warning
Junio C Hamano
2013-03-25
*
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2013-03-21
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
transport: drop "int cmp = cmp" hack
Jeff King
2013-03-21
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'jc/fetch-raw-sha1'
Junio C Hamano
2013-03-21
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fetch: use struct ref to represent refs to be fetched
Junio C Hamano
2013-02-07
*
|
|
|
Merge branch 'ft/transport-report-segv'
Junio C Hamano
2013-02-05
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
push: fix segfault when HEAD points nowhere
Fraser Tweedale
2013-01-31
*
|
|
|
Merge branch 'jc/push-reject-reasons'
Junio C Hamano
2013-02-04
|
\
\
\
\
|
*
|
|
|
push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE
Junio C Hamano
2013-01-24
|
*
|
|
|
push: further clean up fields of "struct ref"
Junio C Hamano
2013-01-24
|
|
|
/
/
|
|
/
|
|
*
|
|
|
push: Add support for pre-push hooks
Aaron Schrab
2013-01-18
|
/
/
/
*
|
|
push: require force for refs under refs/tags/
Chris Rorvick
2012-12-02
[next]