Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ds/commit-graph-tests' | Junio C Hamano | 2018-09-17 | 1 | -0/+4 |
|\ | |||||
| * | commit-graph: define GIT_TEST_COMMIT_GRAPH | Derrick Stolee | 2018-08-29 | 1 | -0/+4 |
* | | Merge branch 'ds/reachable' | Junio C Hamano | 2018-09-17 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | commit.h: remove method declarations | Derrick Stolee | 2018-07-20 | 1 | -0/+1 |
| * | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 2018-06-29 | 1 | -19/+19 |
| |\ | |||||
* | \ | Merge branch 'nd/no-the-index' | Junio C Hamano | 2018-08-20 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 2018-08-13 | 1 | -1/+1 |
* | | | | Merge branch 'nd/i18n' | Junio C Hamano | 2018-08-15 | 1 | -3/+3 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -3/+3 |
| |/ / | |||||
* | | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 1 | -19/+19 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 2018-05-18 | 1 | -19/+19 |
* | | Merge branch 'nd/complete-config-vars' | Junio C Hamano | 2018-06-25 | 1 | -18/+18 |
|\ \ | |||||
| * | | help: add --config to list all available config | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -0/+3 |
| * | | Add and use generic name->id mapping code for color slot parsing | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -18/+15 |
* | | | Merge branch 'bp/status-rename-config' | Junio C Hamano | 2018-05-30 | 1 | -0/+42 |
|\ \ \ | |||||
| * | | | add status config and command line options for rename detection | Ben Peart | 2018-05-13 | 1 | -0/+42 |
| |/ / | |||||
* | | | Merge branch 'js/use-bug-macro' | Junio C Hamano | 2018-05-30 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 2018-05-06 | 1 | -1/+1 |
* | | | wt-status: use settings from git_diff_ui_config | Eckhard S. Maaß | 2018-05-06 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'bw/commit-partial-from-subdirectory-fix' | Junio C Hamano | 2018-04-25 | 1 | -2/+1 |
|\ \ | |/ |/| | |||||
| * | commit: allow partial commits with relative paths | Brandon Williams | 2018-04-05 | 1 | -2/+1 |
* | | Merge branch 'ma/skip-writing-unchanged-index' | Junio C Hamano | 2018-03-21 | 1 | -7/+3 |
|\ \ | |||||
| * | | write_locked_index(): add flag to avoid writing unchanged indexma/skip-writing-unchanged-index | Martin Ågren | 2018-03-01 | 1 | -7/+3 |
* | | | Merge branch 'ab/gc-auto-in-commit' | Junio C Hamano | 2018-03-08 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | commit: run git gc --auto just before the post-commit hookab/gc-auto-in-commit | Ævar Arnfjörð Bjarmason | 2018-03-01 | 1 | -0/+2 |
| * | | | Merge branch 'ab/commit-m-with-fixup' into maint | Junio C Hamano | 2018-02-27 | 1 | -3/+5 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'nd/ita-wt-renames-in-status' into maint | Junio C Hamano | 2018-02-27 | 1 | -1/+1 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'jh/status-no-ahead-behind' | Junio C Hamano | 2018-03-08 | 1 | -0/+7 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | status: add --[no-]ahead-behind to status and commit for V2 format. | Jeff Hostetler | 2018-01-24 | 1 | -0/+7 |
| |/ / / / | |||||
* | | | | | Merge branch 'po/object-id' | Junio C Hamano | 2018-02-15 | 1 | -2/+3 |
|\ \ \ \ \ | |||||
| * | | | | | commit: convert commit_tree* to object_id | Patryk Obara | 2018-01-30 | 1 | -2/+3 |
* | | | | | | Merge branch 'pw/sequencer-in-process-commit' | Junio C Hamano | 2018-02-13 | 1 | -260/+31 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | sequencer: run 'prepare-commit-msg' hookpw/sequencer-in-process-commit | Phillip Wood | 2018-01-24 | 1 | -2/+0 |
| * | | | | | commit: move print_commit_summary() to libgit | Phillip Wood | 2017-11-24 | 1 | -119/+9 |
| * | | | | | commit: move post-rewrite code to libgit | Phillip Wood | 2017-11-18 | 1 | -41/+1 |
| * | | | | | Add a function to update HEAD after creating a commit | Phillip Wood | 2017-11-18 | 1 | -18/+2 |
| * | | | | | commit: move empty message checks to libgit | Phillip Wood | 2017-11-11 | 1 | -80/+19 |
* | | | | | | Merge branch 'ab/commit-m-with-fixup' | Junio C Hamano | 2018-01-23 | 1 | -3/+5 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | commit: add support for --fixup <commit> -m"<extra message>"ab/commit-m-with-fixup | Ævar Arnfjörð Bjarmason | 2017-12-22 | 1 | -3/+5 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'nd/ita-wt-renames-in-status' | Junio C Hamano | 2018-01-23 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| * | | | Use DIFF_DETECT_RENAME for detect_rename assignments | Nguyễn Thái Ngọc Duy | 2017-12-27 | 1 | -1/+1 |
* | | | | Merge branch 'ma/reduce-heads-leakfix' | Junio C Hamano | 2017-11-15 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | reduce_heads: fix memory leaksma/reduce-heads-leakfix | Martin Ågren | 2017-11-08 | 1 | -1/+1 |
* | | | | | Merge branch 'jm/status-ignored-files-list' | Junio C Hamano | 2017-11-13 | 1 | -6/+25 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | status: add option to show ignored files differently | Jameson Miller | 2017-10-31 | 1 | -6/+25 |
| |/ / / | |||||
* | | | | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 2017-11-09 | 1 | -3/+4 |
|\ \ \ \ | |||||
| * | | | | diff: make struct diff_flags members lowercasebw/diff-opt-impl-to-bitfields | Brandon Williams | 2017-11-01 | 1 | -2/+2 |
| * | | | | diff: convert flags to be stored in bitfields | Brandon Williams | 2017-11-01 | 1 | -3/+4 |
| |/ / / | |||||
* | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-11-06 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | refs: update ref transactions to use struct object_id | brian m. carlson | 2017-10-16 | 1 | -2/+2 |
| |/ / / |