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
2017-05-08setup_discovered_git_dir(): plug memory leakJohannes Schindelin
2017-05-08setup_bare_git_dir(): help static analysisJohannes Schindelin
2017-03-31Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano
2017-03-21prefix_filename: return newly allocated stringJeff King
2017-03-21prefix_filename: drop length parameterJeff King
2017-03-17Merge branch 'js/early-config'Junio C Hamano
2017-03-17setup: allow for prefix to be passed to git commandsBrandon Williams
2017-03-15setup.c: mention unresolved problemsJohannes Schindelin
2017-03-15setup_git_directory_gently_1(): avoid die()ingJohannes Schindelin
2017-03-15setup: introduce the discover_git_directory() functionJohannes Schindelin
2017-03-15setup_git_directory_1(): avoid changing global stateJohannes Schindelin
2017-03-15setup: prepare setup_discovered_git_dir() for the root directoryJohannes Schindelin
2017-03-13Merge branch 'js/realpath-pathdup-fix'Junio C Hamano
2017-03-11Merge branch 'rs/strbuf-add-real-path'Junio C Hamano
2017-03-09real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin
2017-03-08setup_git_directory(): use is_dir_sep() helperJohannes Schindelin
2017-02-27strbuf: add strbuf_add_real_path()René Scharfe
2017-01-26cache.h: expose the dying procedure for reading gitlinksStefan Beller
2017-01-26setup: add gentle version of resolve_git_dirStefan Beller
2016-12-13real_path: have callers use real_pathdup and strbuf_realpathBrandon Williams
2016-08-09i18n: setup: mark error messages for translationVasco Almeida
2016-06-18i18n: setup: mark strings for translationVasco Almeida
2016-04-23Merge branch 'jc/xstrfmt-null-with-prec-0'Junio C Hamano
2016-04-14Merge branch 'jk/check-repository-format'Junio C Hamano
2016-04-07setup.c: do not feed NULL to "%.*s" even with precision 0Junio C Hamano
2016-03-12verify_repository_format: mark messages for translationJeff King
2016-03-12setup: drop repository_format_version globalJeff King
2016-03-12setup: unify repository version callbacksJeff King
2016-03-12setup: refactor repo format reading and verificationJeff King
2016-03-12check_repository_format_gently: stop using git_config_earlyJeff King
2016-03-12lazily load core.sharedrepositoryJeff King
2016-03-12wrap shared_repository global in get/set accessorsJeff King
2016-03-12setup: document check_repository_format()Jeff King
2016-03-07setup: set startup_info->have_repository more reliablyJeff King
2016-03-07setup: make startup_info available everywhereJeff King
2016-02-27Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-25Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano
2016-02-23use xmallocz to avoid size arithmeticJeff King
2016-02-11Merge branch 'nd/do-not-move-worktree-manually'Junio C Hamano
2016-02-11check_filename: tighten dwim-wildcard ambiguityJeff King
2016-01-25clean: make is_git_repository a public functionJeff King
2016-01-23worktree: stop supporting moving worktrees manuallyNguyễn Thái Ngọc Duy
2015-10-27Merge branch 'jk/repository-extension'Junio C Hamano
2015-10-21Merge branch 'jk/war-on-sprintf'Junio C Hamano
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King
2015-09-14path: implement common_dir handling in git_pathdup_submodule()Max Kirillov
2015-09-02Merge branch 'nd/fixup-linked-gitdir'Junio C Hamano
2015-08-25write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano
2015-08-25setup: update the right file in multiple checkoutsNguyễn Thái Ngọc Duy
2015-08-24write_file(): drop "fatal" parameterJunio C Hamano