aboutsummaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAge
* Merge branch 'rs/ref-transaction'Junio C Hamano2014-10-21
|\
| * refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
| * refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-15
* | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-20
|\ \ | |/ |/|
| * color_parse: do not mention variable name in error messageJeff King2014-10-14
| * pass config slots as pointers instead of offsetsJonathan Nieder2014-10-14
* | Merge branch 'rs/more-uses-of-skip-prefix'Junio C Hamano2014-10-14
|\ \
| * | use skip_prefix() to avoid more magic numbersRené Scharfe2014-10-07
* | | lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01
* | | lockfile: change lock_file::filename into a strbufMichael Haggerty2014-10-01
* | | prepare_index(): declare return value to be (const char *)Michael Haggerty2014-10-01
|/ /
* | Merge branch 'ah/grammofix'Junio C Hamano2014-09-19
|\ \
| * | grammofix in user-facing messagesAlex Henrie2014-09-02
| |/
* | Merge branch 'jk/commit-author-parsing'Junio C Hamano2014-09-19
|\ \
| * | determine_author_info(): copy getenv outputJeff King2014-08-29
| * | determine_author_info(): reuse parsing functionsJeff King2014-08-29
| * | date: use strbufs in date-formatting functionsJeff King2014-08-27
| |/
* | Merge branch 'dt/cache-tree-repair'Junio C Hamano2014-09-11
|\ \
| * | cache-tree: Write updated cache-tree after commitDavid Turner2014-07-14
* | | Merge branch 'rs/ref-transaction-1'Junio C Hamano2014-09-11
|\ \ \
| * | | commit.c: use ref transactions for updatesRonnie Sahlberg2014-09-03
* | | | Merge branch 'rs/child-process-init'Junio C Hamano2014-09-11
|\ \ \ \
| * | | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
| | |_|/ | |/| |
* | | | Merge branch 'sb/prepare-revision-walk-error-check'Junio C Hamano2014-09-09
|\ \ \ \
| * | | | prepare_revision_walk(): check for return value in all placesStefan Beller2014-08-12
* | | | | Merge branch 'mm/config-edit-global'Junio C Hamano2014-09-02
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | commit: advertise config --global --edit on guessed identityMatthieu Moy2014-07-25
| |/ / /
| * | | Merge branch 'jk/commit-buffer-length' into maintJunio C Hamano2014-07-16
| |\ \ \ | | |_|/ | |/| |
| * | | Merge branch 'jl/status-added-submodule-is-never-ignored' into maintJunio C Hamano2014-06-25
| |\ \ \
| * \ \ \ Merge branch 'jk/commit-C-pick-empty' into maintJunio C Hamano2014-06-25
| |\ \ \ \
* | \ \ \ \ Merge branch 'ta/string-list-init'Junio C Hamano2014-07-23
|\ \ \ \ \ \
| * | | | | | replace memset with string-list initializersTanay Abhra2014-07-21
* | | | | | | Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-22
|\ \ \ \ \ \ \
| * | | | | | | strbuf: use strbuf_addstr() for adding C stringsRené Scharfe2014-07-17
| |/ / / / / /
* | | | | | | Merge branch 'nd/split-index'Junio C Hamano2014-07-16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-13
| |/ / / / /
* | | | | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-09
|\ \ \ \ \ \
| * | | | | | refactor skip_prefix to return a booleanJeff King2014-06-20
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-02
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-12
| |/ / /
* | | | Merge branch 'jl/status-added-submodule-is-never-ignored'Junio C Hamano2014-06-16
|\ \ \ \ | | |_|/ | |/| |
| * | | commit -m: commit staged submodules regardless of ignore configJens Lehmann2014-04-07
* | | | Merge branch 'nd/status-auto-comment-char'Junio C Hamano2014-06-06
|\ \ \ \
| * | | | commit: allow core.commentChar=auto for character auto selectionNguyễn Thái Ngọc Duy2014-05-19
| | |/ / | |/| |
* | | | Merge branch 'fc/status-printf-squelch-format-zero-length-warnings'Junio C Hamano2014-06-06
|\ \ \ \
| * | | | silence a bunch of format-zero-length warningsFelipe Contreras2014-05-07
* | | | | Merge branch 'jk/commit-C-pick-empty'Junio C Hamano2014-06-06
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | commit: do not complain of empty messages from -CJeff King2014-04-28
| |/ / /
* | | | Merge branch 'jk/commit-date-approxidate'Junio C Hamano2014-06-03
|\ \ \ \
| * | | | commit: accept more date formats for "--date"Jeff King2014-05-02