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-12-15pack-objects: pass `bitmapped_pack`'s to pack-reuse functionsTaylor Blau
2023-12-15pack-objects: keep track of `pack_start` for each reuse packTaylor Blau
2023-12-15pack-objects: parameterize pack-reuse routines over a single packTaylor Blau
2023-12-15pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()`Taylor Blau
2023-12-15pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signatureTaylor Blau
2023-12-15pack-objects: free packing_data in more placesTaylor Blau
2023-12-14bisect: consistently write BISECT_EXPECTED_REV via the refdbPatrick Steinhardt
2023-12-13checkout: forbid "-B <branch>" from touching a branch used elsewhereJunio C Hamano
2023-12-12builtin/clone: create the refdb with the correct object formatPatrick Steinhardt
2023-12-12builtin/clone: skip reading HEAD when retrieving remotePatrick Steinhardt
2023-12-12builtin/clone: set up sparse checkout laterPatrick Steinhardt
2023-12-12builtin/clone: fix bundle URIs with mismatching object formatsPatrick Steinhardt
2023-12-11show-ref: use die_for_incompatible_opt3()René Scharfe
2023-12-10Merge branch 'ak/rebase-autosquash'Junio C Hamano
2023-12-10Merge branch 'vd/for-each-ref-unsorted-optimization'Junio C Hamano
2023-12-10Merge branch 'ss/format-patch-use-encode-headers-for-cover-letter'Junio C Hamano
2023-12-10Merge branch 'jw/git-add-attr-pathspec'Junio C Hamano
2023-12-09push: drop confusing configset/callback redundancyJeff King
2023-12-09fsck: handle NULL value when parsing message configJeff King
2023-12-09config: handle NULL value when parsing non-boolsJeff King
2023-12-09bisect: always clean on resetJeff King
2023-12-09worktree: simplify incompatibility message for --orphan and commit-ishRené Scharfe
2023-12-09worktree: standardize incompatibility messagesRené Scharfe
2023-12-09clean: factorize incompatibility messageRené Scharfe
2023-12-09revision, rev-parse: factorize incompatibility messages about - -exclude-hiddenRené Scharfe
2023-12-09repack: use die_for_incompatible_opt3() for -A/-k/--cruftRené Scharfe
2023-12-09push: use die_for_incompatible_opt4() for - -delete/--tags/--all/--mirrorRené Scharfe
2023-11-27i18n: factorize even more 'incompatible options' messagesRené Scharfe
2023-11-27column: release strbuf and string_list after useRené Scharfe
2023-11-26replay: stop assuming replayed branches do not divergeElijah Newren
2023-11-26replay: add --contained to rebase contained branchesElijah Newren
2023-11-26replay: add --advance or 'cherry-pick' modeElijah Newren
2023-11-26replay: use standard revision rangesElijah Newren
2023-11-26replay: make it a minimal server side commandElijah Newren
2023-11-26replay: remove HEAD related sanity checkElijah Newren
2023-11-26replay: remove progress and info outputElijah Newren
2023-11-26replay: add an important FIXME comment about gpg signingElijah Newren
2023-11-26replay: change rev walking optionsElijah Newren
2023-11-26replay: introduce pick_regular_commit()Elijah Newren
2023-11-26replay: die() instead of failing assert()Elijah Newren
2023-11-26replay: start using parse_options APIElijah Newren
2023-11-26replay: introduce new builtinElijah Newren
2023-11-26builtin/reflog.c: fix dry-run option short nameJosh Brobst
2023-11-24orphan/unborn: fix use of 'orphan' in end-user facing messagesJunio C Hamano
2023-11-23checkout: refactor die_if_checked_out() callerJunio C Hamano
2023-11-22merge-file: add --diff-algorithm optionAntonin Delpeuch
2023-11-16ref-filter.h: add functions for filter/format & format-onlyVictoria Dye
2023-11-16ref-filter.h: add max_count and omit_empty to ref_formatVictoria Dye
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye
2023-11-16rebase: support --autosquash without -iAndy Koppe