summaryrefslogtreecommitdiff
path: root/builtin/commit.c
AgeCommit message (Expand)Author
2018-03-08Merge branch 'ab/gc-auto-in-commit'Junio C Hamano
2018-03-08Merge branch 'jh/status-no-ahead-behind'Junio C Hamano
2018-03-01commit: run git gc --auto just before the post-commit hookÆvar Arnfjörð Bjarmason
2018-02-27Merge branch 'ab/commit-m-with-fixup' into maintJunio C Hamano
2018-02-27Merge branch 'nd/ita-wt-renames-in-status' into maintJunio C Hamano
2018-02-15Merge branch 'po/object-id'Junio C Hamano
2018-02-13Merge branch 'pw/sequencer-in-process-commit'Junio C Hamano
2018-01-30commit: convert commit_tree* to object_idPatryk Obara
2018-01-24status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler
2018-01-24sequencer: run 'prepare-commit-msg' hookPhillip Wood
2018-01-23Merge branch 'ab/commit-m-with-fixup'Junio C Hamano
2018-01-23Merge branch 'nd/ita-wt-renames-in-status'Junio C Hamano
2017-12-27Use DIFF_DETECT_RENAME for detect_rename assignmentsNguyễn Thái Ngọc Duy
2017-12-22commit: add support for --fixup <commit> -m"<extra message>"Ævar Arnfjörð Bjarmason
2017-11-24commit: move print_commit_summary() to libgitPhillip Wood
2017-11-18commit: move post-rewrite code to libgitPhillip Wood
2017-11-18Add a function to update HEAD after creating a commitPhillip Wood
2017-11-15Merge branch 'ma/reduce-heads-leakfix'Junio C Hamano
2017-11-13Merge branch 'jm/status-ignored-files-list'Junio C Hamano
2017-11-10commit: move empty message checks to libgitPhillip Wood
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano
2017-11-08reduce_heads: fix memory leaksMartin Ågren
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
2017-11-06Merge branch 'ao/check-resolve-ref-unsafe-result'Junio C Hamano
2017-11-06Merge branch 'ma/lockfile-fixes'Junio C Hamano
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams
2017-11-01diff: convert flags to be stored in bitfieldsBrandon Williams
2017-10-31status: add option to show ignored files differentlyJameson Miller
2017-10-21commit: check result of resolve_ref_unsafeAndrey Okoshkin
2017-10-16refs: update ref transactions to use struct object_idbrian m. carlson
2017-10-07read-cache: drop explicit `CLOSE_LOCK`-flagMartin Ågren
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