Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ad/commit-have-m-option' into maint | Junio C Hamano | 2016-05-02 | 1 | -3/+3 |
|\ | |||||
| * | commit: do not ignore an empty message given by -m ''ad/commit-have-m-option | Jeff King | 2016-04-07 | 1 | -3/+3 |
| * | Merge branch 'pt/xdg-config-path' into maint | Junio C Hamano | 2015-06-05 | 1 | -5/+3 |
| |\ | |||||
* | \ | Merge branch 'ss/commit-squash-msg' into maint | Junio C Hamano | 2016-04-14 | 1 | -1/+10 |
|\ \ \ | |||||
| * | | | commit: do not lose SQUASH_MSG contentsss/commit-squash-msg | Sven Strickroth | 2016-03-21 | 1 | -1/+10 |
* | | | | Merge branch 'jc/strbuf-getline' | Junio C Hamano | 2016-01-28 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 2016-01-15 | 1 | -1/+1 |
* | | | | | Merge branch 'js/fopen-harder' | Junio C Hamano | 2016-01-20 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | commit: allow editing the commit message even in shared repos | Johannes Schindelin | 2016-01-07 | 1 | -1/+1 |
* | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2015-12-10 | 1 | -4/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -4/+4 |
| * | | | | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -4/+4 |
* | | | | | allow hooks to ignore their standard input streamcb/hook-sigpipe | Clemens Buchacher | 2015-11-16 | 1 | -0/+3 |
|/ / / / | |||||
* | | | | strbuf: make stripspace() part of strbuf | Tobias Klauser | 2015-10-16 | 1 | -3/+3 |
* | | | | Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd... | Junio C Hamano | 2015-09-01 | 1 | -3/+1 |
|\ \ \ \ | |||||
| * | | | | commit: don't rewrite shared index unnecessarilydt/commit-preserve-base-index-upon-opportunistic-cache-tree-update | David Turner | 2015-08-31 | 1 | -3/+1 |
* | | | | | Merge branch 'mh/tempfile' | Junio C Hamano | 2015-08-25 | 1 | -7/+8 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | lockfile: add accessor get_lock_file_path() | Michael Haggerty | 2015-08-10 | 1 | -7/+8 |
| |/ / / | |||||
* | | | | memoize common git-path "constant" filesjk/git-path | Jeff King | 2015-08-10 | 1 | -16/+16 |
* | | | | convert "enum date_mode" into a struct | Jeff King | 2015-06-29 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge branch 'nd/untracked-cache' | Junio C Hamano | 2015-05-26 | 1 | -2/+3 |
|\ \ \ | |||||
| * | | | status: enable untracked cache | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -2/+3 |
* | | | | Merge branch 'pt/xdg-config-path' | Junio C Hamano | 2015-05-11 | 1 | -5/+3 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | git-commit: replace use of home_config_paths() | Paul Tan | 2015-05-06 | 1 | -5/+3 |
* | | | | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-05-11 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | commit: use SEQ_DIR instead of hardcoding "sequencer" | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -1/+1 |
* | | | | commit.c: fix a memory leak | Stefan Beller | 2015-03-23 | 1 | -2/+4 |
| |_|/ |/| | | |||||
* | | | Merge branch 'mh/refs-have-new' | Junio C Hamano | 2015-03-05 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | commit: avoid race when creating orphan commits | Michael Haggerty | 2015-02-17 | 1 | -1/+1 |
| * | | | ref_transaction_update(): remove "have_old" parameter | Michael Haggerty | 2015-02-17 | 1 | -1/+1 |
* | | | | Merge branch 'mg/commit-author-no-match-malformed-message' | Junio C Hamano | 2015-02-17 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | commit: reword --author error messagemg/commit-author-no-match-malformed-message | Michael J Gruber | 2015-01-26 | 1 | -1/+1 |
* | | | | Merge branch 'ah/usage-strings' | Junio C Hamano | 2015-02-11 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | standardize usage info string format | Alex Henrie | 2015-01-14 | 1 | -2/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 2015-02-11 | 1 | -9/+3 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | builtin/commit.c: use xstrdup_or_null instead of envdup | Jeff King | 2015-01-13 | 1 | -9/+3 |
* | | | | Merge branch 'jk/commit-date-approxidate' | Junio C Hamano | 2014-12-22 | 1 | -30/+18 |
|\ \ \ \ | |||||
| * | | | | commit: always populate GIT_AUTHOR_* variablesjk/commit-date-approxidate | Jeff King | 2014-12-11 | 1 | -21/+5 |
| * | | | | commit: loosen ident checks when generating template | Jeff King | 2014-12-11 | 1 | -9/+14 |
* | | | | | Merge branch 'cc/interpret-trailers-more' | Junio C Hamano | 2014-12-22 | 1 | -26/+2 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | commit: make ignore_non_trailer() non static | Christian Couder | 2014-11-10 | 1 | -46/+0 |
| * | | | | Merge branch 'jc/conflict-hint' into cc/interpret-trailers-more | Junio C Hamano | 2014-11-10 | 1 | -26/+48 |
| |\ \ \ \ | |||||
| | * | | | | merge & sequencer: turn "Conflicts:" hint into a commentjc/conflict-hint | Junio C Hamano | 2014-10-28 | 1 | -16/+31 |
| | * | | | | builtin/commit.c: extract ignore_non_trailer() helper function | Junio C Hamano | 2014-10-28 | 1 | -26/+33 |
* | | | | | | Merge branch 'rs/ref-transaction' | Junio C Hamano | 2014-10-21 | 1 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 2014-10-15 | 1 | -1/+1 |
| * | | | | | | refs.c: pass the ref log message to _create/delete/update instead of _commit | Ronnie Sahlberg | 2014-10-15 | 1 | -2/+2 |
* | | | | | | | Merge branch 'jn/parse-config-slot' | Junio C Hamano | 2014-10-20 | 1 | -12/+10 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | color_parse: do not mention variable name in error messagejn/parse-config-slot | Jeff King | 2014-10-14 | 1 | -2/+1 |
| * | | | | | | pass config slots as pointers instead of offsets | Jonathan Nieder | 2014-10-14 | 1 | -10/+9 |