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
/
fetch.c
Commit message (
Expand
)
Author
Age
*
fetch --all: pass --tags/--no-tags through to each remote
Dan Johnson
2012-09-07
*
submodule: use argv_array instead of hand-building arrays
Jens Lehmann
2012-09-02
*
fetch: use argv_array instead of hand-building arrays
Jeff King
2012-09-02
*
Merge branch 'mb/fetch-call-a-non-branch-a-ref'
Junio C Hamano
2012-04-26
|
\
|
*
fetch: describe new refs based on where it came from
Marc Branchaud
2012-04-17
|
*
fetch: Give remote_ref to update_local_ref() as well
Marc Branchaud
2012-04-17
*
|
Merge branch 'jl/maint-submodule-recurse-fetch'
Junio C Hamano
2012-04-23
|
\
\
|
*
|
submodules: recursive fetch also checks new tags for submodule commits
Jens Lehmann
2012-04-14
|
|
/
*
|
Merge branch 'cb/transfer-no-progress'
Junio C Hamano
2012-02-20
|
\
\
|
|
/
|
*
push/fetch/clone --no-progress suppresses progress output
Clemens Buchacher
2012-02-13
*
|
Merge branch 'nd/maint-refname-in-hierarchy-check'
Junio C Hamano
2012-01-29
|
\
\
|
|
/
|
/
|
|
*
Fix incorrect ref namespace check
Nguyễn Thái Ngọc Duy
2012-01-11
*
|
write first for-merge ref to FETCH_HEAD first
Joey Hess
2012-01-03
*
|
Merge branch 'maint'
Junio C Hamano
2011-12-13
|
\
\
|
|
/
|
*
Merge branch 'maint-1.7.7' into maint
Junio C Hamano
2011-12-13
|
|
\
|
|
*
Merge branch 'maint-1.7.6' into maint-1.7.7
Junio C Hamano
2011-12-13
|
|
|
\
|
|
|
*
Merge branch 'jk/maint-fetch-status-table' into maint-1.7.6
Junio C Hamano
2011-12-13
|
|
|
|
\
|
|
|
|
*
fetch: create status table using strbuf
Jeff King
2011-12-09
*
|
|
|
|
Merge branch 'jc/pull-signed-tag'
Junio C Hamano
2011-12-09
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
fetch: do not store peeled tag object names in FETCH_HEAD
Linus Torvalds
2011-11-04
*
|
|
|
|
Merge branch 'cn/fetch-prune'
Junio C Hamano
2011-10-26
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
|
*
|
|
fetch: treat --tags like refs/tags/*:refs/tags/* when pruning
Carlos Martín Nieto
2011-10-15
|
*
|
|
fetch: honor the user-provided refspecs when pruning refs
Carlos Martín Nieto
2011-10-15
|
*
|
|
fetch: free all the additional refspecs
Carlos Martín Nieto
2011-10-07
|
|
/
/
*
|
|
Merge branch 'tc/fetch-leak'
Junio C Hamano
2011-10-17
|
\
\
\
|
*
|
|
fetch: plug two leaks on error exit in store_updated_refs
Tay Ray Chuan
2011-10-07
*
|
|
|
Merge branch 'jc/receive-verify'
Junio C Hamano
2011-10-05
|
\
\
\
\
|
*
|
|
|
check_everything_connected(): libify
Junio C Hamano
2011-09-09
|
*
|
|
|
check_everything_connected(): refactor to use an iterator
Junio C Hamano
2011-09-09
|
*
|
|
|
fetch: verify we have everything we need before updating our ref
Junio C Hamano
2011-09-09
*
|
|
|
|
Merge branch 'jc/fetch-verify'
Junio C Hamano
2011-10-05
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
/
/
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
fetch: verify we have everything we need before updating our ref
Junio C Hamano
2011-09-01
|
|
/
/
*
|
|
fetch: skip on-demand checking when no submodules are configured
Jens Lehmann
2011-09-09
|
|
/
|
/
|
*
|
fetch: do not leak a refspec
Jim Meyering
2011-06-08
|
/
*
Merge branch 'jl/submodule-fetch-on-demand'
Junio C Hamano
2011-04-04
|
\
|
*
fetch/pull: Add the 'on-demand' value to the --recurse-submodules option
Jens Lehmann
2011-03-09
|
*
fetch/pull: recurse into submodules when necessary
Jens Lehmann
2011-03-09
*
|
Merge branch 'ab/i18n-st'
Junio C Hamano
2011-04-01
|
\
\
|
*
|
i18n: git-fetch split up "(non-fast-forward)" message
Ævar Arnfjörð Bjarmason
2011-03-09
|
*
|
i18n: git-fetch update_local_ref messages
Ævar Arnfjörð Bjarmason
2011-03-09
|
*
|
i18n: git-fetch formatting messages
Ævar Arnfjörð Bjarmason
2011-03-09
|
*
|
i18n: git-fetch basic messages
Ævar Arnfjörð Bjarmason
2011-03-09
|
|
/
*
|
Merge branch 'jk/trace-sifter'
Junio C Hamano
2011-03-19
|
\
\
|
*
|
add packet tracing debug code
Jeff King
2011-03-08
|
|
/
*
|
Make <identifier> lowercase as per CodingGuidelines
Michael J Gruber
2011-02-15
|
/
*
Merge branch 'jl/fetch-submodule-recursive'
Junio C Hamano
2010-12-16
|
\
|
*
Add the 'fetch.recurseSubmodules' config setting
Jens Lehmann
2010-11-12
|
*
fetch/pull: Add the --recurse-submodules option
Jens Lehmann
2010-11-12
*
|
Merge branch 'rs/opt-help-text'
Junio C Hamano
2010-11-24
|
\
\
|
*
|
add OPT__FORCE
René Scharfe
2010-11-15
[next]