summaryrefslogtreecommitdiff
path: root/builtin/push.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tl/push-branches-is-an-alias-for-all'Junio C Hamano2023-05-151-3/+4
|\
| * push: introduce '--branches' optionTeng Long2023-05-061-3/+4
* | hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* | pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren2023-04-241-0/+1
|/
* treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* Merge branch 'jc/gpg-lazy-init'Junio C Hamano2023-03-171-5/+0
|\
| * gpg-interface: lazily initialize and read the configurationJunio C Hamano2023-02-091-5/+0
* | push: free_refs() the "local_refs" in set_refspecs()Ævar Arnfjörð Bjarmason2023-02-061-0/+1
* | push: refactor refspec_append_mapped() for subsequent leak-fixÆvar Arnfjörð Bjarmason2023-02-061-12/+17
|/
* Doc: document push.recurseSubmodules=onlyJonathan Tan2022-11-141-2/+10
* push: improve grammar of branch.autoSetupMerge adviceAlex Henrie2022-09-281-2/+2
* push: fix capitalisation of the option name autoSetupMergeFangyi Zhou2022-06-151-1/+1
* push: new config option "push.autoSetupRemote" supports "simple" pushTao Klerks2022-04-291-8/+36
* branch: new autosetupmerge option 'simple' for matching branchesTao Klerks2022-04-291-5/+15
* i18n: factorize "invalid value" messagesJean-Noël Avila2022-02-041-1/+1
* i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila2022-01-051-4/+4
* advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-6/+6
* push: don't get a full remote objectFelipe Contreras2021-06-021-1/+1
* push: only check same_remote when neededFelipe Contreras2021-06-021-1/+2
* push: remove trivial functionFelipe Contreras2021-06-021-6/+1
* push: remove redundant checkFelipe Contreras2021-06-021-2/+1
* push: factor out the typical caseFelipe Contreras2021-06-021-5/+6
* push: get rid of all the setup_push_* functionsFelipe Contreras2021-06-021-27/+11
* push: trivial simplificationsFelipe Contreras2021-06-021-11/+3
* push: make setup_push_* return the dstFelipe Contreras2021-06-021-14/+16
* push: only get the branch when neededFelipe Contreras2021-06-021-1/+2
* push: factor out null branch checkFelipe Contreras2021-06-021-7/+3
* push: split switch casesFelipe Contreras2021-06-021-6/+10
* push: return immediately in trivial switch caseFelipe Contreras2021-06-021-5/+5
* push: create new get_upstream_ref() helperFelipe Contreras2021-06-021-18/+18
* push: remove unused code in setup_push_upstream()Felipe Contreras2021-06-021-8/+2
* push: simplify setup_push_simple()Felipe Contreras2021-06-021-8/+2
* push: reorganize setup_push_simple()Felipe Contreras2021-06-021-17/+12
* push: copy code to setup_push_simple()Felipe Contreras2021-06-021-4/+32
* push: hedge code of default=simpleFelipe Contreras2021-06-021-4/+9
* push: rename !triangular to same_remoteFelipe Contreras2021-06-021-8/+8
* Merge branch 'jc/push-delete-nothing'Junio C Hamano2021-02-251-1/+1
|\
| * push: do not turn --delete '' into a matching pushJunio C Hamano2021-02-231-1/+1
* | Merge branch 'sk/force-if-includes'Junio C Hamano2020-10-271-0/+27
|\ \ | |/ |/|
| * push: parse and set flag for "--force-if-includes"Srinidhi Kaushik2020-10-031-0/+27
* | push: drop unused repo argument to do_push()Jeff King2020-09-301-2/+2
|/
* refspec: add and use refspec_appendf()René Scharfe2020-09-061-30/+10
* push: release strbufs used for refspec formattingRené Scharfe2020-09-061-12/+22
* Merge branch 'dl/push-recurse-submodules-fix'Junio C Hamano2020-05-051-6/+3
|\
| * push: unset PARSE_OPT_OPTARG for --recurse-submodulesDenton Liu2020-04-281-6/+3
* | Merge branch 'dl/opt-callback-cleanup'Junio C Hamano2020-05-051-7/+5
|\ \
| * | Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-7/+5
| |/