aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson1-4/+4
2017-07-10Merge branch 'ks/typofix-commit-c-comment'Junio C Hamano1-1/+1
2017-07-10Merge branch 'ks/commit-assuming-only-warning-removal'Junio C Hamano1-8/+1
2017-07-06builtin/commit.c: fix a typo in the commentKaartic Sivaraam1-1/+1
2017-06-30Merge branch 'ks/status-initial-commit'Junio C Hamano1-0/+1
2017-06-30commit-template: distinguish status information unconditionallyKaartic Sivaraam1-2/+1
2017-06-30commit-template: remove outdated notice about explicit pathsKaartic Sivaraam1-6/+0
2017-06-26Merge branch 'lb/status-stash-count'Junio C Hamano1-0/+6
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-24Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano1-1/+2
2017-06-21status: contextually notify user about an initial commitKaartic Sivaraam1-0/+1
2017-06-19Merge branch 'bw/object-id'Junio C Hamano1-1/+1
2017-06-18status: add optional stash count informationLiam Beguin1-0/+6
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano1-4/+1
2017-06-13ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams1-1/+2
2017-06-02builtin/notes: convert to struct object_idbrian m. carlson1-1/+1
2017-05-29Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano1-1/+1