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