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-07docs & comments: replace mentions of "git-add--interactive.perl"Ævar Arnfjörð Bjarmason
2023-02-07add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason
2023-02-07add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason
2023-02-07pack-objects: use strcspn(3) in name_cmp_len()René Scharfe
2023-02-06Sync with 2.38.4Johannes Schindelin
2023-02-06Sync with 2.37.6Johannes Schindelin
2023-02-06Sync with 2.36.5Johannes Schindelin
2023-02-06Sync with 2.35.7Johannes Schindelin
2023-02-06Sync with 2.34.7Johannes Schindelin
2023-02-06Sync with 2.33.7Johannes Schindelin
2023-02-06Sync with 2.32.6Johannes Schindelin
2023-02-06Sync with 2.31.7Johannes Schindelin
2023-02-06Sync with 2.30.8Johannes Schindelin
2023-02-04delta-islands: free island_marks and bitmapsEric Wong
2023-02-04Merge branch 'en/rebase-incompatible-opts'Junio C Hamano
2023-01-31fetch: fetch from an external bundle URIDerrick Stolee
2023-01-31clone: set fetch.bundleURI if appropriateDerrick Stolee
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-25clone: delay picking a transport until after get_repo_path()Taylor Blau
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