Age | Commit message (Expand) | Author | Files | Lines |
2014-07-16 | Merge branch 'nd/split-index' | Junio C Hamano | 1 | -19/+14 |
2014-07-16 | Merge branch 'jk/commit-buffer-length' into maint | Junio C Hamano | 1 | -2/+2 |
2014-07-14 | cache-tree: Write updated cache-tree after commit | David Turner | 1 | -1/+17 |
2014-07-09 | Merge branch 'jk/skip-prefix' | Junio C Hamano | 1 | -3/+2 |
2014-07-02 | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 1 | -2/+2 |
2014-06-25 | Merge branch 'jl/status-added-submodule-is-never-ignored' into maint | Junio C Hamano | 1 | -2/+16 |
2014-06-25 | Merge branch 'jk/commit-C-pick-empty' into maint | Junio C Hamano | 1 | -3/+2 |
2014-06-20 | refactor skip_prefix to return a boolean | Jeff King | 1 | -3/+2 |
2014-06-16 | Merge branch 'jl/status-added-submodule-is-never-ignored' | Junio C Hamano | 1 | -2/+16 |
2014-06-13 | read-cache: new API write_locked_index instead of write_index/write_cache | Nguyễn Thái Ngọc Duy | 1 | -19/+14 |
2014-06-12 | commit_tree: take a pointer/len pair rather than a const strbuf | Jeff King | 1 | -2/+2 |
2014-06-06 | Merge branch 'nd/status-auto-comment-char' | Junio C Hamano | 1 | -0/+32 |
2014-06-06 | Merge branch 'fc/status-printf-squelch-format-zero-length-warnings' | Junio C Hamano | 1 | -1/+1 |
2014-06-06 | Merge branch 'jk/commit-C-pick-empty' | Junio C Hamano | 1 | -3/+2 |
2014-06-03 | Merge branch 'jk/commit-date-approxidate' | Junio C Hamano | 1 | -19/+60 |
2014-05-19 | commit: allow core.commentChar=auto for character auto selection | Nguyễn Thái Ngọc Duy | 1 | -0/+32 |
2014-05-07 | silence a bunch of format-zero-length warnings | Felipe Contreras | 1 | -1/+1 |
2014-05-02 | commit: accept more date formats for "--date" | Jeff King | 1 | -2/+25 |
2014-05-02 | commit: print "Date" line when the user has set date | Jeff King | 1 | -0/+19 |
2014-05-02 | commit: use split_ident_line to compare author/committer | Jeff King | 1 | -17/+16 |
2014-04-28 | commit: do not complain of empty messages from -C | Jeff King | 1 | -3/+2 |
2014-04-17 | commit.c: check for lock error and return early | Ronnie Sahlberg | 1 | -4/+4 |
2014-04-08 | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 1 | -1/+1 |
2014-04-08 | Merge branch 'jc/rev-parse-argh-dashed-multi-words' | Junio C Hamano | 1 | -1/+1 |
2014-04-07 | commit -m: commit staged submodules regardless of ignore config | Jens Lehmann | 1 | -2/+16 |
2014-03-31 | code and test: fix misuses of "nor" | Justin Lebar | 1 | -1/+1 |
2014-03-28 | Merge branch 'bp/commit-p-editor' | Junio C Hamano | 1 | -7/+28 |
2014-03-25 | Merge branch 'nd/commit-editor-cleanup' | Junio C Hamano | 1 | -3/+11 |
2014-03-24 | parse-options: multi-word argh should use dash to separate words | Junio C Hamano | 1 | -1/+1 |
2014-03-18 | commit: fix patch hunk editing with "commit -p -m" | Benoit Pierre | 1 | -7/+28 |
2014-02-27 | Merge branch 'ep/varscope' | Junio C Hamano | 1 | -5/+6 |
2014-02-27 | Merge branch 'nd/submodule-pathspec-ending-with-slash' | Junio C Hamano | 1 | -1/+1 |
2014-02-27 | Merge branch 'nv/commit-gpgsign-config' | Junio C Hamano | 1 | -0/+4 |
2014-02-25 | commit: add --cleanup=scissors | Nguyễn Thái Ngọc Duy | 1 | -3/+11 |
2014-02-24 | commit-tree: add the commit.gpgsign option to sign all commits | Nicolas Vigier | 1 | -0/+4 |
2014-02-24 | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-01-31 | builtin/commit.c: reduce scope of variables | Elia Pinto | 1 | -5/+6 |
2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -5/+5 |
2013-12-17 | Merge branch 'jl/commit-v-strip-marker' | Junio C Hamano | 1 | -6/+3 |
2013-12-05 | commit -v: strip diffs and submodule shortlogs from the commit message | Jens Lehmann | 1 | -6/+3 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -5/+5 |
2013-12-05 | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 1 | -2/+2 |
2013-10-24 | assume parse_commit checks for NULL commit | Jeff King | 1 | -2/+2 |
2013-09-20 | Merge branch 'mm/commit-template-squelch-advice-messages' | Junio C Hamano | 1 | -8/+17 |
2013-09-20 | Merge branch 'bk/refs-multi-update' | Junio C Hamano | 1 | -1/+1 |
2013-09-20 | Merge branch 'mm/status-without-comment-char' | Junio C Hamano | 1 | -0/+10 |
2013-09-17 | Merge branch 'ap/commit-author-mailmap' | Junio C Hamano | 1 | -1/+7 |
2013-09-12 | commit: disable status hints when writing to COMMIT_EDITMSG | Matthieu Moy | 1 | -0/+6 |
2013-09-12 | wt-status: turn advice_status_hints into a field of wt_status | Matthieu Moy | 1 | -0/+1 |
2013-09-12 | commit: factor status configuration is a helper function | Matthieu Moy | 1 | -8/+10 |