summaryrefslogtreecommitdiff
path: root/builtin/commit.c
AgeCommit message (Expand)Author
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-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
2019-05-08Merge branch 'dl/merge-cleanup-scissors-fix'Junio C Hamano
2019-05-07doc: promote "git restore"Nguyễn Thái Ngọc Duy
2019-04-25Merge branch 'nd/commit-a-with-paths-msg-update'Junio C Hamano
2019-04-18merge: add scissors line on merge conflictDenton Liu
2019-04-18parse-options.h: extract common --cleanup optionDenton Liu
2019-04-18commit: extract cleanup_mode functions to sequencerDenton Liu
2019-04-17commit/reset: try to clean up sequencer statePhillip Wood
2019-03-22commit: improve error message in "-a <paths>" caseNguyễn Thái Ngọc Duy
2019-03-20report_path_error(): drop unused prefix parameterJeff King
2019-03-07Merge branch 'nd/completion-more-parameters'Junio C Hamano
2019-03-07Merge branch 'wh/author-committer-ident-config'Junio C Hamano
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-02-04config: allow giving separate author and committer identsWilliam Hubbs
2019-01-29Merge branch 'jk/save-getenv-result'Junio C Hamano
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-14read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy
2019-01-14read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy
2019-01-14notes-utils.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2019-01-12commit: copy saved getenv() resultJeff King
2019-01-04Merge branch 'nd/the-index'Junio C Hamano
2018-11-18Merge branch 'jk/unused-parameter-fixes'Junio C Hamano