summaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/commit-graph-tests'Junio C Hamano2018-09-171-0/+4
|\
| * commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee2018-08-291-0/+4
* | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-0/+1
|\ \ | |/ |/|
| * commit.h: remove method declarationsDerrick Stolee2018-07-201-0/+1
| * Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-19/+19
| |\
* | \ Merge branch 'nd/no-the-index'Junio C Hamano2018-08-201-1/+1
|\ \ \
| * | | dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-1/+1
* | | | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-3/+3
| |/ /
* | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-19/+19
|\ \ \ | |/ / |/| / | |/
| * path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-19/+19
* | Merge branch 'nd/complete-config-vars'Junio C Hamano2018-06-251-18/+18
|\ \
| * | help: add --config to list all available configNguyễn Thái Ngọc Duy2018-05-291-0/+3
| * | Add and use generic name->id mapping code for color slot parsingNguyễn Thái Ngọc Duy2018-05-291-18/+15
* | | Merge branch 'bp/status-rename-config'Junio C Hamano2018-05-301-0/+42
|\ \ \
| * | | add status config and command line options for rename detectionBen Peart2018-05-131-0/+42
| |/ /
* | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\ \ \ | |/ / |/| |
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* | | wt-status: use settings from git_diff_ui_configEckhard S. Maaß2018-05-061-1/+1
|/ /
* | Merge branch 'bw/commit-partial-from-subdirectory-fix'Junio C Hamano2018-04-251-2/+1
|\ \ | |/ |/|
| * commit: allow partial commits with relative pathsBrandon Williams2018-04-051-2/+1
* | Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano2018-03-211-7/+3
|\ \
| * | write_locked_index(): add flag to avoid writing unchanged indexma/skip-writing-unchanged-indexMartin Ågren2018-03-011-7/+3
* | | Merge branch 'ab/gc-auto-in-commit'Junio C Hamano2018-03-081-0/+2
|\ \ \
| * | | commit: run git gc --auto just before the post-commit hookab/gc-auto-in-commitÆvar Arnfjörð Bjarmason2018-03-011-0/+2
| * | | Merge branch 'ab/commit-m-with-fixup' into maintJunio C Hamano2018-02-271-3/+5
| |\ \ \
| * \ \ \ Merge branch 'nd/ita-wt-renames-in-status' into maintJunio C Hamano2018-02-271-1/+1
| |\ \ \ \
* | \ \ \ \ Merge branch 'jh/status-no-ahead-behind'Junio C Hamano2018-03-081-0/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler2018-01-241-0/+7
| |/ / / /
* | | | | Merge branch 'po/object-id'Junio C Hamano2018-02-151-2/+3
|\ \ \ \ \
| * | | | | commit: convert commit_tree* to object_idPatryk Obara2018-01-301-2/+3
* | | | | | Merge branch 'pw/sequencer-in-process-commit'Junio C Hamano2018-02-131-260/+31
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | sequencer: run 'prepare-commit-msg' hookpw/sequencer-in-process-commitPhillip Wood2018-01-241-2/+0
| * | | | | commit: move print_commit_summary() to libgitPhillip Wood2017-11-241-119/+9
| * | | | | commit: move post-rewrite code to libgitPhillip Wood2017-11-181-41/+1
| * | | | | Add a function to update HEAD after creating a commitPhillip Wood2017-11-181-18/+2
| * | | | | commit: move empty message checks to libgitPhillip Wood2017-11-111-80/+19
* | | | | | Merge branch 'ab/commit-m-with-fixup'Junio C Hamano2018-01-231-3/+5
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | commit: add support for --fixup <commit> -m"<extra message>"ab/commit-m-with-fixupÆvar Arnfjörð Bjarmason2017-12-221-3/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'nd/ita-wt-renames-in-status'Junio C Hamano2018-01-231-1/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Use DIFF_DETECT_RENAME for detect_rename assignmentsNguyễn Thái Ngọc Duy2017-12-271-1/+1
* | | | Merge branch 'ma/reduce-heads-leakfix'Junio C Hamano2017-11-151-1/+1
|\ \ \ \
| * | | | reduce_heads: fix memory leaksma/reduce-heads-leakfixMartin Ågren2017-11-081-1/+1
* | | | | Merge branch 'jm/status-ignored-files-list'Junio C Hamano2017-11-131-6/+25
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | status: add option to show ignored files differentlyJameson Miller2017-10-311-6/+25
| |/ / /
* | | | Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-091-3/+4
|\ \ \ \
| * | | | diff: make struct diff_flags members lowercasebw/diff-opt-impl-to-bitfieldsBrandon Williams2017-11-011-2/+2
| * | | | diff: convert flags to be stored in bitfieldsBrandon Williams2017-11-011-3/+4
| |/ / /
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-11-061-2/+2
|\ \ \ \
| * | | | refs: update ref transactions to use struct object_idbrian m. carlson2017-10-161-2/+2
| |/ / /