aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu1-4/+4
2020-04-16tests: write commit-graph with Bloom filtersDerrick Stolee1-3/+1
2020-04-10merge: teach --autostash optionDenton Liu1-0/+2
2020-03-26Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano1-1/+1
2020-03-25Merge branch 'pw/advise-rebase-skip'Junio C Hamano1-16/+24
2020-02-24commit: use expected signature header for SHA-256brian m. carlson1-1/+1
2020-02-14Merge branch 'tb/commit-graph-object-dir'Junio C Hamano1-1/+1
2020-02-05Merge branch 'js/patch-mode-in-others-in-c'Junio C Hamano1-2/+6
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau1-1/+1
2020-01-22Merge branch 'hw/commit-advise-while-rejecting'Junio C Hamano1-0/+1
2019-12-25Merge branch 'am/pathspec-from-file'Junio C Hamano1-0/+3
2019-12-21commit --interactive: make it work with the built-in `add -i`Johannes Schindelin1-2/+6
2019-12-19commit: honor advice.statusHints when rejecting an empty commitHeba Waly1-0/+1
2019-12-18commit: forbid --pathspec-from-file --allAlexandr Miloslavskiy1-0/+3
2019-12-16Merge branch 'rs/commit-export-env-simplify'Junio C Hamano1-1/+1
2019-12-10Merge branch 'am/pathspec-from-file'Junio C Hamano1-4/+21
2019-12-09commit: use strbuf_add() to add a length-limited stringRené Scharfe1-1/+1
2019-12-06commit: give correct advice for empty commit during a rebasePhillip Wood1-5/+19
2019-12-06commit: encapsulate determine_whence() for sequencerPhillip Wood1-4/+1
2019-12-06commit: use enum value for multiple cherry-picksPhillip Wood1-14/+11
2019-11-20commit: support the --pathspec-from-file optionAlexandr Miloslavskiy1-4/+21
2019-11-10Merge branch 'pw/post-commit-from-sequencer'Junio C Hamano1-22/+0
2019-10-16move run_commit_hook() to libgit and use it therePhillip Wood1-22/+0
2019-08-19wt-status: convert struct wt_status to object_idbrian m. carlson1-2/+2
2019-07-29Merge branch 'ds/close-object-store' into maintJunio C Hamano1-2/+3
2019-07-19Merge branch 'ra/cherry-pick-revert-skip'Junio C Hamano1-5/+8
2019-07-19Merge branch 'ds/commit-graph-incremental'Junio C Hamano1-1/+1
2019-07-09Merge branch 'jh/status-aheadbehind'Junio C Hamano1-1/+18
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-2/+2
2019-07-09Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano1-2/+3
2019-07-02cherry-pick/revert: advise using --skipRohit Ashiwal1-5/+8
2019-06-21status: ignore status.aheadbehind in porcelain formatsJeff Hostetler1-4/+6
2019-06-21status: add status.aheadbehind settingJeff Hostetler1-1/+16
2019-06-19commit-graph: create options for split filesDerrick Stolee1-1/+1
2019-06-12commit-graph: collapse parameters into flagsDerrick Stolee1-1/+1
2019-06-12commit-graph: return with errors during writeDerrick Stolee1-2/+3
2019-05-13Merge branch 'pw/clean-sequencer-state-upon-final-commit'Junio C Hamano1-2/+1
2019-05-09Merge branch 'dl/merge-cleanup-scissors-fix'Junio C Hamano1-29/+20
2019-05-07doc: promote "git restore"Nguyễn Thái Ngọc Duy1-1/+1
2019-04-25Merge branch 'nd/commit-a-with-paths-msg-update'Junio C Hamano1-1/+2
2019-04-18merge: add scissors line on merge conflictDenton Liu1-5/+17
2019-04-18parse-options.h: extract common --cleanup optionDenton Liu1-1/+1
2019-04-18commit: extract cleanup_mode functions to sequencerDenton Liu1-23/+2
2019-04-17commit/reset: try to clean up sequencer statePhillip Wood1-2/+1
2019-03-22commit: improve error message in "-a <paths>" caseNguyễn Thái Ngọc Duy1-1/+2
2019-03-20report_path_error(): drop unused prefix parameterJeff King1-3/+3
2019-03-07Merge branch 'nd/completion-more-parameters'Junio C Hamano1-0/+8
2019-03-07Merge branch 'wh/author-committer-ident-config'Junio C Hamano1-1/+2
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy1-0/+8
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano1-3/+4