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
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano
2022-11-21rebase: don't leak on "--abort"Ævar Arnfjörð Bjarmason
2022-11-21built-ins & libs & helpers: add/move destructors, fix leaksÆvar Arnfjörð Bjarmason
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-10rebase: stop exporting GIT_REFLOG_ACTIONPhillip Wood
2022-10-31Merge branch 'pw/rebase-reflog-fixes'Taylor Blau
2022-10-31Merge branch 'pw/rebase-keep-base-fixes'Taylor Blau
2022-10-17rebase: cleanup action handlingPhillip Wood
2022-10-17rebase --abort: improve reflog messagePhillip Wood
2022-10-17rebase --apply: make reflog messages match rebase --mergePhillip Wood
2022-10-17rebase --apply: respect GIT_REFLOG_ACTIONPhillip Wood
2022-10-17rebase --merge: fix reflog message after skippingPhillip Wood
2022-10-17rebase --merge: fix reflog when continuingPhillip Wood
2022-10-17rebase --apply: remove duplicated codePhillip Wood
2022-10-17rebase --keep-base: imply --no-fork-pointPhillip Wood
2022-10-17rebase --keep-base: imply --reapply-cherry-picksPhillip Wood
2022-10-17rebase: factor out branch_base calculationPhillip Wood
2022-10-17rebase: rename merge_base to branch_basePhillip Wood
2022-10-17rebase: store orig_head as a commitPhillip Wood
2022-10-17rebase: be stricter when reading state files containing oidsPhillip Wood
2022-07-19rebase: add rebase.updateRefs config optionDerrick Stolee
2022-07-19rebase: add --update-refs optionDerrick Stolee
2022-06-16builtin/rebase: remove a redundant space in l10n stringFangyi Zhou
2022-06-16Merge branch 'po/rebase-preserve-merges'Junio C Hamano
2022-06-06rebase: translate a die(preserve-merges) messagePhilip Oakley
2022-06-06rebase: note `preserve` merges may be a pull config optionPhilip Oakley
2022-06-06rebase: help users when dying with `preserve-merges`Philip Oakley
2022-06-06rebase.c: state preserve-merges has been removedPhilip Oakley
2022-05-11Merge branch 'ea/rebase-code-simplify'Junio C Hamano
2022-04-21rebase: use correct base for --keep-base when a branch is givenAlex Henrie
2022-04-20rebase: simplify an assignment of options.type in cmd_rebaseEdmundo Carmona Antoranz
2022-03-18rebase: set REF_HEAD_DETACH in checkout_up_to_date()John Cai
2022-02-26Merge branch 'ja/i18n-common-messages'Junio C Hamano
2022-02-19Merge branch 'pw/use-in-process-checkout-in-rebase'Junio C Hamano
2022-02-10Merge branch 'ab/config-based-hooks-2'Junio C Hamano
2022-02-05i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila
2022-01-26rebase --apply: set ORIG_HEAD correctlyPhillip Wood
2022-01-26rebase --apply: fix reflogPhillip Wood
2022-01-26reset_head(): take struct rebase_head_optsPhillip Wood
2022-01-26rebase: cleanup reset_head() callsPhillip Wood
2022-01-26create_autostash(): remove unneeded parameterPhillip Wood
2022-01-26reset_head(): make default_reflog_action optionalPhillip Wood
2022-01-26reset_head(): remove action parameterPhillip Wood
2022-01-26rebase: factor out checkout for up to date branchPhillip Wood
2022-01-08rebase: convert pre-rebase to use hook.hEmily Shaffer
2022-01-06i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila
2022-01-06i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-10-19Merge branch 'js/retire-preserve-merges'Junio C Hamano
2021-10-06Merge branch 'pw/rebase-of-a-tag-fix'Junio C Hamano