458 Commits (0d7131763e7762dc34c407f32e3c63123001a292)

Author SHA1 Message Date
Glen Choo 4a2dcb1a08 remote: die if branch is not found in repository 3 years ago
Glen Choo 56eed3422c remote: remove the_repository->remote_state from static methods 3 years ago
Glen Choo 085b98f6cd remote: use remote_state parameter internally 3 years ago
Glen Choo fd3cb0501e remote: move static variables into per-repository struct 3 years ago
Ævar Arnfjörð Bjarmason 9865b6e6a4 *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom 4 years ago
Carlo Marcelo Arenas Belón 6540b71614 remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUG 4 years ago
Ben Boeckel ed9bff0817 advice: remove read uses of most global `advice_` variables 4 years ago
Andrei Rybak abcb66c614 *: fix typos which duplicate a word 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Nipunn Koorapati 773c694142 negative-refspec: improve comment on query_matches_negative_refspec 4 years ago
Nipunn Koorapati 18f9c98845 negative-refspec: fix segfault on : refspec 4 years ago
Johannes Schindelin cc0f13c57d get_default_branch_name(): prepare for showing some advice 4 years ago
Jeff King 08e9df2395 style: indent multiline "if" conditions to align 4 years ago
Srinidhi Kaushik 99a1f9ae10 push: add reflog check for "--force-if-includes" 5 years ago
Jacob Keller c0192df630 refspec: add support for negative refspecs 5 years ago
René Scharfe 1af8b8c0a5 refspec: add and use refspec_appendf() 5 years ago
Jonathan Tan f24c30e0b6 wt-status: tolerate dangling marks 5 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King c972bf4cf5 strvec: convert remaining callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
Johannes Schindelin a471214bd6 remote: use the configured default branch name when appropriate 5 years ago
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 6 years ago
Eric Wong 8a973d0bb3 hashmap: hashmap_{put,remove} return hashmap_entry * 6 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 6 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 6 years ago
Eric Wong 26b455f21e hashmap_put takes "struct hashmap_entry *" 6 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 6 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 7 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