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-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21merge.h: move declarations for merge.c from cache.hElijah Newren
2023-05-10Merge branch 'ob/messages-capitalize-exception'Junio C Hamano
2023-04-28messages: capitalization and punctuation exceptionsOswald Buddenhagen
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-18Merge branch 'jc/gpg-lazy-init'Junio C Hamano
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-10gpg-interface: lazily initialize and read the configurationJunio C Hamano
2022-11-21{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason
2022-10-30use child_process members "args" and "env" directlyRené Scharfe
2022-07-01pull: fix a "struct oid_array" memory leakÆvar Arnfjörð Bjarmason
2022-05-21Merge branch 'gc/pull-recurse-submodules'Junio C Hamano
2022-05-12pull: do not let submodule.recurse override fetch.recurseSubmodulesGlen Choo
2022-02-26Merge branch 'ja/i18n-common-messages'Junio C Hamano
2022-02-19Merge branch 'js/short-help-outside-repo-fix'Junio C Hamano
2022-02-08checkout/fetch/pull/pack-objects: allow `-h` outside a repositoryJohannes Schindelin
2022-02-05Merge branch 'pb/pull-rebase-autostash-fix'Junio C Hamano
2022-02-05i18n: factorize "invalid value" messagesJean-Noël Avila
2022-01-14pull --rebase: honor rebase.autostash when fast-forwardingPhilippe Blain
2021-12-22fetch/pull: use the sparse indexDerrick Stolee
2021-12-11Merge branch 'ah/advice-pull-has-no-preference-between-rebase-and-merge'Junio C Hamano
2021-11-24Merge branch 'ev/pull-already-up-to-date-is-noop' into maintJunio C Hamano
2021-11-22Merge branch 'ev/pull-already-up-to-date-is-noop'Junio C Hamano
2021-11-19pull: don't say that merge is "the default strategy"Alex Henrie
2021-11-19pull: should be noop when already-up-to-dateErwin Villejo
2021-11-11Merge branch 'jc/fix-pull-ff-only-when-already-up-to-date'Junio C Hamano
2021-11-04Merge branch 'ar/fix-git-pull-no-verify'Junio C Hamano
2021-10-29pull: --ff-only should make it a noop when already-up-to-dateJunio C Hamano
2021-10-28pull: honor --no-verify and do not call the commit-msg hookAlex Riesen
2021-10-19Merge branch 'js/retire-preserve-merges'Junio C Hamano
2021-09-21Merge branch 'js/run-command-close-packs'Junio C Hamano
2021-09-09Close object store closer to spawning child processesJohannes Schindelin
2021-09-08pull: release packs before fetchingJohannes Schindelin
2021-09-08pull: remove support for `--rebase=preserve`Johannes Schindelin
2021-07-22pull: fix handling of multiple headsElijah Newren
2021-07-22pull: update docs & code for option compatibility with rebasingElijah Newren
2021-07-22pull: abort by default when fast-forwarding is not possibleElijah Newren
2021-07-22pull: make --rebase and --no-rebase override pull.ff=onlyElijah Newren
2021-07-22pull: since --ff-only overrides, handle it firstElijah Newren
2021-07-21pull: abort if --ff-only is given and fast-forwarding is impossibleAlex Henrie