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
2016-02-23use st_add and st_mult for allocation size computationJeff King
2016-02-06Merge branch 'js/close-packs-before-gc' into maintJunio C Hamano
2016-02-06Merge branch 'js/fopen-harder' into maintJunio C Hamano
2016-01-13fetch: release pack files before garbage-collectingJohannes Schindelin
2016-01-12Handle more file writes correctly in shared reposJohannes Schindelin
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-10-05use alloc_ref rather than hand-allocating "struct ref"Jeff King
2015-10-05transport: use strbufs for status table "quickref" stringsJeff King
2015-09-25fetch: replace static buffer with xstrfmtJeff King
2015-09-01Merge branch 'hv/submodule-config'Junio C Hamano
2015-08-20Merge branch 'jk/git-path'Junio C Hamano
2015-08-19submodule: allow erroneous values for the fetchRecurseSubmodules optionHeiko Voigt
2015-08-18Merge branch 'mh/get-remote-group-fix'Junio C Hamano
2015-08-11memoize common git-path "constant" filesJeff King
2015-07-29get_remote_group(): use skip_prefix()Michael Haggerty
2015-07-29get_remote_group(): eliminate superfluous call to strcspn()Michael Haggerty
2015-07-29get_remote_group(): rename local variable "space" to "wordlen"Michael Haggerty
2015-07-29get_remote_group(): handle remotes with single-character namesMichael Haggerty
2015-06-22prune_refs(): use delete_refs()Michael Haggerty
2015-05-25builtin/fetch: rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-12Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-03-05Merge branch 'mh/refs-have-new'Junio C Hamano
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty
2015-02-14do not include the same header twiceДилян Палаузов
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy
2014-11-06Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano
2014-11-04fetch: load all default config at startupJeff King
2014-10-15fetch.c: change s_update_ref to use a ref transactionRonnie Sahlberg
2014-08-18fetch: silence git-gc if --quiet is givenNguyễn Thái Ngọc Duy
2014-08-18fetch: convert argv_gc_auto to struct argv_arrayNguyễn Thái Ngọc Duy
2014-07-09Merge branch 'jk/xstrfmt'Junio C Hamano
2014-06-20use xstrfmt to replace xmalloc + strcpy/strcatJeff King
2014-06-06fetch: allow explicit --refmap to override configurationJunio C Hamano
2014-02-28Merge branch 'ep/varscope'Junio C Hamano
2014-01-31builtin/fetch.c: reduce scope of variableElia Pinto
2014-01-18Merge branch 'nd/shallow-clone'Junio C Hamano
2014-01-03fetch --prune: Run prune before fetchingTom Miller
2014-01-03fetch --prune: always print header urlTom Miller
2013-12-18Merge branch 'nd/transport-positive-depth-only'Junio C Hamano
2013-12-18Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-11fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy
2013-12-11fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy
2013-12-07clone,fetch: catch non positive --depth option valueNguyễn Thái Ngọc Duy
2013-12-06replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-10-31ref_remove_duplicates(): simplify loop logicMichael Haggerty
2013-10-31fetch, remote: properly convey --no-prune options to subprocessesMichael Haggerty
2013-10-31fetch --prune: prune only based on explicit refspecsMichael Haggerty