index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
push.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-11-12
transport.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2018-08-27
Merge branch 'rs/opt-updates'
Junio C Hamano
1
-2
/
+2
2018-08-21
parseopt: group literal string alternatives in argument help
René Scharfe
1
-2
/
+2
2018-08-17
Merge branch 'rs/parse-opt-lithelp'
Junio C Hamano
1
-2
/
+2
2018-08-03
push: use PARSE_OPT_LITERAL_ARGHELP instead of unbalanced brackets
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2018-05-18
transport: convert transport_push to take a struct refspec
Brandon Williams
1
-2
/
+1
2018-05-18
push: convert to use struct refspec
Brandon Williams
1
-23
/
+15
2018-05-18
push: check for errors earlier
Brandon Williams
1
-17
/
+14
2018-05-18
remote: convert query_refspecs to take a struct refspec
Brandon Williams
1
-2
/
+1
2018-05-18
remote: convert push refspecs to struct refspec
Brandon Williams
1
-5
/
+5
2018-05-18
refspec: rename struct refspec to struct refspec_item
Brandon Williams
1
-2
/
+2
2018-05-18
refspec: move refspec parsing logic into its own file
Brandon Williams
1
-0
/
+1
2018-04-24
push: colorize errors
Ryan Dammrose
1
-1
/
+43
2018-02-09
completion: use __gitcomp_builtin in _git_push
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-10-24
builtin/push.c: add push.pushOption config
Marius Paliga
1
-5
/
+21
2017-08-22
Merge branch 'ma/parse-maybe-bool'
Junio C Hamano
1
-1
/
+1
2017-08-07
treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool
Martin Ågren
1
-1
/
+1
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-01
builtin/push.c: respect 'submodule.recurse' option
Stefan Beller
1
-0
/
+4
2017-04-02
push: unmark a local variable as static
Brandon Williams
1
-2
/
+3
2017-01-31
Merge branch 'bw/push-submodule-only'
Junio C Hamano
1
-0
/
+2
2016-12-27
Merge branch 'jc/push-default-explicit'
Junio C Hamano
1
-2
/
+5
2016-12-20
push: add option to push only submodules
Brandon Williams
1
-0
/
+2
2016-10-28
push: do not use potentially ambiguous default refspec
Junio C Hamano
1
-2
/
+5
2016-07-14
push: accept push options
Stefan Beller
1
-3
/
+18
2016-02-26
Merge branch 'mm/push-default-warning'
Junio C Hamano
1
-34
/
+0
2016-02-25
push: remove "push.default is unset" warning message
Matthieu Moy
1
-34
/
+0
2016-02-24
Merge branch 'ew/force-ipv4'
Junio C Hamano
1
-0
/
+6
2016-02-12
connect & http: support -4 and -6 switches for remote operations
Eric Wong
1
-0
/
+6
2016-01-12
Merge branch 'ps/push-delete-option'
Junio C Hamano
1
-1
/
+1
2015-12-22
push: don't mark options of recurse-submodules for translation
Ralf Thielow
1
-1
/
+1
2015-12-16
push: add '-d' as shorthand for '--delete'
Patrick Steinhardt
1
-1
/
+1
2015-12-04
push: follow the "last one wins" convention for --recurse-submodules
Mike Crowe
1
-9
/
+3
2015-11-20
push: add recurseSubmodules config option
Mike Crowe
1
-15
/
+24
2015-08-19
push: add a config option push.gpgSign for default signed pushes
Dave Borowitz
1
-14
/
+36
2015-08-19
push: support signing pushes iff the server supports it
Dave Borowitz
1
-1
/
+19
2015-03-14
push: allow --follow-tags to be set by config push.followTags
Dave Olszewski
1
-0
/
+10
2015-02-17
cmd_push: pass "flags" pointer to config callback
Jeff King
1
-1
/
+1
[next]