index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
transport.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'db/push-sign-if-asked'
Junio C Hamano
2015-09-01
1
-4
/
+7
|
\
|
*
push: support signing pushes iff the server supports it
Dave Borowitz
2015-08-19
1
-1
/
+7
|
*
transport: remove git_transport_options.push_cert
Dave Borowitz
2015-08-19
1
-3
/
+0
*
|
write_file(): drop caller-supplied LF from calls to create a one-liner file
Junio C Hamano
2015-08-25
1
-1
/
+1
*
|
write_file(): drop "fatal" parameter
Junio C Hamano
2015-08-24
1
-1
/
+1
*
|
write_one_ref(): rewrite to take an object_id argument
Michael Haggerty
2015-05-25
1
-8
/
+5
*
|
write_refs_to_temp_dir(): convert local variable sha1 to object_id
Michael Haggerty
2015-05-25
1
-4
/
+4
*
|
each_ref_fn: change to take an object_id parameter
Michael Haggerty
2015-05-25
1
-1
/
+4
*
|
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
2015-05-11
1
-5
/
+3
|
\
\
|
|
/
|
/
|
|
*
use new wrapper write_file() for simple file writing
Nguyễn Thái Ngọc Duy
2014-12-01
1
-5
/
+3
*
|
Merge branch 'jk/fetch-pack'
Junio C Hamano
2015-03-25
1
-3
/
+5
|
\
\
|
*
|
fetch_refs_via_pack: free extra copy of refs
Jeff King
2015-03-19
1
-3
/
+5
|
|
/
*
|
Merge branch 'rs/use-isxdigit'
Junio C Hamano
2015-03-20
1
-1
/
+1
|
\
\
|
*
|
use isxdigit() for checking if a character is a hexadecimal digit
René Scharfe
2015-03-10
1
-1
/
+1
*
|
|
Merge branch 'sb/atomic-push'
Junio C Hamano
2015-02-11
1
-0
/
+5
|
\
\
\
|
*
|
|
push.c: add an --atomic argument
Ronnie Sahlberg
2015-01-08
1
-0
/
+1
|
*
|
|
send-pack.c: add --atomic command line argument
Ronnie Sahlberg
2015-01-08
1
-0
/
+4
|
|
|
/
|
|
/
|
*
/
|
transport: simplify duplicating a substring in transport_get() using xmemdupz()
René Scharfe
2014-12-29
1
-3
/
+1
|
/
/
*
|
Merge branch 'sb/plug-transport-leak'
Junio C Hamano
2014-10-25
1
-0
/
+1
|
\
\
|
*
|
transport: free leaking head in transport_print_push_status()
Stefan Beller
2014-10-21
1
-0
/
+1
*
|
|
refs.c: change resolve_ref_unsafe reading argument to be a flags field
Ronnie Sahlberg
2014-10-15
1
-2
/
+3
*
|
|
Merge branch 'jc/push-cert'
Junio C Hamano
2014-10-08
1
-0
/
+5
|
\
\
\
|
*
|
|
signed push: add "pushee" header to push certificate
Junio C Hamano
2014-09-15
1
-0
/
+1
|
*
|
|
push: the beginning of "git push --signed"
Junio C Hamano
2014-09-15
1
-0
/
+4
|
|
/
/
*
/
/
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
2014-08-20
1
-8
/
+4
|
/
/
*
|
Merge branch 'jk/misc-fixes-maint'
Junio C Hamano
2014-07-28
1
-2
/
+3
|
\
\
|
*
|
transport: fix leaks in refs_from_alternate_cb
Jeff King
2014-07-24
1
-2
/
+3
|
|
/
*
|
Merge branch 'ta/string-list-init'
Junio C Hamano
2014-07-23
1
-3
/
+1
|
\
\
|
*
|
replace memset with string-list initializers
Tanay Abhra
2014-07-21
1
-3
/
+1
*
|
|
transport: simplify fetch_objs_via_rsync() using argv_array
René Scharfe
2014-07-18
1
-20
/
+8
|
/
/
*
/
refactor skip_prefix to return a boolean
Jeff King
2014-06-20
1
-1
/
+3
|
/
*
push: detect local refspec errors early
Jeff King
2014-03-05
1
-2
/
+6
*
Merge branch 'nd/shallow-clone'
Junio C Hamano
2014-01-17
1
-5
/
+20
|
\
|
*
send-pack: support pushing to a shallow clone
Nguyễn Thái Ngọc Duy
2013-12-11
1
-3
/
+2
|
*
fetch: add --update-shallow to accept refs that update .git/shallow
Nguyễn Thái Ngọc Duy
2013-12-11
1
-0
/
+4
|
*
fetch: support fetching from a shallow repository
Nguyễn Thái Ngọc Duy
2013-12-11
1
-3
/
+8
|
*
clone: support remote shallow repository
Nguyễn Thái Ngọc Duy
2013-12-11
1
-3
/
+8
|
*
connect.c: teach get_remote_heads to parse "shallow" lines
Nguyễn Thái Ngọc Duy
2013-12-11
1
-3
/
+4
|
*
remote.h: replace struct extra_have_objects with struct sha1_array
Nguyễn Thái Ngọc Duy
2013-12-11
1
-1
/
+2
*
|
Merge branch 'tb/clone-ssh-with-colon-for-port'
Junio C Hamano
2013-12-17
1
-10
/
+2
|
\
\
|
*
|
connect.c: refactor url parsing
Torsten Bögershausen
2013-12-09
1
-10
/
+2
|
|
/
*
/
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
1
-14
/
+14
|
/
*
Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'
Junio C Hamano
2013-09-09
1
-0
/
+2
|
\
|
*
fetch: work around "transport-take-over" hack
Junio C Hamano
2013-08-08
1
-0
/
+2
*
|
push --force-with-lease: tie it all together
Junio C Hamano
2013-07-23
1
-0
/
+5
*
|
push --force-with-lease: implement logic to populate old_sha1_expect[]
Junio C Hamano
2013-07-23
1
-0
/
+6
*
|
cache.h: move remote/connect API out of it
Junio C Hamano
2013-07-08
1
-0
/
+2
|
/
*
Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'
Junio C Hamano
2013-06-27
1
-1
/
+1
|
\
|
*
fix "builtin-*" references to be "builtin/*"
Phil Hord
2013-06-18
1
-1
/
+1
*
|
clone: open a shortcut for connectivity check
Nguyễn Thái Ngọc Duy
2013-05-28
1
-0
/
+4
[next]