427 Commits (9da69a6539e98da1b7ed8832cb54b494961463cb)

Author SHA1 Message Date
Jeff King f5914f4b6b parse_config_key(): return subsection len as size_t 5 years ago
Jeff King 021ba32a7b remote: drop auto-strlen behavior of make_branch() and make_rewrite() 5 years ago
Jeff King af8ccd8ade remote: drop "explicit" parameter from remote_ref_for_branch() 5 years ago
Matthew Rogers 6dc905d974 config: split repo scope to local and worktree 5 years ago
Eric Wong 404ab78e39 hashmap: remove type arg from hashmap_{get,put,remove}_entry 5 years ago
Eric Wong 8a973d0bb3 hashmap: hashmap_{put,remove} return hashmap_entry * 5 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 5 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 5 years ago
Eric Wong 26b455f21e hashmap_put takes "struct hashmap_entry *" 5 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 5 years ago
Damien Robert c646d0934e ref-filter: use correct branch for %(push:track) 6 years ago
Jeff King 1027186fdd remote.c: make singular free_ref() public 6 years ago
Jeff King 54e8c11215 remote: check config validity before creating rewrite struct 6 years ago
Ævar Arnfjörð Bjarmason dd8dd300c6 push: add an advice on unqualified <dst> push 6 years ago
Ævar Arnfjörð Bjarmason 04d17287a0 push: move unqualified refname error into a function 6 years ago
Ævar Arnfjörð Bjarmason c83cca3f74 push: improve the error shown on unqualified <dst> push 6 years ago
Ævar Arnfjörð Bjarmason 8b0e542912 i18n: remote.c: mark error(...) messages for translation 6 years ago
Ævar Arnfjörð Bjarmason cab53989f6 remote.c: add braces in anticipation of a follow-up change 6 years ago
Nguyễn Thái Ngọc Duy 0b9c3afdbf remote.c: mark messages for translation 6 years ago
Nguyễn Thái Ngọc Duy 92ca868068 remote.c: turn some error() or die() to BUG() 6 years ago
Derrick Stolee 85daa01f6b remote: make add_missing_tags() linear 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 6 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Junio C Hamano 60650a48c0 remote: make refspec follow the same disambiguation rule as local refs 7 years ago
Derrick Stolee 1d614d41e5 commit-reach: move ref_newer from remote.c 7 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 7 years ago
Stefan Beller a74093da5e tag: add repository argument to deref_tag 7 years ago
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 7 years ago
Stefan Beller 21e1ee8f4f commit: add repository argument to lookup_commit_reference_gently 7 years ago
Stefan Beller 109cd76dd3 object: add repository argument to parse_object 7 years ago
Brandon Williams 733020517a fetch-pack: implement ref-in-want 7 years ago
Brandon Williams afb1aed403 remote: convert check_push_refs to take a struct refspec 7 years ago
Brandon Williams 5c7ec8462d remote: convert match_push_refs to take a struct refspec 7 years ago
Brandon Williams 9fa2e5e853 remote: convert match_explicit_refs to take a struct refspec 7 years ago
Brandon Williams f3acb8309f remote: convert get_ref_match to take a struct refspec 7 years ago
Brandon Williams 86baf82521 remote: convert query_refspecs to take a struct refspec 7 years ago
Brandon Williams d000414e26 remote: convert apply_refspecs to take a struct refspec 7 years ago
Brandon Williams a2ac50cbfd remote: convert get_stale_heads to take a struct refspec 7 years ago
Brandon Williams 9530350096 remote: remove add_prune_tags_to_fetch_refspec 7 years ago
Brandon Williams e5349abf93 remote: convert fetch refspecs to struct refspec 7 years ago
Brandon Williams 6bdb304b10 remote: convert push refspecs to struct refspec 7 years ago
Brandon Williams 8ca69370c8 remote: convert match_push_refs to use struct refspec 7 years ago
Brandon Williams 0460f47277 remote: convert check_push_refs to use struct refspec 7 years ago
Brandon Williams 0ad4a5ff50 refspec: rename struct refspec to struct refspec_item 7 years ago
Brandon Williams ec0cb49655 refspec: move refspec parsing logic into its own file 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago