summaryrefslogtreecommitdiff
path: root/builtin/commit.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-23Merge branch 'ab/commit-m-with-fixup'Libravatar Junio C Hamano1-3/+5
2018-01-23Merge branch 'nd/ita-wt-renames-in-status'Libravatar Junio C Hamano1-1/+1
2017-12-27Use DIFF_DETECT_RENAME for detect_rename assignmentsLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2017-12-22commit: add support for --fixup <commit> -m"<extra message>"Libravatar Ævar Arnfjörð Bjarmason1-3/+5
2017-11-24commit: move print_commit_summary() to libgitLibravatar Phillip Wood1-119/+9
2017-11-18commit: move post-rewrite code to libgitLibravatar Phillip Wood1-41/+1
2017-11-18Add a function to update HEAD after creating a commitLibravatar Phillip Wood1-18/+2
2017-11-15Merge branch 'ma/reduce-heads-leakfix'Libravatar Junio C Hamano1-1/+1
2017-11-13Merge branch 'jm/status-ignored-files-list'Libravatar Junio C Hamano1-6/+25
2017-11-11commit: move empty message checks to libgitLibravatar Phillip Wood1-80/+19
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Libravatar Junio C Hamano1-3/+4
2017-11-08reduce_heads: fix memory leaksLibravatar Martin Ågren1-1/+1
2017-11-06Merge branch 'bc/object-id'Libravatar Junio C Hamano1-2/+2
2017-11-06Merge branch 'ao/check-resolve-ref-unsafe-result'Libravatar Junio C Hamano1-0/+2
2017-11-06Merge branch 'ma/lockfile-fixes'Libravatar Junio C Hamano1-5/+5
2017-11-01diff: make struct diff_flags members lowercaseLibravatar Brandon Williams1-2/+2
2017-11-01diff: convert flags to be stored in bitfieldsLibravatar Brandon Williams1-3/+4
2017-10-31status: add option to show ignored files differentlyLibravatar Jameson Miller1-6/+25
2017-10-21commit: check result of resolve_ref_unsafeLibravatar Andrey Okoshkin1-0/+2
2017-10-16refs: update ref transactions to use struct object_idLibravatar brian m. carlson1-2/+2
2017-10-07read-cache: drop explicit `CLOSE_LOCK`-flagLibravatar Martin Ågren1-5/+5
2017-10-03Merge branch 'jk/no-optional-locks'Libravatar Junio C Hamano1-1/+4
2017-09-29Merge branch 'ma/leakplugs'Libravatar Junio C Hamano1-5/+10
2017-09-27git: add --no-optional-locks optionLibravatar Jeff King1-1/+4
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededLibravatar René Scharfe1-2/+1
2017-09-24builtin/commit: fix memory leak in `prepare_index()`Libravatar Martin Ågren1-5/+10
2017-09-08add UNLEAK annotation for reducing leak false positivesLibravatar Jeff King1-1/+2
2017-08-26Merge branch 'bw/submodule-config-cleanup'Libravatar Junio C Hamano1-1/+0
2017-08-23Merge branch 'ks/commit-abort-on-empty-message-fix' into maintLibravatar Junio C Hamano1-5/+5
2017-08-23Merge branch 'kw/commit-keep-index-when-pre-commit-is-not-run'Libravatar Junio C Hamano1-6/+9
2017-08-16commit: skip discarding the index if there is no pre-commit hookLibravatar Kevin Willford1-6/+9
2017-08-11Merge branch 'ks/commit-abort-on-empty-message-fix'Libravatar Junio C Hamano1-5/+5
2017-08-03submodule: remove gitmodules_configLibravatar Brandon Williams1-1/+0
2017-07-17commit: check for empty message before the check for untouched templateLibravatar Kaartic Sivaraam1-5/+5
2017-07-17sha1_name: convert get_sha1* to get_oid*Libravatar brian m. carlson1-4/+4
2017-07-10Merge branch 'ks/typofix-commit-c-comment'Libravatar Junio C Hamano1-1/+1
2017-07-10Merge branch 'ks/commit-assuming-only-warning-removal'Libravatar Junio C Hamano1-8/+1
2017-07-06builtin/commit.c: fix a typo in the commentLibravatar Kaartic Sivaraam1-1/+1
2017-06-30Merge branch 'ks/status-initial-commit'Libravatar Junio C Hamano1-0/+1
2017-06-30commit-template: distinguish status information unconditionallyLibravatar Kaartic Sivaraam1-2/+1
2017-06-30commit-template: remove outdated notice about explicit pathsLibravatar Kaartic Sivaraam1-6/+0
2017-06-26Merge branch 'lb/status-stash-count'Libravatar Junio C Hamano1-0/+6
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-24Merge branch 'bw/ls-files-sans-the-index'Libravatar Junio C Hamano1-1/+2
2017-06-21status: contextually notify user about an initial commitLibravatar Kaartic Sivaraam1-0/+1
2017-06-19Merge branch 'bw/object-id'Libravatar Junio C Hamano1-1/+1
2017-06-18status: add optional stash count informationLibravatar Liam Beguin1-0/+6
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-06-13Merge branch 'nd/fopen-errors'Libravatar Junio C Hamano1-4/+1
2017-06-13ls-files: convert overlay_tree_on_cache to take an indexLibravatar Brandon Williams1-1/+2