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
2020-12-09t7064: avoid relying on a specific default branch nameJohannes Schindelin
2020-12-09t7900: fix typo: "test_execpt_success"Josh Steadmon
2020-12-08completion: bash: fix gitk alias regressionFelipe Contreras
2020-12-07commit-graph: use size_t for array allocation and indexingJeff King
2020-12-07commit-graph: replace packed_oid_list with oid_arrayJeff King
2020-12-07commit-graph: drop count_distinct_commits() functionJeff King
2020-12-07oid-array: provide a for-loop iteratorJeff King
2020-12-07t6300: avoid using the default name of the initial branchJohannes Schindelin
2020-12-05oid-array: make sort function publicJeff King
2020-12-05cache.h: move hash/oid functions to hash.hJeff King
2020-12-05t0064: make duplicate tests more robustJeff King
2020-12-05t0064: drop sha1 mention from filenameJeff King
2020-12-05oid-array.h: drop sha1 mention from header guardJeff King
2020-12-04cmake: determine list of extra built-ins dynamicallyJohannes Schindelin
2020-12-04t5526: drop the prereq expecting the default branch name `main`Johannes Schindelin
2020-12-04t5526: avoid depending on a specific default branch nameJohannes Schindelin
2020-12-04ci(vs-build): stop passing the iconv library location explicitlyDennis Ameling
2020-12-03upload-pack.c: don't free allowed_filters util pointersTaylor Blau
2020-12-03builtin/clone.c: don't ignore transport_fetch_refs() errorsTaylor Blau
2020-12-03style: indent multiline "if" conditions to alignJeff King
2020-12-03upload-pack: propagate return value from object filter config callbackJeff King
2020-12-03Tenth batchJunio C Hamano
2020-12-03Merge branch 'pk/subsub-fetch-fix'Junio C Hamano
2020-12-03Merge branch 'jk/stop-pack-objects-when-fetch-is-killed'Junio C Hamano
2020-12-03Merge branch 'jk/stop-pack-objects-when-push-is-killed'Junio C Hamano
2020-12-03Merge branch 'tb/repack-simplify'Junio C Hamano
2020-12-03Merge branch 'pb/pull-rebase-recurse-submodules'Junio C Hamano
2020-12-03Merge branch 'ab/retire-parse-remote'Junio C Hamano
2020-12-03doc: make HTML manual reproducibleArnout Engelen
2020-12-03Revert "submodules: fix of regression on fetching of non-init subsub-repo"Junio C Hamano
2020-12-03glossary: improve "branch" definitionSergey Organov
2020-12-03Makefile: mark git-maintenance as a builtinJeff King
2020-12-03apply: don't use core.sharedRepository to create working tree filesMatheus Tavares
2020-12-03banned.h: mark ctime_r() and asctime_r() as bannedJeff King
2020-12-03gitignore: remove entry for git serveRené Scharfe
2020-12-03gitignore: drop duplicate entry for git-sh-i18nJeff King
2020-12-03t7900: speed up expensive testJeff King
2020-12-02banned.h: mark non-reentrant gmtime, etc as bannedJeff King
2020-12-02config.txt: fix a typo (backslash != backquote)Štěpán Němec
2020-12-02builtin/bugreport.c: use thread-safe localtime_r()Taylor Blau
2020-12-01upload-pack: kill pack-objects helper on signal or exitJeff King
2020-12-01imap-send: parse default git configNicolas Morey-Chaisemartin
2020-12-01completion: zsh: fix file completion regressionFelipe Contreras
2020-12-01tests: lib-functions: trivial style cleanupsFelipe Contreras
2020-12-01test: completion: fix typosFelipe Contreras
2020-12-01.gitignore: remove dangling fileFelipe Contreras
2020-12-01refspec: trivial cleanupFelipe Contreras
2020-12-01Ninth batchJunio C Hamano
2020-12-01Merge branch 'sa/credential-store-timeout'Junio C Hamano
2020-12-01Merge branch 'km/stash-error-message-fix'Junio C Hamano