summaryrefslogtreecommitdiff
path: root/builtin/remote.c
AgeCommit message (Expand)Author
2011-05-31Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano
2011-05-26remote: allow "-t" with fetch mirrorsJeff King
2011-04-06Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano
2011-03-30remote: deprecate --mirrorJeff King
2011-03-30remote: separate the concept of push and fetch mirrorsJeff King
2011-03-30remote: disallow some nonsensical option combinationsJeff King
2011-03-22Fix sparse warningsStephen Boyd
2010-11-24Merge branch 'rs/opt-help-text'Junio C Hamano
2010-11-15add description parameter to OPT__DRY_RUNRené Scharfe
2010-11-15add description parameter to OPT__VERBOSERené Scharfe
2010-11-03Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec
2010-07-05string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina
2010-06-30Merge branch 'jp/string-list-api-cleanup'Junio C Hamano
2010-06-27string_list: Fix argument order for string_list_appendJulian Phillips
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips
2010-06-27string_list: Fix argument order for for_each_string_listJulian Phillips
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-18Merge branch 'jn/remote-set-branches'Junio C Hamano
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-05-31Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan
2010-05-20Add git remote set-branchesJonathan Nieder
2010-04-19remote add: add a --[no-]tags optionSamuel Tardieu
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds