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
2014-10-14Merge branch 'rs/more-uses-of-skip-prefix'Junio C Hamano
2014-10-07use skip_prefix() to avoid more magic numbersRené Scharfe
2014-10-02lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-09-11Merge branch 'ta/config-set-2'Junio C Hamano
2014-09-09Merge branch 'jc/apply-ws-prefix'Junio C Hamano
2014-08-13builtin/apply.c: replace `git_config()` with `git_config_get_string_const()`Tanay Abhra
2014-08-07apply: omit ws check for excluded pathsJunio C Hamano
2014-08-07apply: hoist use_patch() helper for path exclusion upJunio C Hamano
2014-08-07apply: use the right attribute for paths in non-Git patchesJunio C Hamano
2014-07-28Merge branch 'jk/misc-fixes-maint'Junio C Hamano
2014-07-25apply: avoid possible bogus pointerJeff King
2014-07-21Merge branch 'maint'Junio C Hamano
2014-07-21use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe
2014-07-16Merge branch 'nd/split-index'Junio C Hamano
2014-07-09Merge branch 'jk/xstrfmt'Junio C Hamano
2014-06-25Merge branch 'jc/apply-ignore-whitespace' into maintJunio C Hamano
2014-06-20apply: use skip_prefix instead of raw additionJeff King
2014-06-20use xstrfmt to replace xmalloc + strcpy/strcatJeff King
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2014-06-03Merge branch 'jc/apply-ignore-whitespace'Junio C Hamano
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-04-01comments: fix misuses of "nor"Justin Lebar
2014-03-27apply --ignore-space-change: lines with and without leading whitespaces do no...Junio C Hamano
2014-03-15Merge branch 'nd/no-more-fnmatch'Junio C Hamano
2014-02-28Merge branch 'ep/varscope'Junio C Hamano
2014-02-21use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy
2014-01-31builtin/apply.c: reduce scope of variablesElia Pinto
2013-12-06replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-22Sync with Git 1.8.3.4Junio C Hamano
2013-07-22Merge branch 'nd/const-struct-cache-entry'Junio C Hamano
2013-07-22Merge branch 'tr/do-not-call-submodules-subprojects'Junio C Hamano
2013-07-22update URL to the marc.info mail archiveOndřej Bílka
2013-07-19apply.c::find_name_traditional(): do not initialize len to the line's lengthStefan Beller
2013-07-19Merge branch 'rs/logical-vs-binary-or' into maintJunio C Hamano
2013-07-18apply, entry: speak of submodules instead of subprojectsThomas Rast
2013-07-15Merge branch 'tr/maint-apply-non-git-patch-parsefix' into maintJunio C Hamano
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2013-06-27Merge branch 'tr/maint-apply-non-git-patch-parsefix'Junio C Hamano
2013-06-21apply: carefully strdup a possibly-NULL nameThomas Rast
2013-06-14use logical OR (||) instead of binary OR (|) in logical contextRené Scharfe
2013-04-13Sync with 'maint'Junio C Hamano
2013-04-13Correct common spelling mistakes in comments and testsStefano Lattarini
2013-04-03Merge branch 'jc/apply-ws-fix-tab-in-indent'Junio C Hamano
2013-03-22apply --whitespace=fix: avoid running over the postimage bufferJunio C Hamano
2013-02-14Merge branch 'jc/extended-fake-ancestor-for-gitlink'Junio C Hamano
2013-02-09Merge branch 'jk/apply-similaritly-parsing'Junio C Hamano
2013-02-06Merge branch 'jc/fake-ancestor-with-non-blobs'Junio C Hamano