92 Commits (1a5fccc0c26b4a8abafd85a73558022e65f6f8cf)

Author SHA1 Message Date
Junio C Hamano 11fd66de9b transport: allow summary-width to be computed dynamically 8 years ago
Junio C Hamano 65acfeacaa abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizing 8 years ago
Stefan Beller f6a4e61fbb push: accept push options 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
Eric Wong c915f11eb4 connect & http: support -4 and -6 switches for remote operations 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Jeff King 5088d3b387 transport: refactor protocol whitelist code 9 years ago
Jeff King a5adaced2e transport: add a protocol-whitelist environment variable 9 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
Ronnie Sahlberg d0e8e09cd8 push.c: add an --atomic argument 10 years ago
Junio C Hamano a85b377d04 push: the beginning of "git push --signed" 10 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 beea4152d9 clone: support remote shallow repository 11 years ago
Nguyễn Thái Ngọc Duy 75f8cbab2a transport.h: remove send_pack prototype, already defined in send-pack.h 11 years ago
Junio C Hamano b26ed4305f fetch: work around "transport-take-over" hack 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
Stefano Lattarini 41ccfdd9c9 Correct common spelling mistakes in comments and tests 12 years ago
Junio C Hamano c2aba155da push: --follow-tags 12 years ago
Junio C Hamano 75e5c0dc55 push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE 12 years ago
Aaron Schrab ec55559f93 push: Add support for pre-push hooks 12 years ago
Chris Rorvick b24e6047a8 push: add advice for rejected tag reference 12 years ago
Chris Rorvick 10643d4ec3 push: return reject reasons as a bitset 12 years ago
Nguyễn Thái Ngọc Duy f5d942e1ed send-pack: move core code to libgit.a 12 years ago
Nguyễn Thái Ngọc Duy 754395d305 fetch: align per-ref summary report in UTF-8 locales 12 years ago
Heiko Voigt eb21c732d6 push: teach --recurse-submodules the on-demand option 13 years ago
Jeff King e339aa92ae clean up struct ref's nonfastforward field 13 years ago
Felipe Contreras 6ddba5e241 push: add '--prune' option 13 years ago
Fredrik Gustafsson d2b17b3220 push: Don't push a repository with unpushed submodules 14 years ago
Jeff King 114a6a889f refactor refs_from_alternate_cb to allow passing extra data 14 years ago
Junio C Hamano 36cfda1552 refs_from_alternate: helper to use refs from alternates 14 years ago
Ilari Liusvaara 419f37db4d Add bidirectional_transfer_loop() 14 years ago
Tay Ray Chuan 212cfe157e transport: update flags to be in running order 15 years ago
Tay Ray Chuan d01b3c02e8 transport->progress: use flag authoritatively 15 years ago
Tay Ray Chuan 8afd8dc065 push: support multiple levels of verbosity 15 years ago
Tay Ray Chuan bde873c529 fetch: refactor verbosity option handling into transport.[ch] 15 years ago
Michael Lukashov f1863d0d16 refactor duplicated code in builtin-send-pack.c and transport.c 15 years ago
Tay Ray Chuan b0d66e156c transport: add got_remote_refs flag 15 years ago
Ilari Liusvaara e9fcd1e212 Add push --set-upstream 15 years ago
Tay Ray Chuan 486a3d7164 check stderr with isatty() instead of stdout when deciding to show progress 15 years ago
Ilari Liusvaara b236752a87 Support remote archive from all smart transports 15 years ago
Ilari Liusvaara 61b075bd3e Support taking over transports 15 years ago
Ilari Liusvaara aa5af9749f Refactor git transport options parsing 15 years ago
Daniel Barkalow 3714831189 Allow fetch to modify refs 15 years ago
Shawn O. Pearce cff7123c11 fetch: Allow transport -v -v -v to set verbosity to 3 15 years ago