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-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-12strbuf: remove global variableCalvin Wan
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.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-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2022-07-19sequencer: rewrite update-refs as user edits todo listDerrick Stolee
2022-07-19sequencer: add update-ref commandDerrick Stolee
2022-07-19rebase-interactive: update 'merge' descriptionDerrick Stolee
2021-09-08rebase: remove a no-longer-used functionJohannes Schindelin
2021-02-11rebase -i: clarify and fix 'fixup -c' rebase-todo helpCharvi Mendiratta
2021-01-30rebase -i: add fixup [-C | -c] commandCharvi Mendiratta
2020-03-09Merge branch 'rt/format-zero-length-fix'Junio C Hamano
2020-03-03Merge branch 'en/rebase-backend'Junio C Hamano
2020-02-28rebase-interactive.c: silence format-zero-length warningsRalf Thielow
2020-02-17rebase (interactive-backend): make --keep-empty the defaultElijah Newren
2020-01-29rebase-interactive: warn if commit is dropped with `rebase --edit-todo'Alban Gruin
2020-01-29sequencer: move check_todo_list_from_file() to rebase-interactive.cAlban Gruin
2020-01-23rebase -i: also avoid SHA-1 collisions with missingCommitsCheckJohannes Schindelin
2019-03-07rebase-interactive: rewrite edit_todo_list() to handle the initial editAlban Gruin
2019-03-07rebase-interactive: append_todo_help() changesAlban Gruin
2019-03-07rebase-interactive: use todo_list_write_to_file() in edit_todo_list()Alban Gruin
2019-01-29sequencer: refactor check_todo_list() to work on a todo_listAlban Gruin
2019-01-29sequencer: refactor transform_todos() to work on a todo_listAlban Gruin
2018-11-12rebase-interactive.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12sequencer.c: remove implicit dependency on the_repositoryNguyễn Thái Ngọc Duy
2018-10-12rebase -i: introduce the 'break' commandJohannes Schindelin
2018-08-29rebase -i: remove unused modes and functionsAlban Gruin
2018-08-10sequencer: refactor append_todo_help() to write its message to a bufferAlban Gruin
2018-08-10rebase -i: rewrite the edit-todo functionality in CAlban Gruin
2018-08-10rebase -i: rewrite append_todo_help() in CAlban Gruin