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
*
transport: convert transport_push to take a struct refspec
Brandon Williams
2018-05-17
1
-2
/
+1
*
push: convert to use struct refspec
Brandon Williams
2018-05-17
1
-23
/
+15
*
push: check for errors earlier
Brandon Williams
2018-05-17
1
-17
/
+14
*
remote: convert query_refspecs to take a struct refspec
Brandon Williams
2018-05-17
1
-2
/
+1
*
remote: convert push refspecs to struct refspec
Brandon Williams
2018-05-17
1
-5
/
+5
*
refspec: rename struct refspec to struct refspec_item
Brandon Williams
2018-05-17
1
-2
/
+2
*
refspec: move refspec parsing logic into its own file
Brandon Williams
2018-05-17
1
-0
/
+1
*
push: colorize errors
Ryan Dammrose
2018-04-24
1
-1
/
+43
*
completion: use __gitcomp_builtin in _git_push
Nguyễn Thái Ngọc Duy
2018-02-09
1
-1
/
+1
*
builtin/push.c: add push.pushOption config
Marius Paliga
2017-10-24
1
-5
/
+21
*
Merge branch 'ma/parse-maybe-bool'
Junio C Hamano
2017-08-22
1
-1
/
+1
|
\
|
*
treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool
Martin Ågren
2017-08-07
1
-1
/
+1
*
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
|
*
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
|
builtin/push.c: respect 'submodule.recurse' option
Stefan Beller
2017-06-01
1
-0
/
+4
|
/
/
*
/
push: unmark a local variable as static
Brandon Williams
2017-04-02
1
-2
/
+3
|
/
*
Merge branch 'bw/push-submodule-only'
Junio C Hamano
2017-01-31
1
-0
/
+2
|
\
|
*
push: add option to push only submodules
Brandon Williams
2016-12-20
1
-0
/
+2
*
|
Merge branch 'jc/push-default-explicit'
Junio C Hamano
2016-12-27
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
push: do not use potentially ambiguous default refspec
Junio C Hamano
2016-10-29
1
-2
/
+5
*
|
push: accept push options
Stefan Beller
2016-07-15
1
-3
/
+18
|
/
*
Merge branch 'mm/push-default-warning'
Junio C Hamano
2016-02-26
1
-34
/
+0
|
\
|
*
push: remove "push.default is unset" warning message
Matthieu Moy
2016-02-25
1
-34
/
+0
*
|
Merge branch 'ew/force-ipv4'
Junio C Hamano
2016-02-24
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
connect & http: support -4 and -6 switches for remote operations
Eric Wong
2016-02-12
1
-0
/
+6
*
|
Merge branch 'ps/push-delete-option'
Junio C Hamano
2016-01-13
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
push: add '-d' as shorthand for '--delete'
Patrick Steinhardt
2015-12-16
1
-1
/
+1
*
|
push: don't mark options of recurse-submodules for translation
Ralf Thielow
2015-12-22
1
-1
/
+1
*
|
push: follow the "last one wins" convention for --recurse-submodules
Mike Crowe
2015-12-04
1
-9
/
+3
*
|
push: add recurseSubmodules config option
Mike Crowe
2015-11-20
1
-15
/
+24
|
/
*
push: add a config option push.gpgSign for default signed pushes
Dave Borowitz
2015-08-19
1
-14
/
+36
*
push: support signing pushes iff the server supports it
Dave Borowitz
2015-08-19
1
-1
/
+19
*
push: allow --follow-tags to be set by config push.followTags
Dave Olszewski
2015-03-14
1
-0
/
+10
*
cmd_push: pass "flags" pointer to config callback
Jeff King
2015-02-17
1
-1
/
+1
*
cmd_push: set "atomic" bit directly
Jeff King
2015-02-17
1
-5
/
+1
*
git_push_config: drop cargo-culted wt_status pointer
Jeff King
2015-02-16
1
-2
/
+1
*
Merge branch 'sb/atomic-push'
Junio C Hamano
2015-02-11
1
-0
/
+5
|
\
|
*
push.c: add an --atomic argument
Ronnie Sahlberg
2015-01-08
1
-0
/
+5
*
|
Merge branch 'jk/push-simple'
Junio C Hamano
2014-12-12
1
-4
/
+4
|
\
\
|
*
|
push: truly use "simple" as default, not "upstream"
Jeff King
2014-12-01
1
-4
/
+4
*
|
|
Merge branch 'rt/push-recurse-submodule-usage-string'
Junio C Hamano
2014-12-12
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
builtin/push.c: fix description of --recurse-submodules option
Ralf Thielow
2014-11-18
1
-1
/
+1
*
|
|
push: heed user.signingkey for signed pushes
Michael J Gruber
2014-10-24
1
-1
/
+12
*
|
|
push: the beginning of "git push --signed"
Junio C Hamano
2014-09-15
1
-0
/
+1
*
|
|
refactor skip_prefix to return a boolean
Jeff King
2014-06-20
1
-4
/
+3
|
|
/
|
/
|
*
|
Merge branch 'cc/starts-n-ends-with-endgame'
Junio C Hamano
2014-03-08
1
-1
/
+1
|
\
|
*
|
Merge branch 'gj/push-more-verbose-advice'
Junio C Hamano
2014-03-08
1
-1
/
+1
|
\
\
|
*
|
push: switch default from "matching" to "simple"
Junio C Hamano
2013-11-13
1
-25
/
+8
*
|
|
Merge branch 'jc/push-2.0-default-to-simple'
Junio C Hamano
2014-03-08
1
-24
/
+7
|
\
\
\
|
*
|
|
push: switch default from "matching" to "simple"
Junio C Hamano
2013-06-18
1
-24
/
+7
[next]