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
*
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
*
|
Push code for transport library
Daniel Barkalow
2007-09-19
1
-61
/
+21
|
/
*
Make --no-thin the default in git-push to save server resources
Shawn O. Pearce
2007-09-10
1
-1
/
+1
*
Move refspec pattern matching to match_refs().
Daniel Barkalow
2007-05-26
1
-111
/
+22
*
Update local tracking refs when pushing
Daniel Barkalow
2007-05-21
1
-2
/
+7
*
Move remote parsing into a library file out of builtin-push.
Daniel Barkalow
2007-05-21
1
-170
/
+20
*
git-push to multiple locations does not stop at the first failure
Junio C Hamano
2007-04-07
1
-7
/
+8
*
git-push reports the URL after failing.
Junio C Hamano
2007-04-07
1
-0
/
+2
*
Use RUN_GIT_CMD to run push backends
Shawn O. Pearce
2007-03-13
1
-3
/
+3
*
Remove unused run_command variants
Shawn O. Pearce
2007-03-12
1
-1
/
+1
*
prefixcmp(): fix-up mechanical conversion.
Junio C Hamano
2007-02-21
1
-2
/
+2
*
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-21
1
-9
/
+9
*
git-push: allow globbing wildcard refspec.
Junio C Hamano
2007-02-06
1
-32
/
+82
*
rename --exec to --receive-pack for push and send-pack
Uwe Kleine-König
2007-01-20
1
-10
/
+14
*
make --exec=... option to git-push configurable
Uwe Kleine-König
2007-01-20
1
-0
/
+11
*
Update documentation of fetch-pack, push and send-pack
Uwe Kleine-König
2007-01-20
1
-1
/
+1
*
Remove unnecessary argc parameter from run_command_v.
Shawn O. Pearce
2006-12-31
1
-1
/
+1
*
git-push: accept tag <tag> as advertised.
Junio C Hamano
2006-12-13
1
-5
/
+30
*
Merge branch 'lt/push-config'
Junio C Hamano
2006-11-05
1
-1
/
+11
|
\
|
*
git push: add verbose flag and allow overriding of default target repository
Linus Torvalds
2006-10-31
1
-1
/
+11
*
|
Merge branch 'master' into lj/refs
Junio C Hamano
2006-10-02
1
-4
/
+4
|
\
|
|
*
Merge branch 'maint'
Junio C Hamano
2006-10-02
1
-4
/
+4
|
|
\
|
|
*
git-push: .git/remotes/ file does not require SP after colon
v1.4.2.3
Junio C Hamano
2006-10-02
1
-4
/
+4
*
|
|
Tell between packed, unpacked and symbolic refs.
Junio C Hamano
2006-09-21
1
-1
/
+1
*
|
|
Add callback data to for_each_ref() family.
Junio C Hamano
2006-09-21
1
-2
/
+2
|
/
/
*
|
Replace uses of strdup with xstrdup.
Shawn Pearce
2006-09-02
1
-5
/
+5
*
|
avoid to use error that shadows the function name, use err instead.
Pierre Habouzit
2006-08-24
1
-5
/
+5
*
|
remove unnecessary initializations
David Rientjes
2006-08-16
1
-4
/
+4
*
|
builtin-push.c cleanup
David Rientjes
2006-08-15
1
-4
/
+2
|
/
*
Fixup command names in some usage strings.
Ramsay Allan Jones
2006-08-04
1
-1
/
+1
*
git-push: allow -f as an alias for --force
Jeff King
2006-08-02
1
-2
/
+2
*
Call setup_git_directory() much earlier
Linus Torvalds
2006-07-29
1
-1
/
+1
*
Avoid C99 comments, use old-style C comments instead.
Pavel Roskin
2006-07-10
1
-1
/
+1
*
Fix more typos, primarily in the code
Pavel Roskin
2006-07-10
1
-1
/
+1
*
builtin-push: don't pass --thin to HTTP transport
Nick Hengeveld
2006-06-06
1
-9
/
+11
*
builtin-push: --all and --tags _are_ explicit refspecs
Johannes Schindelin
2006-05-05
1
-2
/
+2
*
builtin-push: also ask config for remote information
Johannes Schindelin
2006-05-02
1
-0
/
+39
*
Fix builtin-push to honor Push: lines in remotes file.
Junio C Hamano
2006-05-01
1
-16
/
+18
[next]