summaryrefslogtreecommitdiff
path: root/builtin/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/remote-setbranches-usage-fix'Junio C Hamano2011-11-081-1/+1
|\
| * remote: fix set-branches usagejc/remote-setbranches-usage-fixJunio C Hamano2011-11-061-1/+1
* | Merge branch 'fc/remote-seturl-usage-fix'Junio C Hamano2011-11-081-1/+1
* | Merge branch 'cn/fetch-prune'Junio C Hamano2011-10-261-1/+2
|\ \
| * | fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto2011-10-151-1/+2
* | | Merge branch 'jc/match-refs-clarify'Junio C Hamano2011-10-211-2/+2
|\ \ \
| * | | rename "match_refs()" to "match_push_refs()"jc/match-refs-clarifyJunio C Hamano2011-09-121-2/+2
| |/ /
* | | Merge branch 'mz/remote-rename'Junio C Hamano2011-10-101-7/+21
|\ \ \ | |/ / |/| |
| * | remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk2011-09-111-3/+7
| * | remote rename: warn when refspec was not updatedMartin von Zweigbergk2011-09-111-0/+6
| * | remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk2011-09-111-1/+1
| * | remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk2011-09-111-4/+8
* | | Merge branch 'maint'Junio C Hamano2011-08-251-1/+1
|\ \ \ | |/ /
| * | whitespace: have SP on both sides of an assignment "="Junio C Hamano2011-08-251-1/+1
* | | Merge branch 'jk/clone-cmdline-config'Junio C Hamano2011-07-191-12/+2
|\ \ \ | |/ / |/| |
| * | remote: use new OPT_STRING_LISTJeff King2011-06-221-12/+2
* | | Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano2011-05-311-2/+2
|\ \ \ | |/ / |/| |
| * | remote: allow "-t" with fetch mirrorsJeff King2011-05-261-2/+2
* | | Merge branch 'jk/maint-remote-mirror-safer'Junio C Hamano2011-04-061-13/+49
|\ \ \ | |/ /
| * | remote: deprecate --mirrorJeff King2011-03-301-1/+7
| * | remote: separate the concept of push and fetch mirrorsJeff King2011-03-301-13/+38
| * | remote: disallow some nonsensical option combinationsJeff King2011-03-301-0/+5
* | | Fix sparse warningsStephen Boyd2011-03-221-1/+1
|/ /
* | Merge branch 'rs/opt-help-text'Junio C Hamano2010-11-241-2/+2
|\ \
| * | add description parameter to OPT__DRY_RUNRené Scharfe2010-11-151-1/+1
| * | add description parameter to OPT__VERBOSERené Scharfe2010-11-151-1/+1
* | | Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy2010-11-031-3/+3
|/ /
* | Use parentheses and `...' where appropriateŠtěpán Němec2010-10-081-1/+1
* | Use angles for placeholders consistentlyŠtěpán Němec2010-10-081-1/+1
* | string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-051-6/+6
* | Merge branch 'jp/string-list-api-cleanup'Junio C Hamano2010-06-301-34/+34
|\ \
| * | string_list: Fix argument order for string_list_appendJulian Phillips2010-06-271-23/+23
| * | string_list: Fix argument order for string_list_insertJulian Phillips2010-06-271-3/+3
| * | string_list: Fix argument order for for_each_string_listJulian Phillips2010-06-271-8/+8
* | | Merge branch 'gv/portable'Junio C Hamano2010-06-211-4/+7
|\ \ \
| * | | enums: omit trailing comma for portabilityGary V. Vaughan2010-05-311-1/+1
| * | | Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan2010-05-311-3/+6
* | | | Merge branch 'jn/remote-set-branches'Junio C Hamano2010-06-181-11/+91
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Add git remote set-branchesJonathan Nieder2010-05-191-11/+91
| |/
* | remote add: add a --[no-]tags optionSamuel Tardieu2010-04-191-1/+20
|/
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+1447