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-05-10Merge branch 'ob/sequencer-i18n-fix'Junio C Hamano
2023-05-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-28messages: capitalization and punctuation exceptionsOswald Buddenhagen
2023-04-28sequencer: actually translate report in do_exec()Oswald Buddenhagen
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren
2023-04-18Merge branch 'pw/rebase-cleanup-merge-strategy-option-handling'Junio C Hamano
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
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-10rebase -m: fix serialization of strategy optionsPhillip Wood
2023-04-10rebase -m: cleanup --strategy-option handlingPhillip Wood
2023-04-10sequencer: use struct strvec to store merge strategy optionsPhillip Wood
2023-04-10rebase: stop reading and writing unnecessary strategy statePhillip Wood
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-05Merge branch 'ob/sequencer-save-head-simplify'Junio C Hamano
2023-04-05Merge branch 'ob/rollback-after-commit-lock-failure'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-24sequencer: rewrite save_head() in terms of write_message()Oswald Buddenhagen
2023-03-24sequencer: remove pointless rollback_lock_file()Oswald Buddenhagen
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21environment: move comment_line_char from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20Merge branch 'ab/fix-strategy-opts-parsing'Junio C Hamano
2023-03-18Merge branch 'jc/gpg-lazy-init'Junio C Hamano
2023-03-18Merge branch 'en/header-cleanup'Junio C Hamano
2023-03-09sequencer.c: fix overflow & segfault in parse_strategy_opts()Ævar Arnfjörð Bjarmason
2023-03-01Merge branch 'pw/rebase-i-parse-fix'Junio C Hamano
2023-02-27Merge branch 'pw/rebase-i-validate-labels-early'Junio C Hamano
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-24rebase -i: fix parsing of "fixup -C<commit>"Phillip Wood
2023-02-24rebase -i: match whole word in is_command()Phillip Wood
2023-02-23Merge branch 'ab/hook-api-with-stdin'Junio C Hamano
2023-02-21rebase -i: check labels and refs when parsing todo listPhillip Wood
2023-02-10gpg-interface: lazily initialize and read the configurationJunio C Hamano
2023-02-08sequencer: use the new hook API for the simpler "post-rewrite" callEmily Shaffer
2023-02-07sequencer.c: always free() the "msgbuf" in do_pick_commit()Ævar Arnfjörð Bjarmason
2023-02-07builtin/revert.c: move free-ing of "revs" to replay_opts_release()Ævar Arnfjörð Bjarmason
2023-02-07sequencer API users: fix get_replay_opts() leaksÆvar Arnfjörð Bjarmason
2023-02-07sequencer.c: split up sequencer_remove_state()Ævar Arnfjörð Bjarmason