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
/
transport.c
Commit message (
Expand
)
Author
Age
*
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
|
*
Refactor submodule push check to use string list instead of integer
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
*
|
|
correct spelling: an URL -> a URL
Jim Meyering
2012-03-28
|
/
/
*
|
Merge branch 'fc/push-prune'
Junio C Hamano
2012-02-26
|
\
\
|
*
|
push: add '--prune' option
Felipe Contreras
2012-02-22
|
|
/
*
|
push/fetch/clone --no-progress suppresses progress output
Clemens Buchacher
2012-02-13
|
/
*
Merge branch 'maint'
Junio C Hamano
2012-01-04
|
\
|
*
Merge branch 'nd/maint-parse-depth' into maint
Junio C Hamano
2012-01-04
|
|
\
|
|
*
Catch invalid --depth option passed to clone or fetch
Nguyễn Thái Ngọc Duy
2012-01-04
|
*
|
Merge branch 'jk/maint-push-v-is-verbose' into maint
Junio C Hamano
2011-12-28
|
|
\
\
*
|
\
\
Merge branch 'jk/maint-push-v-is-verbose'
Junio C Hamano
2011-12-22
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
make "git push -v" actually verbose
Jeff King
2011-12-17
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jk/fetch-no-tail-match-refs'
Junio C Hamano
2011-12-19
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
drop "match" parameter from get_remote_heads
Jeff King
2011-12-13
*
|
|
Rename resolve_ref() to resolve_ref_unsafe()
Nguyễn Thái Ngọc Duy
2011-12-13
|
/
/
*
|
Merge branch 'jc/match-refs-clarify'
Junio C Hamano
2011-10-21
|
\
\
|
*
|
rename "match_refs()" to "match_push_refs()"
Junio C Hamano
2011-09-12
*
|
|
Merge branch 'jc/unseekable-bundle'
Junio C Hamano
2011-10-21
|
\
\
\
|
*
|
|
bundle: add parse_bundle_header() helper function
Junio C Hamano
2011-10-13
*
|
|
|
Merge branch 'ph/transport-with-gitfile'
Junio C Hamano
2011-10-21
|
\
\
\
\
|
*
|
|
|
Fix is_gitfile() for files too small or larger than PATH_MAX to be a gitfile
Johannes Schindelin
2011-10-11
|
*
|
|
|
Teach transport about the gitfile mechanism
Phil Hord
2011-10-04
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'mh/check-ref-format-3'
Junio C Hamano
2011-10-10
|
\
\
\
\
|
*
|
|
|
Change check_ref_format() to take a flags argument
Michael Haggerty
2011-10-05
|
|
/
/
/
*
|
|
|
Merge branch 'jc/maint-bundle-too-quiet'
Junio C Hamano
2011-10-05
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Teach progress eye-candy to fetch_refs_from_bundle()
Junio C Hamano
2011-09-19
*
|
|
|
Sync with 1.7.6.2
Junio C Hamano
2011-09-06
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Revert "Merge branch 'cb/maint-quiet-push' into maint"
Junio C Hamano
2011-09-06
*
|
|
|
Merge branch 'fg/submodule-ff-check-before-push'
Junio C Hamano
2011-09-02
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
push: Don't push a repository with unpushed submodules
Fredrik Gustafsson
2011-08-20
|
|
|
/
|
|
/
|
*
|
|
propagate --quiet to send-pack/receive-pack
Clemens Buchacher
2011-07-31
|
/
/
*
|
Merge branch 'maint'
Junio C Hamano
2011-05-30
|
\
\
|
*
\
Merge branch 'jm/maint-misc-fix' into maint
Junio C Hamano
2011-05-30
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
remove tests of always-false condition
Jim Meyering
2011-05-26
*
|
|
refactor refs_from_alternate_cb to allow passing extra data
Jeff King
2011-05-19
|
/
/
*
|
Merge branch 'jc/maint-fetch-alt'
Junio C Hamano
2011-03-22
|
\
\
|
*
|
refs_from_alternate: helper to use refs from alternates
Junio C Hamano
2011-03-17
|
|
/
*
|
Fix sparse warnings
Stephen Boyd
2011-03-22
|
/
*
push: pass --progress down to git-pack-objects
Jeff King
2010-10-18
*
make url-related functions reusable
Jeff King
2010-05-24
*
Merge branch 'tc/transport-verbosity'
Junio C Hamano
2010-03-15
|
\
|
*
transport->progress: use flag authoritatively
Tay Ray Chuan
2010-02-24
|
*
push: support multiple levels of verbosity
Tay Ray Chuan
2010-02-24
|
*
fetch: refactor verbosity option handling into transport.[ch]
Tay Ray Chuan
2010-02-24
*
|
Merge branch 'ld/push-porcelain'
Junio C Hamano
2010-03-15
|
\
\
|
*
|
git-push: make git push --porcelain print "Done"
Larry D'Anna
2010-02-28
|
*
|
git-push: send "To <remoteurl>" messages to the standard output in --porcelai...
Larry D'Anna
2010-02-28
|
|
/
[next]