270 Commits (1dd73e20d72921fe81a881a9f6cff6d02eca8146)

Author SHA1 Message Date
Jeff King 0d0bac67ce transport: drop support for git-over-rsync 9 years ago
Eric Wong f3ee9ca53b pass transport verbosity down to git_connect 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Clemens Buchacher af65f68cdf allow hooks to ignore their standard input stream 9 years ago
Jeff King bd22d4ffbc transport: use strbufs for status table "quickref" strings 9 years ago
Jeff King 5088d3b387 transport: refactor protocol whitelist code 10 years ago
Jeff King a5adaced2e transport: add a protocol-whitelist environment variable 10 years ago
Junio C Hamano 1f76a10b2d write_file(): drop caller-supplied LF from calls to create a one-liner file 10 years ago
Junio C Hamano 12d6ce1dba write_file(): drop "fatal" parameter 10 years ago
Dave Borowitz 30261094b1 push: support signing pushes iff the server supports it 10 years ago
Dave Borowitz 87c0d08b3d transport: remove git_transport_options.push_cert 10 years ago
Michael Haggerty 1700cb3b05 write_one_ref(): rewrite to take an object_id argument 10 years ago
Michael Haggerty f31ba7e116 write_refs_to_temp_dir(): convert local variable sha1 to object_id 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Jeff King 626df76e3d fetch_refs_via_pack: free extra copy of refs 10 years ago
René Scharfe 6f75d45b24 use isxdigit() for checking if a character is a hexadecimal digit 10 years ago
Ronnie Sahlberg d0e8e09cd8 push.c: add an --atomic argument 10 years ago
Ronnie Sahlberg 4ff17f10c4 send-pack.c: add --atomic command line argument 10 years ago
René Scharfe 6b33894f99 transport: simplify duplicating a substring in transport_get() using xmemdupz() 10 years ago
Nguyễn Thái Ngọc Duy 91aacda85a use new wrapper write_file() for simple file writing 10 years ago
Stefan Beller dc76c7f783 transport: free leaking head in transport_print_push_status() 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Junio C Hamano 9be89160e7 signed push: add "pushee" header to push certificate 11 years ago
Junio C Hamano a85b377d04 push: the beginning of "git push --signed" 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Jeff King def0697167 transport: fix leaks in refs_from_alternate_cb 11 years ago
Tanay Abhra f93d7c6fa0 replace memset with string-list initializers 11 years ago
René Scharfe e929f515fa transport: simplify fetch_objs_via_rsync() using argv_array 11 years ago
Jeff King cf4fff579e refactor skip_prefix to return a boolean 11 years ago
Jeff King ba928c13d7 push: detect local refspec errors early 11 years ago
Nguyễn Thái Ngọc Duy b016918b2f send-pack: support pushing to a shallow clone 11 years ago
Nguyễn Thái Ngọc Duy 48d25cae22 fetch: add --update-shallow to accept refs that update .git/shallow 11 years ago
Nguyễn Thái Ngọc Duy 4820a33baa fetch: support fetching from a shallow repository 11 years ago
Nguyễn Thái Ngọc Duy beea4152d9 clone: support remote shallow repository 11 years ago
Nguyễn Thái Ngọc Duy b06dcd7d68 connect.c: teach get_remote_heads to parse "shallow" lines 11 years ago
Nguyễn Thái Ngọc Duy 13eb4626c4 remote.h: replace struct extra_have_objects with struct sha1_array 11 years ago
Torsten Bögershausen c59ab2e52a connect.c: refactor url parsing 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Junio C Hamano b26ed4305f fetch: work around "transport-take-over" hack 12 years ago
Junio C Hamano 631b5ef219 push --force-with-lease: tie it all together 12 years ago
Junio C Hamano 91048a9537 push --force-with-lease: implement logic to populate old_sha1_expect[] 12 years ago
Junio C Hamano 47a5918536 cache.h: move remote/connect API out of it 12 years ago
Phil Hord 09b7e2204a fix "builtin-*" references to be "builtin/*" 12 years ago
Nguyễn Thái Ngọc Duy c6807a40dc clone: open a shortcut for connectivity check 12 years ago
Junio C Hamano 04fe1184fd transport.c: help gcc 4.6.3 users by squelching compiler warning 12 years ago
Jeff King c5d5c9a9a3 transport: drop "int cmp = cmp" hack 12 years ago
Junio C Hamano c2aba155da push: --follow-tags 12 years ago
Jeff King 85edf4f58b teach get_remote_heads to read from a memory buffer 12 years ago
Junio C Hamano f2db854d24 fetch: use struct ref to represent refs to be fetched 12 years ago
Fraser Tweedale 1d2c14df16 push: fix segfault when HEAD points nowhere 12 years ago