aboutsummaryrefslogtreecommitdiff
path: root/builtin/fetch.c
Commit message (Expand)AuthorAge
* Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-13
|\
| * Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano2011-12-13
| |\
| | * Merge branch 'jk/maint-fetch-status-table' into maint-1.7.6Junio C Hamano2011-12-13
| | |\
| | | * fetch: create status table using strbufJeff King2011-12-09
* | | | Merge branch 'cn/fetch-prune'Junio C Hamano2011-10-26
|\ \ \ \ | |/ / /
| * | | fetch: treat --tags like refs/tags/*:refs/tags/* when pruningCarlos Martín Nieto2011-10-15
| * | | fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto2011-10-15
| * | | fetch: free all the additional refspecsCarlos Martín Nieto2011-10-07
| |/ /
* | | Merge branch 'tc/fetch-leak'Junio C Hamano2011-10-17
|\ \ \
| * | | fetch: plug two leaks on error exit in store_updated_refsTay Ray Chuan2011-10-07
* | | | Merge branch 'jc/receive-verify'Junio C Hamano2011-10-05
|\ \ \ \
| * | | | check_everything_connected(): libifyJunio C Hamano2011-09-09
| * | | | check_everything_connected(): refactor to use an iteratorJunio C Hamano2011-09-09
| * | | | fetch: verify we have everything we need before updating our refJunio C Hamano2011-09-09
* | | | | Merge branch 'jc/fetch-verify'Junio C Hamano2011-10-05
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | fetch: verify we have everything we need before updating our refJunio C Hamano2011-09-01
| |/ /
* | | fetch: skip on-demand checking when no submodules are configuredJens Lehmann2011-09-09
| |/ |/|
* | fetch: do not leak a refspecJim Meyering2011-06-08
|/
* Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano2011-04-04
|\
| * fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann2011-03-09
| * fetch/pull: recurse into submodules when necessaryJens Lehmann2011-03-09
* | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-01
|\ \
| * | i18n: git-fetch split up "(non-fast-forward)" messageÆvar Arnfjörð Bjarmason2011-03-09
| * | i18n: git-fetch update_local_ref messagesÆvar Arnfjörð Bjarmason2011-03-09
| * | i18n: git-fetch formatting messagesÆvar Arnfjörð Bjarmason2011-03-09
| * | i18n: git-fetch basic messagesÆvar Arnfjörð Bjarmason2011-03-09
| |/
* | Merge branch 'jk/trace-sifter'Junio C Hamano2011-03-19
|\ \
| * | add packet tracing debug codeJeff King2011-03-08
| |/
* | Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-15
|/
* Merge branch 'jl/fetch-submodule-recursive'Junio C Hamano2010-12-16
|\
| * Add the 'fetch.recurseSubmodules' config settingJens Lehmann2010-11-12
| * fetch/pull: Add the --recurse-submodules optionJens Lehmann2010-11-12
* | Merge branch 'rs/opt-help-text'Junio C Hamano2010-11-24
|\ \
| * | add OPT__FORCERené Scharfe2010-11-15
* | | Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy2010-11-03
* | | Change "tracking branch" to "remote-tracking branch"Matthieu Moy2010-11-03
|/ /
* | Use parentheses and `...' where appropriateŠtěpán Němec2010-10-08
* | builtin/fetch.c: comment that branch->remote_name is usable when has_mergeBrandon Casey2010-09-09
* | Merge branch 'bc/maint-fetch-url-only'Junio C Hamano2010-09-08
|\ \
| * | builtin/fetch.c: ignore merge config when not fetching from branch's remoteBrandon Casey2010-08-25
* | | Merge branch 'dj/fetch-tagopt'Junio C Hamano2010-08-31
|\ \ \ | |_|/ |/| |
| * | fetch: allow command line --tags to override configDaniel Johnson2010-08-14
* | | Merge branch 'tf/string-list-init'Junio C Hamano2010-08-18
|\ \ \
| * | | string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-05
* | | | Merge branch 'ar/string-list-foreach'Junio C Hamano2010-08-18
|\ \ \ \ | |/ / /
| * | | Convert the users of for_each_string_list to for_each_string_list_item macroAlex Riesen2010-07-05
| |/ /
* | | Clarify help message when no remote is specified in fetch/pull.Matthieu Moy2010-07-27
|/ /
* | Merge branch 'jp/string-list-api-cleanup'Junio C Hamano2010-06-30
|\ \
| * | string_list: Fix argument order for string_list_appendJulian Phillips2010-06-27
| * | string_list: Fix argument order for string_list_lookupJulian Phillips2010-06-27