aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-1/+1
2018-05-06wt-status: use settings from git_diff_ui_configEckhard S. Maaß1-1/+1
2018-04-25Merge branch 'bw/commit-partial-from-subdirectory-fix'Junio C Hamano1-2/+1
2018-04-05commit: allow partial commits with relative pathsBrandon Williams1-2/+1
2018-03-21Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano1-7/+3
2018-03-08Merge branch 'ab/gc-auto-in-commit'Junio C Hamano1-0/+2
2018-03-08Merge branch 'jh/status-no-ahead-behind'Junio C Hamano1-0/+7
2018-03-01write_locked_index(): add flag to avoid writing unchanged indexMartin Ågren1-7/+3
2018-03-01commit: run git gc --auto just before the post-commit hookÆvar Arnfjörð Bjarmason1-0/+2
2018-02-27Merge branch 'ab/commit-m-with-fixup' into maintJunio C Hamano1-3/+5
2018-02-27Merge branch 'nd/ita-wt-renames-in-status' into maintJunio C Hamano1-1/+1
2018-02-15Merge branch 'po/object-id'Junio C Hamano1-2/+3
2018-02-13Merge branch 'pw/sequencer-in-process-commit'Junio C Hamano1-260/+31
2018-01-30commit: convert commit_tree* to object_idPatryk Obara1-2/+3
2018-01-24status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler1-0/+7
2018-01-24sequencer: run 'prepare-commit-msg' hookPhillip Wood1-2/+0
2018-01-23Merge branch 'ab/commit-m-with-fixup'Junio C Hamano1-3/+5
2018-01-23Merge branch 'nd/ita-wt-renames-in-status'Junio C Hamano1-1/+1
2017-12-27Use DIFF_DETECT_RENAME for detect_rename assignmentsNguyễn Thái Ngọc Duy1-1/+1
2017-12-22commit: add support for --fixup <commit> -m"<extra message>"Ævar Arnfjörð Bjarmason1-3/+5
2017-11-24commit: move print_commit_summary() to libgitPhillip Wood1-119/+9
2017-11-18commit: move post-rewrite code to libgitPhillip Wood1-41/+1
2017-11-18Add a function to update HEAD after creating a commitPhillip Wood1-18/+2
2017-11-15Merge branch 'ma/reduce-heads-leakfix'Junio C Hamano1-1/+1
2017-11-13Merge branch 'jm/status-ignored-files-list'Junio C Hamano1-6/+25
2017-11-11commit: move empty message checks to libgitPhillip Wood1-80/+19
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano1-3/+4
2017-11-08reduce_heads: fix memory leaksMartin Ågren1-1/+1
2017-11-06Merge branch 'bc/object-id'Junio C Hamano1-2/+2
2017-11-06Merge branch 'ao/check-resolve-ref-unsafe-result'Junio C Hamano1-0/+2
2017-11-06Merge branch 'ma/lockfile-fixes'Junio C Hamano1-5/+5
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams1-2/+2
2017-11-01diff: convert flags to be stored in bitfieldsBrandon Williams1-3/+4
2017-10-31status: add option to show ignored files differentlyJameson Miller1-6/+25
2017-10-21commit: check result of resolve_ref_unsafeAndrey Okoshkin1-0/+2
2017-10-16refs: update ref transactions to use struct object_idbrian m. carlson1-2/+2
2017-10-07read-cache: drop explicit `CLOSE_LOCK`-flagMartin Ågren1-5/+5
2017-10-03Merge branch 'jk/no-optional-locks'Junio C Hamano1-1/+4
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano1-5/+10
2017-09-27git: add --no-optional-locks optionJeff King1-1/+4
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe1-2/+1
2017-09-24builtin/commit: fix memory leak in `prepare_index()`Martin Ågren1-5/+10
2017-09-08add UNLEAK annotation for reducing leak false positivesJeff King1-1/+2
2017-08-26Merge branch 'bw/submodule-config-cleanup'Junio C Hamano1-1/+0
2017-08-23Merge branch 'ks/commit-abort-on-empty-message-fix' into maintJunio C Hamano1-5/+5
2017-08-23Merge branch 'kw/commit-keep-index-when-pre-commit-is-not-run'Junio C Hamano1-6/+9
2017-08-16commit: skip discarding the index if there is no pre-commit hookKevin Willford1-6/+9
2017-08-11Merge branch 'ks/commit-abort-on-empty-message-fix'Junio C Hamano1-5/+5
2017-08-03submodule: remove gitmodules_configBrandon Williams1-1/+0
2017-07-17commit: check for empty message before the check for untouched templateKaartic Sivaraam1-5/+5