509 Commits (685d34a96e856fd0d7f3be99cc3ca60b3b7ce185)

Author SHA1 Message Date
Denton Liu 1055997e2f merge: add scissors line on merge conflict 6 years ago
Denton Liu ca04dc96d1 parse-options.h: extract common --cleanup option 6 years ago
Denton Liu f29cd8620d commit: extract cleanup_mode functions to sequencer 6 years ago
Phillip Wood b07d9bfd17 commit/reset: try to clean up sequencer state 6 years ago
Nguyễn Thái Ngọc Duy 5a1dbd48bc commit: improve error message in "-a <paths>" case 6 years ago
Jeff King c5c33504c9 report_path_error(): drop unused prefix parameter 6 years ago
Nguyễn Thái Ngọc Duy 5a59a2301f completion: add more parameter value completion 6 years ago
William Hubbs 39ab4d0951 config: allow giving separate author and committer idents 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy 1b0d968b34 read-cache.c: replace update_index_if_able with repo_& 6 years ago
Nguyễn Thái Ngọc Duy e1ff0a32e4 read-cache.c: kill read_index() 6 years ago
Nguyễn Thái Ngọc Duy 1d18d7581c notes-utils.c: remove the_repository references 6 years ago
Jeff King 406bab3811 commit: copy saved getenv() result 6 years ago
Nguyễn Thái Ngọc Duy ffc00a48ef diff-lib.c: remove the_repository references 6 years ago
Nguyễn Thái Ngọc Duy f11c958054 sequencer.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 5b02ca38a3 wt-status.c: remove implicit dependency on the_index 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Jeff King d6627fb899 status: mark --find-renames option with NONEG 6 years ago
Ben Peart 6c5b7f55a8 refresh_index: remove unnecessary calls to preload_index() 6 years ago
Stephen P. Smith 73ba5d78b4 roll wt_status_state into wt_status and populate in the collect phase 7 years ago
Elijah Newren 3e73cc62c0 commit: fix erroneous BUG, 'multiple renames on the same target? how?' 7 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 35843b1123 rerere.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy ae9af12287 status: show progress bar if refreshing the index takes too long 7 years ago
Stephen P. Smith 6fa9019494 wt-status: rename commitable to committable 7 years ago
Derrick Stolee 859fdc0c3c commit-graph: define GIT_TEST_COMMIT_GRAPH 7 years ago
Nguyễn Thái Ngọc Duy 6d2df284e7 dir.c: remove an implicit dependency on the_index in pathspec code 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 7 years ago
Nguyễn Thái Ngọc Duy 3ac68a93fd help: add --config to list all available config 7 years ago
Nguyễn Thái Ngọc Duy a73b3680c4 Add and use generic name->id mapping code for color slot parsing 7 years ago
Stefan Beller 102de880d2 path.c: migrate global git_path_* to take a repository argument 7 years ago
Ben Peart e8b2dc2c2a add status config and command line options for rename detection 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Eckhard S. Maaß dc6b1d92ca wt-status: use settings from git_diff_ui_config 7 years ago
Brandon Williams 86238e07ef commit: allow partial commits with relative paths 7 years ago
Martin Ågren 610008146e write_locked_index(): add flag to avoid writing unchanged index 7 years ago
Ævar Arnfjörð Bjarmason 095c741edd commit: run git gc --auto just before the post-commit hook 7 years ago
Patryk Obara 5078f34459 commit: convert commit_tree* to object_id 7 years ago
Jeff Hostetler fd9b544a29 status: add --[no-]ahead-behind to status and commit for V2 format. 7 years ago
Phillip Wood 66618a50f9 sequencer: run 'prepare-commit-msg' hook 7 years ago
Nguyễn Thái Ngọc Duy 06dba2b023 Use DIFF_DETECT_RENAME for detect_rename assignments 7 years ago
Ævar Arnfjörð Bjarmason 30884c9afc commit: add support for --fixup <commit> -m"<extra message>" 7 years ago
Phillip Wood e47c6cafcb commit: move print_commit_summary() to libgit 7 years ago
Phillip Wood a87a6f3c98 commit: move post-rewrite code to libgit 7 years ago
Phillip Wood 0505d604c9 Add a function to update HEAD after creating a commit 7 years ago
Phillip Wood d0aaa46fd3 commit: move empty message checks to libgit 7 years ago
Martin Ågren 4da72644b7 reduce_heads: fix memory leaks 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 8 years ago
Brandon Williams 02f2f56bc3 diff: convert flags to be stored in bitfields 8 years ago