342 Commits (13ecb4638ed92a56e855d2e6d3a9b71c4125eb51)

Author SHA1 Message Date
Jonathan Tan e967ca3847 transport: make transport vtable more private 7 years ago
Jonathan Tan 170078693f transport: remove unused "push" in vtable 7 years ago
brian m. carlson ae077771b0 refs: convert update_ref and refs_update_ref to use struct object_id 7 years ago
René Scharfe efbd4fdfc9 refs: pass NULL to resolve_refdup() if hash is not needed 7 years ago
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 7 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
brian m. carlson b8607f35b1 bundle: convert to struct object_id 8 years ago
Brandon Williams 06bf4ad1db push: propagate remote and refspec with --recurse-submodules 8 years ago
Brandon Williams 2a90556dde push: propagate push-options with --recurse-submodules 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 98a72ddc12 Make sha1_array_append take a struct object_id * 8 years ago
brian m. carlson dc01505f7f Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ 8 years ago
Matt McCutchen e70a65c5d8 fetch_refs_via_pack: call report_unmatched_refs 8 years ago
brian m. carlson 2928325fc0 Convert remaining callers of resolve_refdup to object_id 8 years ago
Kyle Meyer 755b49ae96 delete_ref: accept a reflog message argument 8 years ago
Jeff King a10a17877b for_each_alternate_ref: replace transport code with for-each-ref 8 years ago
Jeff King 2429d63a46 for_each_alternate_ref: pass name/oid instead of ref struct 8 years ago
Jeff King 5e8c968c64 for_each_alternate_ref: use strbuf for path allocation 8 years ago
Jeff King ece657f399 for_each_alternate_ref: stop trimming trailing slashes 8 years ago
Jeff King 3a1345af28 for_each_alternate_ref: handle failure from real_pathdup() 8 years ago
Brandon Williams 225e8bf778 push: add option to push only submodules 8 years ago
Brandon Williams a768a02265 transport: add from_user parameter to is_transport_allowed 8 years ago
Brandon Williams f1762d772e transport: add protocol policy config option 8 years ago
Brandon Williams f962ddf6ed http: always warn if libcurl version is too old 8 years ago
Brandon Williams 4ac9006f83 real_path: have callers use real_pathdup and strbuf_realpath 8 years ago
Brandon Williams 0301c821c5 push: fix --dry-run to not push submodules 8 years ago
Heiko Voigt 9cfa1c260f serialize collection of refs that contain submodule changes 8 years ago
Junio C Hamano db98d9bafa transport: compute summary-width dynamically 8 years ago
Junio C Hamano 11fd66de9b transport: allow summary-width to be computed dynamically 8 years ago
Junio C Hamano 7101e10ce7 transport: pass summary_width down the callchain 8 years ago
Jeff King 597f9134de alternates: use a separate scratch space 8 years ago
Stefan Beller 5cb5fe4ae0 transport: report missing submodule pushes consistently on stderr 9 years ago
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
Nguyễn Thái Ngọc Duy cccf74e2da fetch, upload-pack: --deepen=N extends shallow boundary by N commits 9 years ago
Nguyễn Thái Ngọc Duy a45a260086 fetch: define shallow boundary with --shallow-exclude 9 years ago
Nguyễn Thái Ngọc Duy 508ea88226 fetch: define shallow boundary with --shallow-since 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 9 years ago