286 Commits (91942260a2a8c8659450159dda73702f5cbda528)

Author SHA1 Message Date
René Scharfe 1eb47f167d use strbuf_add_unique_abbrev() for adding short hashes 9 years ago
Johannes Schindelin ef1177d18e die("bug"): report bugs consistently 9 years ago
Stefan Beller f6a4e61fbb push: accept push options 9 years ago
Jeff King 882d49ca5c push: anonymize URL in status output 9 years ago
Vasco Almeida 7ab1d44f33 i18n: transport: mark strings for translation 9 years ago
Carlos Martín Nieto 07c7782cc8 Disown ssh+git and git+ssh 9 years ago
Jeff King 21f9d0f6f2 transport_anonymize_url: use xstrfmt 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
Eric Wong c915f11eb4 connect & http: support -4 and -6 switches for remote operations 9 years ago
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 10 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