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
2023-11-02Merge branch 'jk/test-lsan-denoise-output' into maint-2.42Junio C Hamano
2023-11-02Merge branch 'js/ci-san-skip-p4-and-svn-tests' into maint-2.42Junio C Hamano
2023-11-02Merge branch 'tb/mark-more-tests-as-leak-free' into maint-2.42Junio C Hamano
2023-10-22merge-ort.c: fix typo 'neeed' to 'needed'王常新
2023-10-19am: align placeholder for --whitespace option with applyJunio C Hamano
2023-10-18commit: do not use cryptic "new_index" in end-user facing messagesJunio C Hamano
2023-10-17builtin/add.c: clean up die() messagesNaomi Ibe
2023-10-17doc/git-repack: don't mention nonexistent "--unpacked" optionPatrick Steinhardt
2023-10-17doc/git-repack: fix syntax for `-g` shorthand optionPatrick Steinhardt
2023-10-10doc/git-worktree: mention "refs/rewritten" as per-worktree refsPatrick Steinhardt
2023-10-09doc/cat-file: make synopsis and description less confusingŠtěpán Němec
2023-10-07doc: update list archive reference to use lore.kernel.orgJunio C Hamano
2023-10-06daemon: free listen_addr before returningJeff King
2023-10-06revision: clear decoration structs during release_revisions()Jeff King
2023-10-06decorate: add clear_decoration() functionJeff King
2023-10-05coverity: detect and report when the token or project is incorrectJohannes Schindelin
2023-10-03parse-options: drop unused parse_opt_ctx_t memberRené Scharfe
2023-09-25coverity: allow running on macOSJohannes Schindelin
2023-09-25coverity: support building on WindowsJohannes Schindelin
2023-09-25coverity: allow overriding the Coverity projectJohannes Schindelin
2023-09-25coverity: cache the Coverity Build ToolJohannes Schindelin
2023-09-25ci: add a GitHub workflow to submit Coverity scansJohannes Schindelin
2023-09-22test-lib: set UBSAN_OPTIONS to match ASanJeff King
2023-09-21am: fix error message in parse_opt_show_current_patch()Oswald Buddenhagen
2023-09-20show doc: redirect user to git log manual instead of git diff-treeHan Young
2023-09-18git-send-email.perl: avoid printing undef when validating addressesTaylor Blau
2023-09-16git-clean doc: fix "without do cleaning" typoCaleb Hill
2023-09-16git-config: fix misworded --type=path explanationEvan Gates
2023-09-15http: update curl http/2 info matching for curl 8.3.0Jeff King
2023-09-15http: factor out matching of curl http/2 trace linesJeff King
2023-09-13completion: improve doc for complex aliasesPhilippe Blain
2023-09-13sequencer: remove unreachable exit condition in pick_commits()Oswald Buddenhagen
2023-09-13t3404-rebase-interactive.sh: fix typos in title of a rewording testOswald Buddenhagen
2023-09-12diff-lib: fix check_removed when fsmonitor is onJosip Sokcevic
2023-09-11maintenance(systemd): support the Windows Subsystem for LinuxJohannes Schindelin
2023-09-11diff --no-index: fix -R with stdinRené Scharfe
2023-09-08completion(switch/checkout): treat --track and -t the sameJohannes Schindelin
2023-09-07grep: reject --no-orRené Scharfe
2023-09-06rebase -i: fix adding failed command to the todo listPhillip Wood
2023-09-06rebase --continue: refuse to commit after failed commandPhillip Wood
2023-09-06rebase: fix rewritten list for failed pickPhillip Wood
2023-09-06sequencer: factor out part of pick_commits()Phillip Wood
2023-09-06sequencer: use rebase_path_message()Phillip Wood
2023-09-06rebase -i: remove patch file after conflict resolutionPhillip Wood
2023-09-06rebase -i: move unlink() callsPhillip Wood
2023-09-06doc/diff-options: fix link to generating patch sectionSergey Organov
2023-09-06var: avoid a segmentation fault when `HOME` is unsetJohannes Schindelin
2023-09-06sequencer: fix error message on failure to copy SQUASH_MSGOswald Buddenhagen
2023-09-06grep: use OPT_INTEGER_F for --max-depthRené Scharfe
2023-09-06name-rev: use OPT_HIDDEN_BOOL for --peel-tagRené Scharfe