index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
push.c
Age
Commit message (
Expand
)
Author
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-10-08
transport: introduce parse_transport_option() method
Xing Xin
2024-09-25
send-pack: free cas options before exit
Jeff King
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-09-05
builtin/push: fix leaking refspec query result
Patrick Steinhardt
2024-07-12
builtin/push: call set_refspecs after validating remote
Karthik Nayak
2024-06-14
remote: drop checks for zero-url case
Jeff King
2024-06-14
remote: simplify url/pushurl selection
Jeff King
2024-06-14
remote: use strvecs to store remote url/pushurl
Jeff King
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-02
Merge branch 'jc/retire-cas-opt-name-constant'
Junio C Hamano
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-20
Merge branch 'jk/config-cleanup'
Junio C Hamano
2023-12-19
remote.h: retire CAS_OPT_NAME
Junio C Hamano
2023-12-09
push: drop confusing configset/callback redundancy
Jeff King
2023-12-09
push: use die_for_incompatible_opt4() for - -delete/--tags/--all/--mirror
René Scharfe
2023-07-27
Merge branch 'jc/transport-parseopt-fix'
Junio C Hamano
2023-07-25
Merge branch 'ah/advise-force-pushing'
Junio C Hamano
2023-07-18
parse-options: introduce OPT_IPVERSION()
Junio C Hamano
2023-07-13
push: don't imply that integration is always required before pushing
Alex Henrie
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-05-15
Merge branch 'tl/push-branches-is-an-alias-for-all'
Junio C Hamano
2023-05-06
push: introduce '--branches' option
Teng Long
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
pkt-line.h: move declarations for pkt-line.c functions from cache.h
Elijah Newren
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-17
Merge branch 'jc/gpg-lazy-init'
Junio C Hamano
2023-02-09
gpg-interface: lazily initialize and read the configuration
Junio C Hamano
2023-02-06
push: free_refs() the "local_refs" in set_refspecs()
Ævar Arnfjörð Bjarmason
2023-02-06
push: refactor refspec_append_mapped() for subsequent leak-fix
Ævar Arnfjörð Bjarmason
2022-11-14
Doc: document push.recurseSubmodules=only
Jonathan Tan
2022-09-28
push: improve grammar of branch.autoSetupMerge advice
Alex Henrie
2022-06-15
push: fix capitalisation of the option name autoSetupMerge
Fangyi Zhou
2022-04-29
push: new config option "push.autoSetupRemote" supports "simple" push
Tao Klerks
2022-04-29
branch: new autosetupmerge option 'simple' for matching branches
Tao Klerks
2022-02-04
i18n: factorize "invalid value" messages
Jean-Noël Avila
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
2021-08-25
advice: remove read uses of most global `advice_` variables
Ben Boeckel
2021-06-02
push: don't get a full remote object
Felipe Contreras
2021-06-02
push: only check same_remote when needed
Felipe Contreras
2021-06-02
push: remove trivial function
Felipe Contreras
2021-06-02
push: remove redundant check
Felipe Contreras
[next]