429 Commits (ae041a0f9a8f5bd236441a9384a0119cd5a8f791)

Author SHA1 Message Date
Jeff Hostetler 942b2740ff trace2:data: add trace2 regions to wt-status 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 3a95f31d1c repository.c: replace hold_locked_index() with repo_hold_locked_index() 6 years ago
Johannes Schindelin 982288e9bd status: rebase and merge can be in progress at the same time 6 years ago
Nguyễn Thái Ngọc Duy 788454576f wt-status.c: remove implicit dependency the_repository 6 years ago
Nguyễn Thái Ngọc Duy 5b02ca38a3 wt-status.c: remove implicit dependency on the_index 6 years ago
Stephen P. Smith 73ba5d78b4 roll wt_status_state into wt_status and populate in the collect phase 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 7 years ago
Stephen P. Smith f3bd35fa0d wt-status.c: set the committable flag in the collect phase 7 years ago
Stephen P. Smith 6fa9019494 wt-status: rename commitable to committable 7 years ago
Stephen P. Smith c01d8f9459 wt-status.c: move has_unmerged earlier in the file 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 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
Jeff King 3506dc9445 has_uncommitted_changes(): fall back to empty tree 7 years ago
Stefan Beller 21e1ee8f4f commit: add repository argument to lookup_commit_reference_gently 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
brian m. carlson f2e51195dc wt-status: convert two uses of EMPTY_TREE_SHA1_HEX 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
brian m. carlson 40f5555ca3 wt-status: convert struct wt_status_state to object_id 7 years ago
brian m. carlson 30e677e0e2 strbuf: convert strbuf_add_unique_abbrev to use struct object_id 7 years ago
Jeff Hostetler f39a757dd9 status: support --no-ahead-behind in long format 7 years ago
Jeff Hostetler 3ca1897cc1 status: update short status to respect --no-ahead-behind 7 years ago
Jeff Hostetler fd9b544a29 status: add --[no-]ahead-behind to status and commit for V2 format. 7 years ago
Jeff Hostetler d7d1b496ae stat_tracking_info: return +1 when branches not equal 7 years ago
Nguyễn Thái Ngọc Duy 176ea74793 wt-status.c: handle worktree renames 7 years ago
Nguyễn Thái Ngọc Duy 5134ccde64 wt-status.c: rename rename-related fields in wt_status_change_data 7 years ago
Nguyễn Thái Ngọc Duy ea56f97749 wt-status.c: catch unhandled diff status codes 7 years ago
Nguyễn Thái Ngọc Duy 98bc94ec79 wt-status.c: coding style fix 7 years ago
Nguyễn Thái Ngọc Duy 06dba2b023 Use DIFF_DETECT_RENAME for detect_rename assignments 7 years ago
Brandon Williams c6d8ccf3a2 wt-status: actually ignore submodules when requested 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams 23dcf77f48 diff: remove DIFF_OPT_SET macro 7 years ago
Jameson Miller eec0f7f2b7 status: add option to show ignored files differently 7 years ago
brian m. carlson cca5fa6406 refs: convert dwim_ref and expand_ref to struct object_id 7 years ago
Martin Ågren 837e34eba4 treewide: prefer lockfiles on the stack 7 years ago
René Scharfe efbd4fdfc9 refs: pass NULL to resolve_refdup() if hash is not needed 7 years ago
Kaartic Sivaraam 8c4b1a3593 commit-template: change a message to be more intuitive 8 years ago
Rene Scharfe b6ec307177 wt-status: release strbuf after use in wt_longstatus_print_tracking() 8 years ago
Rene Scharfe 6f49541ddb wt-status: release strbuf after use in read_rebase_todolist() 8 years ago
René Scharfe 5e8d2729ae wt-status: use separate variable for result of shorten_unambiguous_ref 8 years ago
Kaartic Sivaraam 4ddb1354e8 status: contextually notify user about an initial commit 8 years ago
Liam Beguin c1b5d0194b status: add optional stash count information 8 years ago
Nguyễn Thái Ngọc Duy e9d983f116 wrapper.c: add and use fopen_or_warn() 8 years ago
Brian Malehorn d76650b8d1 interpret-trailers: honor the cut line 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Johannes Schindelin 41fc6b33fc split_commit_in_progress(): simplify & fix memory leak 8 years ago
Johannes Schindelin e7b65e205a status: close file descriptor after reading git-rebase-todo 8 years ago