259 Commits (dec040192fde87fb3249a3d53f802decd84fa7b7)

Author SHA1 Message Date
Ville Skyttä 2e3a16b279 Spelling fixes 9 years ago
Jeff King 5ce5f5fa5a common-main: call git_setup_gettext() 9 years ago
Jeff King 650c449250 common-main: call git_extract_argv0_path() 9 years ago
Jeff King 3f2e2297b9 add an extra level of indirection to main() 9 years ago
Lukas Fleischer fcf0fe9e69 upload-pack.c: make send_client_data() return void 9 years ago
Lukas Fleischer 4c4b7d1d3b sideband.c: make send_sideband() return void 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 079aa97e24 upload-pack: add get_reachable_list() 9 years ago
Nguyễn Thái Ngọc Duy 2997178ee6 upload-pack: split check_unreachable() in two, prep for get_reachable_list() 9 years ago
Nguyễn Thái Ngọc Duy 269a7a8316 upload-pack: support define shallow boundary by excluding revisions 9 years ago
Nguyễn Thái Ngọc Duy 569e554be9 upload-pack: add deepen-since to cut shallow repos based on time 9 years ago
Nguyễn Thái Ngọc Duy 3f0f6624f5 upload-pack: move rev-list code out of check_non_tip() 9 years ago
Nguyễn Thái Ngọc Duy 7fcbd37f9c upload-pack: make check_non_tip() clean things up on error 9 years ago
Nguyễn Thái Ngọc Duy 6e414e30fd upload-pack: tighten number parsing at "deepen" lines 9 years ago
Nguyễn Thái Ngọc Duy 8bf3b75841 upload-pack: use skip_prefix() instead of starts_with() 9 years ago
Nguyễn Thái Ngọc Duy 873700c92e upload-pack: move "unshallow" sending code out of deepen() 9 years ago
Nguyễn Thái Ngọc Duy ef635b9056 upload-pack: remove unused variable "backup" 9 years ago
Nguyễn Thái Ngọc Duy 5c24cdea1e upload-pack: move "shallow" sending code out of deepen() 9 years ago
Nguyễn Thái Ngọc Duy e8e44de787 upload-pack: move shallow deepen code out of receive_needs() 9 years ago
Jeff King 20b20a22f8 upload-pack: provide a hook for running pack-objects 9 years ago
Antoine Queru 9812f2136b upload-pack.c: use parse-options API 9 years ago
Nguyễn Thái Ngọc Duy d2b6afa2cb upload-pack.c: use error_errno() 9 years ago
Michael Procter 65a3629ea3 upload-pack: use argv_array for pack_objects 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Lukas Fleischer 78a766ab6e hideRefs: add support for matching full refs 9 years ago
Lukas Fleischer 00b293e519 upload-pack: strip refs before calling ref_is_hidden() 9 years ago
René Scharfe e510ab8988 use pop_commit() for consuming the first entry of a struct commit_list 9 years ago
Michael Haggerty 21758affae send_ref(): convert local variable "peeled" to object_id 10 years ago
Michael Haggerty 363e98bfc2 upload-pack: rewrite functions to take object_id arguments 10 years ago
Michael Haggerty e45a4949a2 find_symref(): convert local variable "unused" to object_id 10 years ago
Michael Haggerty 7dabd05634 find_symref(): rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Fredrik Medley 68ee628932 upload-pack: optionally allow fetching reachable sha1 10 years ago
Fredrik Medley 7199c093ad upload-pack: prepare to extend allow-tip-sha1-in-want 10 years ago
brian m. carlson 7683e2e6e3 commit: convert parts to struct object_id 10 years ago
Jeff King 8ddf3ca74f upload-pack: do not check NULL return of lookup_unknown_object 10 years ago
Jeff King e172755b1e upload-pack: fix transfer.hiderefs over smart-http 10 years ago
brian m. carlson 2dacf26d09 pack-objects: use --objects-edge-aggressive for shallow repos 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Edward Thomson 6c71f8b0d3 upload-pack: keep poll(2)'s timeout to -1 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
Nguyễn Thái Ngọc Duy b790e0f67c upload-pack: send shallow info over stdin to pack-objects 11 years ago
Jeff King 0179c945fc shallow: automatically clean up shallow tempfiles 11 years ago
Michael Haggerty afc711b8e1 rename read_replace_refs to check_replace_refs 11 years ago
Nguyễn Thái Ngọc Duy 16094885ca smart-http: support shallow fetch/clone 11 years ago
Nguyễn Thái Ngọc Duy 79d3a236c5 upload-pack: make sure deepening preserves shallow roots 11 years ago
Nguyễn Thái Ngọc Duy 1a30f5a2f2 shallow.c: extend setup_*_shallow() to accept extra shallow commits 11 years ago