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
2021-09-08Merge branch 'sg/column-nl'Junio C Hamano
2021-09-08Merge branch 'rs/branch-allow-deleting-dangling'Junio C Hamano
2021-09-08Merge branch 'mt/quiet-with-delayed-checkout'Junio C Hamano
2021-09-08Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano
2021-09-08Merge branch 'js/maintenance-launchctl-fix'Junio C Hamano
2021-09-08Merge branch 'ab/rebase-fatal-fatal-fix'Junio C Hamano
2021-09-08Merge branch 'ab/ls-remote-packet-trace'Junio C Hamano
2021-09-03Merge branch 'jk/commit-edit-fixup-fix'Junio C Hamano
2021-09-03Merge branch 'ps/connectivity-optim'Junio C Hamano
2021-08-31Merge branch 'cb/builtin-merge-format-string-fix'Junio C Hamano
2021-08-31Merge branch 'en/ort-becomes-the-default'Junio C Hamano
2021-08-31Merge branch 'en/merge-strategy-docs'Junio C Hamano
2021-08-31Merge branch 'en/pull-conflicting-options'Junio C Hamano
2021-08-28branch: allow deleting dangling branches with --forceRené Scharfe
2021-08-27checkout: make delayed checkout respect --quiet and --no-progressMatheus Tavares
2021-08-27column: fix parsing of the '--nl' optionSZEDER Gábor
2021-08-26use xopen() to handle fatal open(2) failuresRené Scharfe
2021-08-25Merge branch 'jt/push-negotiation-fixes'Junio C Hamano
2021-08-25Merge branch 'js/expand-runtime-prefix'Junio C Hamano
2021-08-25Merge branch 'zh/ref-filter-raw-data'Junio C Hamano
2021-08-25Merge branch 'ab/pack-stdin-packs-fix'Junio C Hamano
2021-08-25Merge branch 'ds/add-with-sparse-index'Junio C Hamano
2021-08-25rebase: emit one "fatal" in "fatal: fatal: <error>"Ævar Arnfjörð Bjarmason
2021-08-25ls-remote: set packet_trace_identity(<name>)Ævar Arnfjörð Bjarmason
2021-08-25maintenance: skip bootout/bootstrap when plist is registeredDerrick Stolee
2021-08-25maintenance: create `launchctl` configuration using a lock fileJohannes Schindelin
2021-08-15commit: restore --edit when combined with --fixupJoel Klinghed
2021-08-09builtin/merge: avoid -Wformat-extra-args from ancient XcodeCarlo Marcelo Arenas Belón
2021-08-06Change default merge backend from recursive to ortElijah Newren
2021-08-05revision: separate walk and unsorted flagsPatrick Steinhardt
2021-08-05Update error message and code commentElijah Newren
2021-08-04Merge branch 'rs/use-fspathhash'Junio C Hamano
2021-08-04Merge branch 'pb/merge-autostash-more'Junio C Hamano
2021-08-04Merge branch 'ds/commit-and-checkout-with-sparse-index'Junio C Hamano
2021-08-04Merge branch 'ah/plugleaks'Junio C Hamano
2021-08-04Merge branch 'ar/submodule-add'Junio C Hamano
2021-07-30use fspathhash() everywhereRené Scharfe
2021-07-29add: remove ensure_full_index() with --renormalizeDerrick Stolee
2021-07-29add: ignore outside the sparse-checkout in refresh()Derrick Stolee
2021-07-29add: allow operating on a sparse-only indexDerrick Stolee
2021-07-28Merge branch 'tb/reverse-midx'Junio C Hamano
2021-07-28Merge branch 'ds/status-with-sparse-index'Junio C Hamano
2021-07-28Merge branch 'dl/diff-merge-base'Junio C Hamano
2021-07-28Merge branch 'ab/attribute-format'Junio C Hamano
2021-07-28Merge branch 'jk/log-decorate-optim'Junio C Hamano
2021-07-28Merge branch 'sm/worktree-add-lock'Junio C Hamano
2021-07-28Merge branch 'hj/commit-allow-empty-message'Junio C Hamano
2021-07-26builtin/rebase: fix options.strategy memory lifecycleAndrzej Hunt
2021-07-26builtin/merge: free found_ref when doneAndrzej Hunt
2021-07-26builtin/mv: free or UNLEAK multiple pointers at end of cmd_mvAndrzej Hunt