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-02-04Merge branch 'en/rebase-incompatible-opts'Junio C Hamano
2023-01-27Merge branch 'cw/fetch-remote-group-with-duplication'Junio C Hamano
2023-01-27Merge branch 'jk/hash-object-literally-fd-leak'Junio C Hamano
2023-01-27Merge branch 'ab/cache-api-cleanup-users'Junio C Hamano
2023-01-25rebase: provide better error message for apply options vs. merge configElijah Newren
2023-01-25rebase: put rebase_options initialization in single placeElijah Newren
2023-01-25rebase: add coverage of other incompatible optionsElijah Newren
2023-01-25rebase: fix incompatiblity checks for --[no-]reapply-cherry-picksElijah Newren
2023-01-25rebase: flag --apply and --merge as incompatibleElijah Newren
2023-01-25rebase: mark --update-refs as requiring the merge backendElijah Newren
2023-01-24Merge branch 'jc/format-patch-v-unleak'Junio C Hamano
2023-01-24Merge branch 'ab/test-env-helper'Junio C Hamano
2023-01-24Merge branch 'kn/attr-from-tree'Junio C Hamano
2023-01-24Merge branch 'rs/ls-tree-path-expansion-fix'Junio C Hamano
2023-01-24Merge branch 'ab/cache-api-cleanup'Junio C Hamano
2023-01-22Merge branch 'ab/bisect-cleanup'Junio C Hamano
2023-01-22Merge branch 'tl/ls-tree-code-clean-up'Junio C Hamano
2023-01-22Merge branch 'pw/rebase-exec-cleanup'Junio C Hamano
2023-01-22Merge branch 'sk/merge-filtering-strategies-micro-optim'Junio C Hamano
2023-01-22Merge branch 'rs/dup-array'Junio C Hamano
2023-01-20fetch: fix duplicate remote parallel fetch bugCalvin Wan
2023-01-19hash-object: fix descriptor leak with --literallyJeff King
2023-01-18treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason
2023-01-18Merge branch 'ab/cache-api-cleanup' into ab/cache-api-cleanup-usersJunio C Hamano
2023-01-16Merge branch 'jk/strncmp-to-api-funcs'Junio C Hamano
2023-01-16Merge branch 'ar/dup-words-fixes'Junio C Hamano
2023-01-16Merge branch 'tr/am--no-verify'Junio C Hamano
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason
2023-01-16format-patch: unleak "-v <num>"Junio C Hamano
2023-01-15ls-tree: remove dead store and strbuf for quote_c_style()René Scharfe
2023-01-15ls-tree: fix expansion of repeated %(path)René Scharfe
2023-01-15env-helper: move this built-in to "test-tool env-helper"Ævar Arnfjörð Bjarmason
2023-01-14attr: add flag `--source` to work with tree-ishKarthik Nayak
2023-01-14ls-tree: cleanup the redundant SPACETeng Long
2023-01-14ls-tree: make "line_termination" less genericÆvar Arnfjörð Bjarmason
2023-01-14ls-tree: fold "show_tree_data" into "cb" structÆvar Arnfjörð Bjarmason
2023-01-14ls-tree: use a "struct options"Ævar Arnfjörð Bjarmason
2023-01-14ls-tree: don't use "show_tree_data" for "fast" callbacksÆvar Arnfjörð Bjarmason
2023-01-14bisect: remove Cogito-related codeJohannes Schindelin
2023-01-14bisect run: fix the error messageJohannes Schindelin
2023-01-14bisect--helper: make the order consistently `argc, argv`Ævar Arnfjörð Bjarmason
2023-01-14bisect--helper: simplify exit code computationJohannes Schindelin
2023-01-13rebase: cleanup "--exec" option handlingPhillip Wood
2023-01-13builtin/difftool.c: { 0 }-initialize rather than using memset()Ævar Arnfjörð Bjarmason
2023-01-13merge: break out of all_strategy loop when strategy is foundSeija Kijin
2023-01-09use DUP_ARRAYRené Scharfe
2023-01-08convert trivial uses of strncmp() to skip_prefix()Jeff King
2023-01-08convert trivial uses of strncmp() to starts_with()Jeff King
2023-01-08*: fix typos which duplicate a wordAndrei Rybak
2023-01-05Merge branch 'ab/no-more-git-global-super-prefix'Junio C Hamano