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

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-02Git 2.23-rc1v2.23.0-rc1Junio C Hamano
2019-08-02Merge branch 'sg/fsck-config-in-doc'Junio C Hamano
2019-08-02Merge branch 'js/visual-studio'Junio C Hamano
2019-08-02Merge branch 'jc/log-mailmap-flip-defaults'Junio C Hamano
2019-08-02Merge branch 'js/early-config-with-onbranch'Junio C Hamano
2019-08-02log: really flip the --mailmap defaultJunio C Hamano
2019-08-01tree-walk: harden make_traverse_path() length computationsJeff King
2019-08-01tree-walk: add a strbuf wrapper for make_traverse_path()Jeff King
2019-08-01tree-walk: accept a raw length for traverse_path_len()Jeff King
2019-08-01tree-walk: use size_t consistentlyJeff King
2019-08-01Merge branch 'jk/repack-silence-auto-bitmap-warning'Junio C Hamano
2019-08-01Merge branch 'jk/sort-iter-test-output'Junio C Hamano
2019-08-01Merge branch 'jc/dir-iterator-test-fix'Junio C Hamano
2019-08-01Merge branch 'bc/hash-independent-tests-part-4'Junio C Hamano
2019-08-01RelNotes/2.23.0: fix a few typos and other minor issuesMartin Ågren
2019-08-01Sync with maintJunio C Hamano
2019-08-01RelNotes/2.21.1: typofixMartin Ågren
2019-08-01log: flip the --mailmap default unconditionallyJunio C Hamano
2019-08-01l10n: it.po: update the Italian translation for v2.23.0Alessandro Menti
2019-08-01config: work around bug with includeif:onbranch and early configJohannes Schindelin
2019-08-01A few more last-minute fixesJunio C Hamano
2019-08-01Merge branch 'cb/xdiff-no-system-includes-in-dot-c'Junio C Hamano
2019-08-01Merge branch 'jk/no-system-includes-in-dot-c'Junio C Hamano
2019-07-31tree-walk: drop oid from traverse_infoJeff King
2019-07-31setup_traverse_info(): stop copying oidJeff King
2019-07-31repack: simplify handling of auto-bitmaps and .keep filesJeff King
2019-07-31repack: silence warnings when auto-enabled bitmaps cannot be builtJeff King
2019-07-31t7700: clean up .keep file in bitmap-writing testJeff King
2019-07-31t5510-fetch: fix negated 'test_i18ngrep' invocationSZEDER Gábor
2019-07-31t: sort output of hashmap iterationJeff King
2019-07-31l10n: sv.po: Update Swedish translation (4676t0f0u)Peter Krefting
2019-07-30grep: fix worktree case in submodulesMatheus Tavares
2019-07-30test-dir-iterator: do not assume errno valuesJunio C Hamano
2019-07-30l10n: git.pot: v2.23.0 round 1 (130 new, 35 removed)Jiang Xin
2019-07-30Merge tag 'v2.23.0-rc0' of git://git.kernel.org/pub/scm/git/gitJiang Xin
2019-07-30git: avoid calling aliased builtins via their dashed formJohannes Schindelin
2019-07-30bin-wrappers: append `.exe` to target paths if necessaryJohannes Schindelin
2019-07-30.gitignore: ignore Visual Studio's temporary/generated filesJohannes Schindelin
2019-07-30.gitignore: touch up the entries regarding Visual StudioPhilip Oakley
2019-07-30vcxproj: also link-or-copy builtinsJohannes Schindelin
2019-07-30msvc: add a Makefile target to pre-generate the Visual Studio solutionJohannes Schindelin
2019-07-30contrib/buildsystems: add a backend for modern Visual Studio versionsJohannes Schindelin
2019-07-30contrib/buildsystems: handle options starting with a slashJohannes Schindelin
2019-07-30contrib/buildsystems: also handle -lexpatJohannes Schindelin
2019-07-30contrib/buildsystems: handle libiconv, tooJohannes Schindelin
2019-07-30contrib/buildsystems: handle the curl library optionPhilip Oakley
2019-07-30contrib/buildsystems: error out on unknown optionJohannes Schindelin
2019-07-30contrib/buildsystems: optionally capture the dry-run in a filePhilip Oakley
2019-07-30contrib/buildsystems: redirect errors of the dry run into a log filePhilip Oakley
2019-07-30contrib/buildsystems: ignore gettext stuffPhilip Oakley