summaryrefslogtreecommitdiff
path: root/builtin/commit.c
AgeCommit message (Expand)Author
2017-11-27Merge branch 'ma/reduce-heads-leakfix' into maintJunio C Hamano
2017-11-15Merge branch 'ao/check-resolve-ref-unsafe-result' into maintJunio C Hamano
2017-11-08reduce_heads: fix memory leaksMartin Ågren
2017-10-21commit: check result of resolve_ref_unsafeAndrey Okoshkin
2017-10-03Merge branch 'jk/no-optional-locks'Junio C Hamano
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano
2017-09-27git: add --no-optional-locks optionJeff King
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe
2017-09-24builtin/commit: fix memory leak in `prepare_index()`Martin Ågren
2017-09-08add UNLEAK annotation for reducing leak false positivesJeff King
2017-08-27Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-08-23Merge branch 'ks/commit-abort-on-empty-message-fix' into maintJunio C Hamano
2017-08-23Merge branch 'kw/commit-keep-index-when-pre-commit-is-not-run'Junio C Hamano
2017-08-16commit: skip discarding the index if there is no pre-commit hookKevin Willford
2017-08-11Merge branch 'ks/commit-abort-on-empty-message-fix'Junio C Hamano
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-07-17commit: check for empty message before the check for untouched templateKaartic Sivaraam
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson
2017-07-10Merge branch 'ks/typofix-commit-c-comment'Junio C Hamano
2017-07-10Merge branch 'ks/commit-assuming-only-warning-removal'Junio C Hamano
2017-07-06builtin/commit.c: fix a typo in the commentKaartic Sivaraam
2017-06-30Merge branch 'ks/status-initial-commit'Junio C Hamano
2017-06-30commit-template: distinguish status information unconditionallyKaartic Sivaraam
2017-06-30commit-template: remove outdated notice about explicit pathsKaartic Sivaraam
2017-06-26Merge branch 'lb/status-stash-count'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-24Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano
2017-06-22status: contextually notify user about an initial commitKaartic Sivaraam
2017-06-19Merge branch 'bw/object-id'Junio C Hamano
2017-06-19status: add optional stash count informationLiam Beguin
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-13ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams
2017-06-02builtin/notes: convert to struct object_idbrian m. carlson
2017-05-29Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-26use xfopen() in more placesNguyễn Thái Ngọc Duy
2017-05-18interpret-trailers: honor the cut lineBrian Malehorn
2017-05-08tree: convert parse_tree_indirect to struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-02Convert struct cache_tree to use struct object_idbrian m. carlson
2017-04-28status: add color config slots for branch info in "--short --branch"Stephen Kent
2017-04-26Merge branch 'jk/war-on-git-path'Junio C Hamano
2017-04-24Merge branch 'nd/conditional-config-include'Junio C Hamano
2017-04-21use git_path_* helper functionsJeff King
2017-04-15path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy
2017-02-20builtin/commit: convert to struct object_idbrian m. carlson
2017-01-31builtin/commit.c: switch to strbuf, instead of snprintf()Elia Pinto
2017-01-13builtin/commit.c: remove the PATH_MAX limitation via dynamic allocationElia Pinto
2016-12-19Merge branch 'jc/lock-report-on-error'Junio C Hamano