aboutsummaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAge
* Merge branch 'ak/commit-only-allow-empty' into maintJunio C Hamano2017-01-17
|\
| * commit: remove 'Clever' message for --only --amendAndreas Krey2016-12-09
| * commit: make --only --allow-empty work without pathsAndreas Krey2016-12-05
| * Merge branch 'os/no-verify-skips-commit-msg-too' into maintJunio C Hamano2016-08-10
| |\
| * \ Merge branch 'pb/commit-editmsg-path' into maintJunio C Hamano2016-08-08
| |\ \
| * \ \ Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maintJunio C Hamano2016-07-28
| |\ \ \
* | \ \ \ Merge branch 'rs/commit-pptr-simplify'Junio C Hamano2016-10-31
|\ \ \ \ \
| * | | | | commit: simplify building parents listRené Scharfe2016-10-30
| * | | | | Merge branch 'ad/commit-have-m-option' into maintJunio C Hamano2016-05-02
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'ss/commit-squash-msg' into maintJunio C Hamano2016-04-14
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'nd/ita-empty-commit'Junio C Hamano2016-10-27
|\ \ \ \ \ \ \ \
| * | | | | | | | commit: don't be fooled by ita entries when creating initial commitNguyễn Thái Ngọc Duy2016-10-24
| * | | | | | | | commit: fix empty commit creation when there's no changes but ita entriesNguyễn Thái Ngọc Duy2016-10-24
* | | | | | | | | sequencer: use memoized sequencer directory pathJohannes Schindelin2016-10-17
|/ / / / / / / /
* | | | | | | | Merge branch 'tg/add-chmod+x-fix'Junio C Hamano2016-09-26
|\ \ \ \ \ \ \ \
| * | | | | | | | add: modify already added files when --chmod is givenThomas Gummerer2016-09-15
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'jh/status-v2-porcelain'Junio C Hamano2016-09-08
|\ \ \ \ \ \ \ \
| * | | | | | | | status: print branch info with --porcelain=v2 --branchJeff Hostetler2016-08-11
| * | | | | | | | status: collect per-file data for --porcelain=v2Jeff Hostetler2016-08-11
| * | | | | | | | status: support --porcelain[=<version>]Jeff Hostetler2016-08-05
| * | | | | | | | status: cleanup API to wt_status_printJeff Hostetler2016-08-05
| * | | | | | | | status: rename long-format print routinesJeff Hostetler2016-08-05
* | | | | | | | | Merge branch 'os/no-verify-skips-commit-msg-too'Junio C Hamano2016-08-03
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | commit: describe that --no-verify skips the commit-msg hook in the help textOrgad Shaneh2016-07-26
* | | | | | | | Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano2016-07-11
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | commit -C: skip blank lines at the beginning of the messageJohannes Schindelin2016-06-29
| |/ / / / / /
* | | | | | | Merge branch 'pb/commit-editmsg-path'Junio C Hamano2016-07-06
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | builtin/commit.c: memoize git-path for COMMIT_EDITMSGPranit Bauva2016-06-09
* | | | | | add: add --chmod=+x / --chmod=-x optionsEdward Thomson2016-06-07
|/ / / / /
* | | | | Merge branch 'pb/commit-verbose-config'Junio C Hamano2016-05-23
|\ \ \ \ \
| * | | | | commit: add a commit.verbose config variablePranit Bauva2016-05-10
* | | | | | Merge branch 'ad/commit-have-m-option'Junio C Hamano2016-04-22
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | commit: do not ignore an empty message given by -m ''Jeff King2016-04-07
| |/ / /
| * | | Merge branch 'pt/xdg-config-path' into maintJunio C Hamano2015-06-05
| |\ \ \
* | \ \ \ Merge branch 'ss/commit-squash-msg'Junio C Hamano2016-04-06
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | commit: do not lose SQUASH_MSG contentsSven Strickroth2016-03-21
* | | | | diff: activate diff.renames by defaultMatthieu Moy2016-02-25
| |_|_|/ |/| | |
* | | | Merge branch 'jc/strbuf-getline'Junio C Hamano2016-01-28
|\ \ \ \
| * | | | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
* | | | | Merge branch 'js/fopen-harder'Junio C Hamano2016-01-20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | commit: allow editing the commit message even in shared reposJohannes Schindelin2016-01-07
* | | | | Merge branch 'bc/object-id'Junio C Hamano2015-12-10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove get_object_hash.brian m. carlson2015-11-20
| * | | | Add several uses of get_object_hash.brian m. carlson2015-11-20
* | | | | allow hooks to ignore their standard input streamClemens Buchacher2015-11-16
|/ / / /
* | | | strbuf: make stripspace() part of strbufTobias Klauser2015-10-16
* | | | Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd...Junio C Hamano2015-09-01
|\ \ \ \
| * | | | commit: don't rewrite shared index unnecessarilyDavid Turner2015-08-31
* | | | | Merge branch 'mh/tempfile'Junio C Hamano2015-08-25
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | lockfile: add accessor get_lock_file_path()Michael Haggerty2015-08-10
| |/ / /