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
*
Add push --set-upstream
Ilari Liusvaara
2010-01-17
1
-0
/
+2
*
push: spell 'Note about fast-forwards' section name correctly in error message.
Matthieu Moy
2010-01-12
1
-2
/
+2
*
Merge branch 'jk/push-to-delete'
Junio C Hamano
2010-01-10
1
-3
/
+23
|
\
|
*
builtin-push: add --delete as syntactic sugar for :foo
Jan Krüger
2009-12-30
1
-3
/
+23
*
|
Merge branch 'sr/vcs-helper'
Junio C Hamano
2009-12-26
1
-26
/
+43
|
\
\
|
|
/
|
/
|
|
*
builtin-push: don't access freed transport->url
Tay Ray Chuan
2009-12-04
1
-2
/
+3
|
*
Allow programs to not depend on remotes having urls
Daniel Barkalow
2009-11-18
1
-26
/
+42
*
|
Merge branch 'fc/doc-fast-forward'
Junio C Hamano
2009-11-16
1
-1
/
+1
|
\
\
|
*
|
Use 'fast-forward' all over the place
Felipe Contreras
2009-10-25
1
-1
/
+1
*
|
|
Merge branch 'jk/maint-push-config'
Junio C Hamano
2009-11-10
1
-2
/
+1
|
\
\
\
|
*
|
|
push: always load default config
Jeff King
2009-10-26
1
-2
/
+1
|
|
/
/
*
|
/
push: fix typo in usage
Jeff King
2009-10-30
1
-1
/
+1
|
|
/
|
/
|
*
|
git push: say that --tag can't be used with --all or --mirror in help text
Nanako Shiraishi
2009-10-19
1
-1
/
+1
*
|
git push: remove incomplete options list from help text
Nanako Shiraishi
2009-10-19
1
-1
/
+1
|
/
*
git-push: Accept -n as a synonym for --dry-run.
Nelson Elhage
2009-09-13
1
-2
/
+2
*
push: make non-fast-forward help message configurable
Jeff King
2009-09-12
1
-1
/
+1
*
Merge branch 'maint'
Junio C Hamano
2009-09-06
1
-3
/
+3
|
\
|
*
push: re-flow non-fast-forward message
Jeff King
2009-09-06
1
-3
/
+3
|
*
push: fix english in non-fast-forward message
Jeff King
2009-09-06
1
-1
/
+1
*
|
Merge branch 'maint'
Junio C Hamano
2009-08-13
1
-1
/
+8
|
\
|
|
*
push: point to 'git pull' and 'git push --force' in case of non-fast forward
Matthieu Moy
2009-08-13
1
-1
/
+8
*
|
push: add --quiet flag
Jeff King
2009-08-06
1
-0
/
+1
|
/
*
push: do not give big warning when no preference is configured
Junio C Hamano
2009-07-19
1
-26
/
+1
*
add --porcelain option to git-push
Larry D'Anna
2009-06-28
1
-1
/
+2
*
Allow push and fetch urls to be different
Michael J Gruber
2009-06-10
1
-4
/
+13
*
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
2009-05-25
1
-1
/
+1
*
Merge branch 'fg/push-default'
Junio C Hamano
2009-03-26
1
-5
/
+71
|
\
|
*
builtin-push.c: Fix typo: "anythig" -> "anything"
Kevin Ballard
2009-03-25
1
-1
/
+1
|
*
Display warning for default git push with no push.default config
Finn Arne Gangstad
2009-03-17
1
-0
/
+23
|
*
New config push.default to decide default behavior for push
Finn Arne Gangstad
2009-03-17
1
-5
/
+48
*
|
Give error when no remote is configured
Daniel Barkalow
2009-03-11
1
-2
/
+5
|
/
*
Merge branch 'maint'
Shawn O. Pearce
2008-10-08
1
-1
/
+1
|
\
|
*
git-push.txt: Describe --repo option in more detail
Johannes Sixt
2008-10-08
1
-1
/
+1
*
|
Make push more verbose about illegal combination of options
Marek Zawirski
2008-08-17
1
-2
/
+11
|
/
*
builtin-push.c: Cleanup - use OPT_BIT() and remove some variables
Michele Ballabio
2008-07-20
1
-21
/
+8
*
Make usage strings dash-less
Stephan Beyer
2008-07-13
1
-1
/
+1
*
Add a remote.*.mirror configuration option
Paolo Bonzini
2008-04-21
1
-8
/
+16
*
Resolve value supplied for no-colon push refspecs
Daniel Barkalow
2008-02-20
1
-9
/
+0
*
push: indicate partialness of error message
Jeff King
2008-02-20
1
-1
/
+1
*
Merge branch 'sp/refspec-match'
Junio C Hamano
2007-12-05
1
-0
/
+9
|
\
|
*
push: support pushing HEAD to real branch name
Steffen Prohaska
2007-11-19
1
-0
/
+9
*
|
Merge branch 'aw/mirror-push' into jk/send-pack
Junio C Hamano
2007-11-14
1
-2
/
+12
|
\
\
|
|
/
|
/
|
|
*
git-push: plumb in --mirror mode
Andy Whitcroft
2007-11-10
1
-2
/
+12
*
|
push: teach push to pass --verbose option to transport layer
Steffen Prohaska
2007-11-11
1
-0
/
+2
|
/
*
Use parseopts in builtin-push
Daniel Barkalow
2007-11-05
1
-52
/
+36
*
Fix 'push --all branch...' error handling
Shawn O. Pearce
2007-10-16
1
-3
/
+5
*
Merge branch 'master' into db/fetch-pack
Shawn O. Pearce
2007-10-16
1
-1
/
+5
|
\
|
*
Add a --dry-run option to git-push.
Brian Ewins
2007-10-16
1
-2
/
+8
*
|
Rename remote.uri to remote.url within remote handling internals
Shawn O. Pearce
2007-09-19
1
-4
/
+4
*
|
Remove unnecessary 'fetch' argument from transport_get API
Shawn O. Pearce
2007-09-19
1
-1
/
+1
[next]