index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
push.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-14
Doc: document push.recurseSubmodules=only
Jonathan Tan
1
-2
/
+10
2022-09-28
push: improve grammar of branch.autoSetupMerge advice
Alex Henrie
1
-2
/
+2
2022-06-15
push: fix capitalisation of the option name autoSetupMerge
Fangyi Zhou
1
-1
/
+1
2022-04-29
push: new config option "push.autoSetupRemote" supports "simple" push
Tao Klerks
1
-8
/
+36
2022-04-29
branch: new autosetupmerge option 'simple' for matching branches
Tao Klerks
1
-5
/
+15
2022-02-04
i18n: factorize "invalid value" messages
Jean-Noël Avila
1
-1
/
+1
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-4
/
+4
2021-08-25
advice: remove read uses of most global `advice_` variables
Ben Boeckel
1
-6
/
+6
2021-06-02
push: don't get a full remote object
Felipe Contreras
1
-1
/
+1
2021-06-02
push: only check same_remote when needed
Felipe Contreras
1
-1
/
+2
2021-06-02
push: remove trivial function
Felipe Contreras
1
-6
/
+1
2021-06-02
push: remove redundant check
Felipe Contreras
1
-2
/
+1
2021-06-02
push: factor out the typical case
Felipe Contreras
1
-5
/
+6
2021-06-02
push: get rid of all the setup_push_* functions
Felipe Contreras
1
-27
/
+11
2021-06-02
push: trivial simplifications
Felipe Contreras
1
-11
/
+3
2021-06-02
push: make setup_push_* return the dst
Felipe Contreras
1
-14
/
+16
2021-06-02
push: only get the branch when needed
Felipe Contreras
1
-1
/
+2
2021-06-02
push: factor out null branch check
Felipe Contreras
1
-7
/
+3
2021-06-02
push: split switch cases
Felipe Contreras
1
-6
/
+10
2021-06-02
push: return immediately in trivial switch case
Felipe Contreras
1
-5
/
+5
2021-06-02
push: create new get_upstream_ref() helper
Felipe Contreras
1
-18
/
+18
2021-06-02
push: remove unused code in setup_push_upstream()
Felipe Contreras
1
-8
/
+2
2021-06-02
push: simplify setup_push_simple()
Felipe Contreras
1
-8
/
+2
2021-06-02
push: reorganize setup_push_simple()
Felipe Contreras
1
-17
/
+12
2021-06-02
push: copy code to setup_push_simple()
Felipe Contreras
1
-4
/
+32
2021-06-02
push: hedge code of default=simple
Felipe Contreras
1
-4
/
+9
2021-06-02
push: rename !triangular to same_remote
Felipe Contreras
1
-8
/
+8
2021-02-25
Merge branch 'jc/push-delete-nothing'
Junio C Hamano
1
-1
/
+1
2021-02-23
push: do not turn --delete '' into a matching push
Junio C Hamano
1
-1
/
+1
2020-10-27
Merge branch 'sk/force-if-includes'
Junio C Hamano
1
-0
/
+27
2020-10-03
push: parse and set flag for "--force-if-includes"
Srinidhi Kaushik
1
-0
/
+27
2020-09-30
push: drop unused repo argument to do_push()
Jeff King
1
-2
/
+2
2020-09-06
refspec: add and use refspec_appendf()
René Scharfe
1
-30
/
+10
2020-09-06
push: release strbufs used for refspec formatting
René Scharfe
1
-12
/
+22
2020-05-05
Merge branch 'dl/push-recurse-submodules-fix'
Junio C Hamano
1
-6
/
+3
2020-05-05
Merge branch 'dl/opt-callback-cleanup'
Junio C Hamano
1
-7
/
+5
2020-04-28
push: anonymize URLs in error messages and warnings
Johannes Schindelin
1
-2
/
+4
2020-04-28
push: unset PARSE_OPT_OPTARG for --recurse-submodules
Denton Liu
1
-6
/
+3
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-7
/
+5
2019-11-27
push: use skip_prefix() instead of starts_with()
René Scharfe
1
-2
/
+3
2019-10-15
Merge branch 'js/trace2-fetch-push'
Junio C Hamano
1
-0
/
+2
2019-10-15
Merge branch 'js/azure-pipelines-msvc'
Junio C Hamano
1
-2
/
+2
2019-10-04
push: do not pretend to return `int` from `die_push_simple()`
Johannes Schindelin
1
-2
/
+2
2019-10-03
push: add trace2 instrumentation
Josh Steadmon
1
-0
/
+2
2019-09-30
Merge branch 'tg/push-all-in-mirror-forbidden'
Junio C Hamano
1
-33
/
+36
2019-09-03
push: disallow --all and refspecs when remote.<name>.mirror is set
Thomas Gummerer
1
-33
/
+36
2019-01-18
Merge branch 'nd/style-opening-brace'
Junio C Hamano
1
-1
/
+3
2019-01-04
Merge branch 'nd/the-index'
Junio C Hamano
1
-1
/
+2
2018-12-10
style: the opening '{' of a function is in a separate line
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2018-11-14
push: change needlessly ambiguous example in error
Ævar Arnfjörð Bjarmason
1
-2
/
+2
[next]