summaryrefslogtreecommitdiff
path: root/builtin/commit.c
AgeCommit message (Expand)Author
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
2019-10-16move run_commit_hook() to libgit and use it therePhillip Wood
2019-08-19wt-status: convert struct wt_status to object_idbrian m. carlson
2019-07-29Merge branch 'ds/close-object-store' into maintJunio C Hamano
2019-07-19Merge branch 'ra/cherry-pick-revert-skip'Junio C Hamano
2019-07-19Merge branch 'ds/commit-graph-incremental'Junio C Hamano
2019-07-09Merge branch 'jh/status-aheadbehind'Junio C Hamano
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-07-09Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano
2019-07-02cherry-pick/revert: advise using --skipRohit Ashiwal
2019-06-21status: ignore status.aheadbehind in porcelain formatsJeff Hostetler
2019-06-21status: add status.aheadbehind settingJeff Hostetler
2019-06-20commit-graph: create options for split filesDerrick Stolee
2019-06-12commit-graph: collapse parameters into flagsDerrick Stolee
2019-06-12commit-graph: return with errors during writeDerrick Stolee
2019-05-13Merge branch 'pw/clean-sequencer-state-upon-final-commit'Junio C Hamano