index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
push.c
Commit message (
Expand
)
Author
Age
*
refactor skip_prefix to return a boolean
Jeff King
2014-06-20
*
Merge branch 'cc/starts-n-ends-with-endgame'
Junio C Hamano
2014-03-07
|
\
*
\
Merge branch 'gj/push-more-verbose-advice'
Junio C Hamano
2014-03-07
|
\
\
|
*
|
push: switch default from "matching" to "simple"
Junio C Hamano
2013-11-13
*
|
|
Merge branch 'jc/push-2.0-default-to-simple'
Junio C Hamano
2014-03-07
|
\
\
\
|
*
|
|
push: switch default from "matching" to "simple"
Junio C Hamano
2013-06-18
*
|
|
|
Merge branch 'jc/push-refmap'
Junio C Hamano
2013-12-27
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
push: also use "upstream" mapping when pushing a single ref
Junio C Hamano
2013-12-04
|
*
|
|
push: use remote.$name.push as a refmap
Junio C Hamano
2013-12-04
|
*
|
|
builtin/push.c: use strbuf instead of manual allocation
Junio C Hamano
2013-12-03
|
|
|
/
|
|
/
|
*
|
|
push: enhance unspecified push default warning
Greg Jacobson
2013-11-13
|
/
/
*
|
Merge branch 'nd/push-no-thin'
Junio C Hamano
2013-09-11
|
\
\
|
*
|
push: respect --no-thin
Nguyễn Thái Ngọc Duy
2013-08-13
*
|
|
Merge branch 'jc/push-cas'
Junio C Hamano
2013-09-09
|
\
\
\
|
*
|
|
push --force-with-lease: implement logic to populate old_sha1_expect[]
Junio C Hamano
2013-07-22
|
*
|
|
remote.c: add command line option parser for "--force-with-lease"
Junio C Hamano
2013-07-22
|
*
|
|
builtin/push.c: use OPT_BOOL, not OPT_BOOLEAN
Junio C Hamano
2013-07-08
*
|
|
|
Merge branch 'sb/parseopt-boolean-removal'
Junio C Hamano
2013-09-04
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
2013-08-05
*
|
|
|
many small typofixes
Ondřej Bílka
2013-07-29
|
/
/
/
*
|
|
Merge branch 'jk/pull-to-integrate'
Junio C Hamano
2013-07-12
|
\
\
\
|
*
|
|
push: avoid suggesting "merging" remote changes
John Keeping
2013-07-07
*
|
|
|
push: change `simple` to accommodate triangular workflows
Ramkumar Ramachandra
2013-06-24
|
|
/
/
|
/
|
|
*
|
|
push: make push.default = current use resolved HEAD
Ramkumar Ramachandra
2013-05-29
*
|
|
push: fail early with detached HEAD and current
Ramkumar Ramachandra
2013-05-29
*
|
|
push: factor out the detached HEAD error message
Ramkumar Ramachandra
2013-05-29
|
/
/
*
|
remote.c: introduce a way to have different remotes for fetch/push
Ramkumar Ramachandra
2013-04-02
*
|
Merge branch 'jc/push-follow-tag'
Junio C Hamano
2013-03-25
|
\
\
|
*
|
push: --follow-tags
Junio C Hamano
2013-03-05
|
|
/
*
|
Merge branch 'jc/push-reject-reasons'
Junio C Hamano
2013-02-04
|
\
\
|
*
|
push: finishing touches to explain REJECT_ALREADY_EXISTS better
Junio C Hamano
2013-01-24
|
*
|
push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE
Junio C Hamano
2013-01-24
*
|
|
push: Add support for pre-push hooks
Aaron Schrab
2013-01-18
|
/
/
*
|
push: allow already-exists advice to be disabled
Chris Rorvick
2012-12-03
*
|
push: rename config variable for more general use
Chris Rorvick
2012-12-03
*
|
push: require force for refs under refs/tags/
Chris Rorvick
2012-12-02
*
|
push: add advice for rejected tag reference
Chris Rorvick
2012-12-02
*
|
push: return reject reasons as a bitset
Chris Rorvick
2012-12-02
|
/
*
Merge branch 'nd/i18n-parseopt-help'
Junio C Hamano
2012-09-07
|
\
|
*
Use imperative form in help usage to describe an action
Nguyễn Thái Ngọc Duy
2012-08-22
|
*
i18n: push: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
2012-08-20
*
|
Merge branch 'mm/push-default-switch-warning'
Junio C Hamano
2012-08-27
|
\
\
|
|
/
|
/
|
|
*
push: start warning upcoming default change for push.default
Matthieu Moy
2012-06-24
*
|
Merge branch 'mm/simple-push'
Junio C Hamano
2012-05-02
|
\
\
|
|
/
|
*
push: introduce new push.default mode "simple"
Matthieu Moy
2012-04-24
*
|
Merge branch 'hv/submodule-recurse-push'
Junio C Hamano
2012-04-24
|
\
\
|
|
/
|
/
|
|
*
push: teach --recurse-submodules the on-demand option
Heiko Voigt
2012-03-30
*
|
Merge branch 'ct/advise-push-default'
Junio C Hamano
2012-04-20
|
\
\
|
*
|
push: Provide situational hints for non-fast-forward errors
Christopher Tiwald
2012-03-19
*
|
|
push: error out when the "upstream" semantics does not make sense
Junio C Hamano
2012-04-05
|
/
/
[next]