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