403 Commits (2a98a8794eac7089d4e44f51b19e358a14eb6d3e)

Author SHA1 Message Date
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 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 7 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
Brandon Williams 0d32c183b6 dir: convert fill_directory to take an index 8 years ago
Jeff King 75177c8591 status: fix missing newline when comment chars are disabled 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Stefan Beller dd6962dd73 short status: improve reporting for submodule changes 8 years ago
Stefan Beller d4aae459cd wt-status: simplify by using for_each_string_list_item 8 years ago
Michael J Gruber b9e2bc560a git-status: make porcelain more robust 8 years ago
brian m. carlson e86ab2c1cd wt-status: convert to struct object_id 8 years ago
brian m. carlson 9461d27240 refs: convert each_reflog_ent_fn to struct object_id 8 years ago
brian m. carlson 2928325fc0 Convert remaining callers of resolve_refdup to object_id 8 years ago
René Scharfe 8694769f3c use oidcpy() for copying hashes between instances of struct object_id 8 years ago
Johannes Schindelin df9ded4984 status: be prepared for not-yet-started interactive rebase 8 years ago
Junio C Hamano 89d38fb266 wt-status: implement opportunisitc index update correctly 8 years ago
Nguyễn Thái Ngọc Duy 425a28e0a4 diff-lib: allow ita entries treated as "not yet exist in index" 8 years ago
René Scharfe a94bb68397 use strbuf_add_unique_abbrev() for adding short hashes, part 3 8 years ago
Johannes Schindelin 4777e175de wt-status: begin error messages with lower-case 8 years ago
Johannes Schindelin d8cc92ab13 wt-status: teach has_{unstaged,uncommitted}_changes() about submodules 8 years ago
Johannes Schindelin 41a5dd6d86 wt-status: export also the has_un{staged,committed}_changes() functions 8 years ago