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
*
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
*
|
|
Change incorrect "remote branch" to "remote tracking branch" in C code
Matthieu Moy
2010-11-03
*
|
|
Change "tracking branch" to "remote-tracking branch"
Matthieu Moy
2010-11-03
|
/
/
*
|
Use parentheses and `...' where appropriate
Štěpán Němec
2010-10-08
*
|
builtin/fetch.c: comment that branch->remote_name is usable when has_merge
Brandon Casey
2010-09-09
*
|
Merge branch 'bc/maint-fetch-url-only'
Junio C Hamano
2010-09-08
|
\
\
|
*
|
builtin/fetch.c: ignore merge config when not fetching from branch's remote
Brandon Casey
2010-08-25
*
|
|
Merge branch 'dj/fetch-tagopt'
Junio C Hamano
2010-08-31
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fetch: allow command line --tags to override config
Daniel Johnson
2010-08-14
*
|
|
Merge branch 'tf/string-list-init'
Junio C Hamano
2010-08-18
|
\
\
\
|
*
|
|
string_list: Add STRING_LIST_INIT macro and make use of it.
Thiago Farina
2010-07-05
*
|
|
|
Merge branch 'ar/string-list-foreach'
Junio C Hamano
2010-08-18
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Convert the users of for_each_string_list to for_each_string_list_item macro
Alex Riesen
2010-07-05
|
|
/
/
*
|
|
Clarify help message when no remote is specified in fetch/pull.
Matthieu Moy
2010-07-27
|
/
/
[next]