summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-08fetch: do not leak a refspecLibravatar Jim Meyering1-2/+4
2011-04-04Merge branch 'jl/submodule-fetch-on-demand'Libravatar Junio C Hamano1-12/+36
2011-04-01Merge branch 'ab/i18n-st'Libravatar Junio C Hamano1-41/+41
2011-03-19Merge branch 'jk/trace-sifter'Libravatar Junio C Hamano1-0/+2
2011-03-09i18n: git-fetch split up "(non-fast-forward)" messageLibravatar Ævar Arnfjörð Bjarmason1-3/+3
2011-03-09i18n: git-fetch update_local_ref messagesLibravatar Ævar Arnfjörð Bjarmason1-5/+5
2011-03-09i18n: git-fetch formatting messagesLibravatar Ævar Arnfjörð Bjarmason1-10/+10
2011-03-09i18n: git-fetch basic messagesLibravatar Ævar Arnfjörð Bjarmason1-23/+23
2011-03-09fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionLibravatar Jens Lehmann1-3/+19
2011-03-09fetch/pull: recurse into submodules when necessaryLibravatar Jens Lehmann1-9/+17
2011-03-08add packet tracing debug codeLibravatar Jeff King1-0/+2
2011-02-15Make <identifier> lowercase as per CodingGuidelinesLibravatar Michael J Gruber1-3/+3
2010-12-16Merge branch 'jl/fetch-submodule-recursive'Libravatar Junio C Hamano1-14/+50
2010-11-24Merge branch 'rs/opt-help-text'Libravatar Junio C Hamano1-2/+1
2010-11-15add OPT__FORCELibravatar René Scharfe1-2/+1
2010-11-12Add the 'fetch.recurseSubmodules' config settingLibravatar Jens Lehmann1-5/+16
2010-11-12fetch/pull: Add the --recurse-submodules optionLibravatar Jens Lehmann1-14/+39
2010-11-03Change incorrect "remote branch" to "remote tracking branch" in C codeLibravatar Matthieu Moy1-1/+1
2010-11-03Change "tracking branch" to "remote-tracking branch"Libravatar Matthieu Moy1-2/+2
2010-10-08Use parentheses and `...' where appropriateLibravatar Štěpán Němec1-1/+1
2010-09-09builtin/fetch.c: comment that branch->remote_name is usable when has_mergeLibravatar Brandon Casey1-0/+3
2010-09-08Merge branch 'bc/maint-fetch-url-only'Libravatar Junio C Hamano1-1/+3
2010-08-31Merge branch 'dj/fetch-tagopt'Libravatar Junio C Hamano1-4/+6
2010-08-25builtin/fetch.c: ignore merge config when not fetching from branch's remoteLibravatar Brandon Casey1-1/+3
2010-08-18Merge branch 'tf/string-list-init'Libravatar Junio C Hamano1-4/+4
2010-08-18Merge branch 'ar/string-list-foreach'Libravatar Junio C Hamano1-29/+13
2010-08-14fetch: allow command line --tags to override configLibravatar Daniel Johnson1-4/+6
2010-07-27Clarify help message when no remote is specified in fetch/pull.Libravatar Matthieu Moy1-1/+2
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Libravatar Thiago Farina1-4/+4
2010-07-05Convert the users of for_each_string_list to for_each_string_list_item macroLibravatar Alex Riesen1-29/+13
2010-06-30Merge branch 'jp/string-list-api-cleanup'Libravatar Junio C Hamano1-9/+9
2010-06-27string_list: Fix argument order for string_list_appendLibravatar Julian Phillips1-4/+4
2010-06-27string_list: Fix argument order for string_list_lookupLibravatar Julian Phillips1-2/+2
2010-06-27string_list: Fix argument order for string_list_insertLibravatar Julian Phillips1-2/+2
2010-06-27string_list: Fix argument order for for_each_string_listLibravatar Julian Phillips1-1/+1
2010-05-31Rewrite dynamic structure initializations to runtime assignmentLibravatar Gary V. Vaughan1-2/+4
2010-04-09Merge branch 'maint'Libravatar Junio C Hamano1-4/+4
2010-03-20Merge branch 'maint'Libravatar Junio C Hamano1-6/+5
2010-03-15Merge branch 'tc/transport-verbosity'Libravatar Junio C Hamano1-4/+3
2010-03-10Merge branch 'lt/deepen-builtin-source'Libravatar Junio C Hamano1-0/+942
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+920