aboutsummaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/no-optional-locks'Junio C Hamano2017-10-03
|\
| * git: add --no-optional-locks optionJeff King2017-09-27
* | Merge branch 'ma/leakplugs'Junio C Hamano2017-09-29
|\ \
| * | builtin/commit: fix memory leak in `prepare_index()`Martin Ågren2017-09-24
| |/
| * Merge branch 'ks/commit-abort-on-empty-message-fix' into maintJunio C Hamano2017-08-23
| |\
* | | refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-24
* | | add UNLEAK annotation for reducing leak false positivesJeff King2017-09-08
* | | Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-08-26
|\ \ \
| * | | submodule: remove gitmodules_configBrandon Williams2017-08-03
* | | | Merge branch 'kw/commit-keep-index-when-pre-commit-is-not-run'Junio C Hamano2017-08-23
|\ \ \ \
| * | | | commit: skip discarding the index if there is no pre-commit hookKevin Willford2017-08-16
* | | | | Merge branch 'ks/commit-abort-on-empty-message-fix'Junio C Hamano2017-08-11
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | commit: check for empty message before the check for untouched templateKaartic Sivaraam2017-07-17
* | | | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-17
| |_|/ |/| |
* | | Merge branch 'ks/typofix-commit-c-comment'Junio C Hamano2017-07-10
|\ \ \ | |/ /
| * | builtin/commit.c: fix a typo in the commentKaartic Sivaraam2017-07-06
* | | Merge branch 'ks/commit-assuming-only-warning-removal'Junio C Hamano2017-07-10
|\ \ \
| * | | commit-template: distinguish status information unconditionallyKaartic Sivaraam2017-06-30
| * | | commit-template: remove outdated notice about explicit pathsKaartic Sivaraam2017-06-30
* | | | Merge branch 'ks/status-initial-commit'Junio C Hamano2017-06-30
|\ \ \ \
| * | | | status: contextually notify user about an initial commitKaartic Sivaraam2017-06-21
| | |/ / | |/| |
* | | | Merge branch 'lb/status-stash-count'Junio C Hamano2017-06-26
|\ \ \ \
| * | | | status: add optional stash count informationLiam Beguin2017-06-18
* | | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ \ \ \
| * | | | | config: don't include config.h by defaultBrandon Williams2017-06-15
| | |_|/ / | |/| | |
* | | | | Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano2017-06-24
|\ \ \ \ \
| * | | | | ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams2017-06-13
* | | | | | Merge branch 'bw/object-id'Junio C Hamano2017-06-19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | builtin/notes: convert to struct object_idbrian m. carlson2017-06-02
| |/ / / /
* | | | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | use xfopen() in more placesNguyễn Thái Ngọc Duy2017-05-26
| |/ / /
* | | | Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano2017-05-29
|\ \ \ \ | | |/ / | |/| |
| * | | interpret-trailers: honor the cut lineBrian Malehorn2017-05-18
| |/ /
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \ \
| * | | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-08
| * | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
| * | | Convert struct cache_tree to use struct object_idbrian m. carlson2017-05-02
| |/ /
* | | status: add color config slots for branch info in "--short --branch"Stephen Kent2017-04-28
|/ /
* | Merge branch 'jk/war-on-git-path'Junio C Hamano2017-04-26
|\ \
| * | use git_path_* helper functionsJeff King2017-04-20
| |/
* | Merge branch 'nd/conditional-config-include'Junio C Hamano2017-04-23
|\ \
| * | path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy2017-04-14
| |/
* | builtin/commit: convert to struct object_idbrian m. carlson2017-02-20
|/
* builtin/commit.c: switch to strbuf, instead of snprintf()Elia Pinto2017-01-31
* builtin/commit.c: remove the PATH_MAX limitation via dynamic allocationElia Pinto2017-01-13
* Merge branch 'jc/lock-report-on-error'Junio C Hamano2016-12-19
|\
| * hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-07
* | Merge branch 'ak/commit-only-allow-empty'Junio C Hamano2016-12-19
|\ \
| * | commit: remove 'Clever' message for --only --amendAndreas Krey2016-12-09
| * | commit: make --only --allow-empty work without pathsAndreas Krey2016-12-05