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
2022-10-21Merge branch 'rj/branch-edit-description-with-nth-checkout'Junio C Hamano
2022-10-21Merge branch 'jc/symbolic-ref-no-recurse'Junio C Hamano
2022-10-18Sync with v2.38.1Junio C Hamano
2022-10-18Merge branch 'rj/branch-edit-desc-unborn'Junio C Hamano
2022-10-18Merge branch 'jc/branch-description-unset'Junio C Hamano
2022-10-18Merge branch 'jk/cleanup-callback-parameters'Junio C Hamano
2022-10-18Merge branch 'rs/bisect-start-leakfix'Junio C Hamano
2022-10-18Merge branch 'ed/fsmonitor-on-networked-macos'Junio C Hamano
2022-10-11Merge branch 'rs/gc-pack-refs-simplify'Junio C Hamano
2022-10-11branch: support for shortcuts like @{-1}, completedRubén Justo
2022-10-10Merge branch 'hn/parse-worktree-ref'Junio C Hamano
2022-10-10Merge branch 'ah/branch-autosetupmerge-grammofix'Junio C Hamano
2022-10-10Merge branch 'sy/sparse-grep'Junio C Hamano
2022-10-10Merge branch 'ds/scalar-unregister-idempotent'Junio C Hamano
2022-10-10Merge branch 'jk/remote-rename-without-fetch-refspec'Junio C Hamano
2022-10-10Merge branch 'jk/clone-allow-bare-and-o-together'Junio C Hamano
2022-10-10Merge branch 'jk/fsck-on-diet'Junio C Hamano
2022-10-10Merge branch 'ah/fsmonitor-daemon-usage-non-l10n'Junio C Hamano
2022-10-09symbolic-ref: teach "--[no-]recurse" optionJunio C Hamano
2022-10-08branch: description for non-existent branch errorsRubén Justo
2022-10-07bisect--helper: plug strvec leakRené Scharfe
2022-10-07Sync with 2.37.4Taylor Blau
2022-10-07Sync with 2.36.3Taylor Blau
2022-10-07Sync with 2.35.5Taylor Blau
2022-10-07Sync with 2.34.5Taylor Blau
2022-10-07Sync with 2.33.5Taylor Blau
2022-10-07Sync with 2.32.4Taylor Blau
2022-10-07Sync with 2.31.5Taylor Blau
2022-10-07Sync with 2.30.6Taylor Blau
2022-10-06commit: avoid writing to global in option callbackJeff King
2022-10-06multi-pack-index: avoid writing to global in option callbackJeff King
2022-10-05gc: simplify maintenance_task_pack_refs()René Scharfe
2022-10-05fsmonitor: deal with synthetic firmlinks on macOSEric DeCosta
2022-10-05fsmonitor: relocate socket file if .git directory is remoteEric DeCosta
2022-10-01builtin/clone.c: disallow `--local` clones with symlinksTaylor Blau
2022-09-30branch: do not fail a no-op --edit-descJunio C Hamano
2022-09-29push: improve grammar of branch.autoSetupMerge adviceAlex Henrie
2022-09-27gc: replace config subprocesses with API callsDerrick Stolee
2022-09-27maintenance: add 'unregister --force'Derrick Stolee
2022-09-23builtin/grep.c: integrate with sparse indexShaoxuan Yuan
2022-09-22remote: handle rename of remote without fetch refspecJeff King
2022-09-22clone: allow "--bare" with "-o"Jeff King
2022-09-22parse_object_buffer(): respect save_commit_bufferJeff King
2022-09-22fsck: turn off save_commit_bufferJeff King
2022-09-22fsck: free tree buffers after walking unreachable objectsJeff King
2022-09-22Merge branch 'sg/parse-options-subcommand'Junio C Hamano
2022-09-22Merge branch 'vd/scalar-generalize-diagnose'Junio C Hamano
2022-09-21fsmonitor--daemon: don't translate literal commandsAlex Henrie
2022-09-21builtin/diagnose.c: don't translate the two mode valuesAlex Henrie
2022-09-21gc: don't translate literal commandsAlex Henrie