Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-24Merge branch 'pj/remote-set-branches-usage-fix'Junio C Hamano
2012-02-20remote: fix set-branches usage and documentationPhilip Jägenstedt
2012-01-30Merge branch 'nd/maint-refname-in-hierarchy-check'Junio C Hamano
2012-01-12Fix incorrect ref namespace checkNguyễn Thái Ngọc Duy
2011-12-13Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy
2011-11-14Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy
2011-11-09Merge branch 'jc/remote-setbranches-usage-fix'Junio C Hamano
2011-11-09Merge branch 'fc/remote-seturl-usage-fix'Junio C Hamano
2011-11-07remote: fix set-branches usageJunio C Hamano
2011-10-27Merge branch 'cn/fetch-prune'Junio C Hamano
2011-10-22Merge branch 'jc/match-refs-clarify'Junio C Hamano
2011-10-16fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto
2011-10-11Merge branch 'mz/remote-rename'Junio C Hamano
2011-09-13rename "match_refs()" to "match_push_refs()"Junio C Hamano
2011-09-12remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk
2011-09-12remote rename: warn when refspec was not updatedMartin von Zweigbergk
2011-09-12remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk
2011-09-12remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk
2011-08-26Merge branch 'maint'Junio C Hamano
2011-08-26whitespace: have SP on both sides of an assignment "="Junio C Hamano
2011-07-19Merge branch 'jk/clone-cmdline-config'Junio C Hamano
2011-06-22remote: use new OPT_STRING_LISTJeff King
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-31remote: deprecate --mirrorJeff King
2011-03-31remote: separate the concept of push and fetch mirrorsJeff King
2011-03-31remote: disallow some nonsensical option combinationsJeff King
2011-03-22Fix sparse warningsStephen Boyd
2010-11-25Merge 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-06-01enums: omit trailing comma for portabilityGary V. Vaughan
2010-06-01Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan
2010-05-20Add git remote set-branchesJonathan Nieder
2010-04-20remote add: add a --[no-]tags optionSamuel Tardieu
2010-02-23Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds