summaryrefslogtreecommitdiff
path: root/builtin/history.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-30Merge branch 'rs/tempfile-wo-the-repository'Junio C Hamano1-1/+1
2026-07-15Merge branch 'ps/history-drop'Junio C Hamano1-38/+246
2026-07-15Merge branch 'jc/history-message-prep-fix'Junio C Hamano1-7/+10
2026-07-14use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom reposRené Scharfe1-1/+1
2026-07-03builtin/history: implement "drop" subcommandPatrick Steinhardt1-0/+184
2026-07-03builtin/history: split handling of ref updates into two phasesPatrick Steinhardt1-38/+62
2026-06-29history: streamline message preparation and plug file stream leakJunio C Hamano1-7/+10
2026-06-11environment: stop using `the_repository` in `is_bare_repository()`Patrick Steinhardt1-1/+1
2026-06-07Merge branch 'kh/free-commit-list'Junio C Hamano1-2/+2
2026-05-29*: replace deprecated free_commit_listKristoffer Haugsbakk1-2/+2
2026-04-27builtin/history: introduce "fixup" subcommandPatrick Steinhardt1-4/+242
2026-04-27builtin/history: generalize function to commit treesPatrick Steinhardt1-19/+26
2026-04-06history: fix short help for argument of --update-refsRené Scharfe1-4/+4
2026-03-24Merge branch 'ps/history-split'Junio C Hamano1-27/+290
2026-03-09history: initialize rev_info in cmd_history_reword()René Scharfe1-1/+1
2026-03-03builtin/history: implement "split" subcommandPatrick Steinhardt1-0/+250
2026-03-03builtin/history: split out extended function to create commitsPatrick Steinhardt1-27/+40
2026-02-17builtin/history: rename "--ref-action=" to "--update-refs="Patrick Steinhardt1-4/+4
2026-02-17builtin/history: replace "--ref-action=print" with "--dry-run"Patrick Steinhardt1-70/+78
2026-02-17builtin/history: check for merges before asking for user inputPatrick Steinhardt1-0/+39
2026-02-17builtin/history: perform revwalk checks before asking for user inputPatrick Steinhardt1-26/+43
2026-01-13builtin/history: implement "reword" subcommandPatrick Steinhardt1-5/+410
2026-01-13builtin: add new "history" commandPatrick Steinhardt1-0/+22