summaryrefslogtreecommitdiff
path: root/builtin/commit.c
AgeCommit message (Expand)Author
2021-08-04Merge branch 'ds/commit-and-checkout-with-sparse-index'Junio C Hamano
2021-07-28Merge branch 'ds/status-with-sparse-index'Junio C Hamano
2021-07-14commit: integrate with sparse-indexDerrick Stolee
2021-07-14status: use sparse-index throughoutDerrick Stolee
2021-07-09commit: remove irrelavent prompt on `--allow-empty-message`Hu Jialun
2021-07-09commit: reorganise commit hint stringsHu Jialun
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-14commit: ensure full indexDerrick Stolee
2021-04-07Merge branch 'zh/commit-trailer'Junio C Hamano
2021-03-26Merge branch 'cm/rebase-i-fixup-amend-reword'Junio C Hamano
2021-03-23commit: add --trailer optionZheNing Hu
2021-03-15commit: add a reword suboption to --fixupCharvi Mendiratta
2021-03-15commit: add amend suboption to --fixup to create amend! commitCharvi Mendiratta
2021-01-12shortlog: remove unused(?) "repo-abbrev" featureÆvar Arnfjörð Bjarmason
2020-10-20Documentation: stylistically normalize references to Signed-off-by:Bradley M. Kuhn
2020-09-30drop unused argc parametersJeff King
2020-09-25Merge branch 'ds/maintenance-part-1'Junio C Hamano
2020-09-17maintenance: replace run_auto_gc()Derrick Stolee
2020-09-03Merge branch 'pw/rebase-i-more-options'Junio C Hamano
2020-08-21builtin/commit: suggest update-ref for pseudoref removalHan-Wen Nienhuys
2020-08-17am: stop exporting GIT_COMMITTER_DATEPhillip Wood
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King
2020-05-13Merge branch 'jc/auto-gc-quiet'Junio C Hamano
2020-05-07auto-gc: pass --quiet down from am, commit, merge and rebaseJunio C Hamano
2020-05-05Merge branch 'dl/opt-callback-cleanup'Junio C Hamano
2020-05-01Merge branch 'ds/blame-on-bloom'Junio C Hamano
2020-04-29Merge branch 'dl/merge-autostash'Junio C Hamano
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-04-16tests: write commit-graph with Bloom filtersDerrick Stolee
2020-04-10merge: teach --autostash optionDenton Liu
2020-03-27Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano
2020-03-25Merge branch 'pw/advise-rebase-skip'Junio C Hamano
2020-02-24commit: use expected signature header for SHA-256brian m. carlson
2020-02-14Merge branch 'tb/commit-graph-object-dir'Junio C Hamano
2020-02-05Merge branch 'js/patch-mode-in-others-in-c'Junio C Hamano
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau
2020-01-22Merge branch 'hw/commit-advise-while-rejecting'Junio C Hamano
2019-12-25Merge branch 'am/pathspec-from-file'Junio C Hamano
2019-12-22commit --interactive: make it work with the built-in `add -i`Johannes Schindelin
2019-12-19commit: honor advice.statusHints when rejecting an empty commitHeba Waly
2019-12-18commit: forbid --pathspec-from-file --allAlexandr Miloslavskiy
2019-12-16Merge branch 'rs/commit-export-env-simplify'Junio C Hamano
2019-12-10Merge branch 'am/pathspec-from-file'Junio C Hamano
2019-12-09commit: use strbuf_add() to add a length-limited stringRené Scharfe
2019-12-06commit: give correct advice for empty commit during a rebasePhillip Wood
2019-12-06commit: encapsulate determine_whence() for sequencerPhillip Wood
2019-12-06commit: use enum value for multiple cherry-picksPhillip Wood
2019-11-20commit: support the --pathspec-from-file optionAlexandr Miloslavskiy
2019-11-10Merge branch 'pw/post-commit-from-sequencer'Junio C Hamano