summaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | merge: teach --autostash optionDenton Liu2020-04-101-0/+2
| |/
* | Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano2020-03-271-1/+1
|\ \
| * | commit: use expected signature header for SHA-256brian m. carlson2020-02-241-1/+1
| |/
* | Merge branch 'pw/advise-rebase-skip'Junio C Hamano2020-03-251-16/+24
|\ \ | |/ |/|
| * commit: give correct advice for empty commit during a rebasePhillip Wood2019-12-061-5/+19
| * commit: encapsulate determine_whence() for sequencerPhillip Wood2019-12-061-4/+1
| * commit: use enum value for multiple cherry-picksPhillip Wood2019-12-061-14/+11
* | Merge branch 'tb/commit-graph-object-dir'Junio C Hamano2020-02-141-1/+1
|\ \
| * | commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau2020-02-041-1/+1
* | | Merge branch 'js/patch-mode-in-others-in-c'Junio C Hamano2020-02-051-2/+6
|\ \ \
| * | | commit --interactive: make it work with the built-in `add -i`Johannes Schindelin2019-12-221-2/+6
* | | | Merge branch 'hw/commit-advise-while-rejecting'Junio C Hamano2020-01-231-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | commit: honor advice.statusHints when rejecting an empty commitHeba Waly2019-12-191-0/+1
| |/ /
* | | Merge branch 'am/pathspec-from-file'Junio C Hamano2019-12-251-0/+3
|\ \ \
| * | | commit: forbid --pathspec-from-file --allAlexandr Miloslavskiy2019-12-181-0/+3
* | | | Merge branch 'rs/commit-export-env-simplify'Junio C Hamano2019-12-161-1/+1
|\ \ \ \
| * | | | commit: use strbuf_add() to add a length-limited stringRené Scharfe2019-12-091-1/+1
* | | | | Merge branch 'am/pathspec-from-file'Junio C Hamano2019-12-101-4/+21
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | commit: support the --pathspec-from-file optionAlexandr Miloslavskiy2019-11-201-4/+21
| | |/ | |/|
* | | Merge branch 'pw/post-commit-from-sequencer'Junio C Hamano2019-11-101-22/+0
|\ \ \ | |/ / |/| |
| * | move run_commit_hook() to libgit and use it therePhillip Wood2019-10-161-22/+0
| * | Merge branch 'ds/close-object-store' into maintJunio C Hamano2019-07-291-2/+3
| |\ \ | | |/ | |/|
* | | wt-status: convert struct wt_status to object_idbrian m. carlson2019-08-201-2/+2
* | | Merge branch 'ra/cherry-pick-revert-skip'Junio C Hamano2019-07-191-5/+8
|\ \ \
| * | | cherry-pick/revert: advise using --skipRohit Ashiwal2019-07-021-5/+8
| |/ /
* | | Merge branch 'ds/commit-graph-incremental'Junio C Hamano2019-07-191-1/+1
|\ \ \
| * | | commit-graph: create options for split filesDerrick Stolee2019-06-201-1/+1
| | |/ | |/|
* | | Merge branch 'jh/status-aheadbehind'Junio C Hamano2019-07-101-1/+18
|\ \ \
| * | | status: ignore status.aheadbehind in porcelain formatsJeff Hostetler2019-06-211-4/+6
| * | | status: add status.aheadbehind settingJeff Hostetler2019-06-211-1/+16
| | |/ | |/|
* | | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-101-2/+2
|\ \ \
| * | | doc: promote "git restore"Nguyễn Thái Ngọc Duy2019-05-071-1/+1
* | | | Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano2019-07-101-2/+3
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | commit-graph: collapse parameters into flagsDerrick Stolee2019-06-121-1/+1
| * | commit-graph: return with errors during writeDerrick Stolee2019-06-121-2/+3
* | | Merge branch 'pw/clean-sequencer-state-upon-final-commit'Junio C Hamano2019-05-131-2/+1
|\ \ \
| * | | commit/reset: try to clean up sequencer statePhillip Wood2019-04-171-2/+1
| |/ /
* | | Merge branch 'dl/merge-cleanup-scissors-fix'Junio C Hamano2019-05-081-29/+20
|\ \ \
| * | | merge: add scissors line on merge conflictDenton Liu2019-04-181-5/+17
| * | | parse-options.h: extract common --cleanup optionDenton Liu2019-04-181-1/+1
| * | | commit: extract cleanup_mode functions to sequencerDenton Liu2019-04-181-23/+2
| | |/ | |/|
* | | Merge branch 'nd/commit-a-with-paths-msg-update'Junio C Hamano2019-04-251-1/+2
|\ \ \
| * | | commit: improve error message in "-a <paths>" caseNguyễn Thái Ngọc Duy2019-03-221-1/+2
| | |/ | |/|
* | | report_path_error(): drop unused prefix parameterJeff King2019-03-201-3/+3
| |/ |/|
* | Merge branch 'nd/completion-more-parameters'Junio C Hamano2019-03-071-0/+8
|\ \
| * | completion: add more parameter value completionNguyễn Thái Ngọc Duy2019-02-201-0/+8
| |/
* | Merge branch 'wh/author-committer-ident-config'Junio C Hamano2019-03-071-1/+2
|\ \ | |/ |/|
| * config: allow giving separate author and committer identsWilliam Hubbs2019-02-041-1/+2
* | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-071-3/+4
|\ \
| * | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1