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
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-03Merge branch 'la/trailer-cleanups'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-20trailer: use offsets for trailer_start/trailer_endLinus Arver
2023-12-09sequencer: simplify away extra git_config_string() callJeff King
2023-09-20Merge branch 'ob/sequencer-remove-dead-code'Junio C Hamano
2023-09-14Merge branch 'pw/rebase-i-after-failure'Junio C Hamano
2023-09-14Merge branch 'ob/revert-of-revert-is-reapply'Junio C Hamano
2023-09-13Merge branch 'ob/sequencer-reword-error-message'Junio C Hamano
2023-09-13sequencer: remove unreachable exit condition in pick_commits()Oswald Buddenhagen
2023-09-08Merge branch 'jk/unused-post-2.42'Junio C Hamano
2023-09-06rebase -i: fix adding failed command to the todo listPhillip Wood
2023-09-06rebase --continue: refuse to commit after failed commandPhillip Wood
2023-09-06rebase: fix rewritten list for failed pickPhillip Wood
2023-09-06sequencer: factor out part of pick_commits()Phillip Wood
2023-09-06sequencer: use rebase_path_message()Phillip Wood
2023-09-06rebase -i: remove patch file after conflict resolutionPhillip Wood
2023-09-06rebase -i: move unlink() callsPhillip Wood
2023-09-06sequencer: fix error message on failure to copy SQUASH_MSGOswald Buddenhagen
2023-09-03sequencer: beautify subject of reverts of revertsOswald Buddenhagen
2023-09-01Merge branch 'ob/sequencer-empty-hint-fix'Junio C Hamano
2023-08-30sequencer: mark repository argument as unusedJeff King
2023-08-30sequencer: use repository parameter in short_commit_name()Jeff King
2023-08-24Merge branch 'mp/rebase-label-length-limit'Junio C Hamano
2023-08-24Merge branch 'ob/sequencer-rearrange-cleanup'Junio C Hamano
2023-08-24sequencer: rectify empty hint in call of require_clean_work_tree()Oswald Buddenhagen
2023-08-10rebase: allow overriding the maximal length of the generated labelsJohannes Schindelin
2023-08-10sequencer: truncate labels to accommodate loose refsMark Ruvald Pedersen
2023-08-10Merge branch 'pw/rebase-skip-commit-message-fix'Junio C Hamano
2023-08-09sequencer: simplify allocation of result array in todo_list_rearrange_squash()Oswald Buddenhagen
2023-08-03rebase --skip: fix commit message clean up when skipping squashPhillip Wood
2023-08-02Merge branch 'ah/sequencer-rewrite-todo-fix'Junio C Hamano
2023-07-24sequencer: finish parsing the todo list despite an invalid first lineAlex Henrie
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29config: pass kvi to die_bad_number()Glen Choo
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21merge.h: move declarations for merge.c from cache.hElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-06-12strbuf: remove global variableCalvin Wan
2023-05-19Merge branch 'js/rebase-count-fixes'Junio C Hamano
2023-05-15rebase -r: fix the total number shown in the progressJohannes Schindelin
2023-05-15rebase --update-refs: fix loopsJohannes Schindelin
2023-05-10Merge branch 'ob/messages-capitalize-exception'Junio C Hamano