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