Age | Commit message (Expand) | Author | Files | Lines |
2018-10-19 | Merge branch 'ss/wt-status-committable' | Junio C Hamano | 1 | -89/+82 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -5/+5 |
2018-10-03 | roll wt_status_state into wt_status and populate in the collect phase | Stephen P. Smith | 1 | -75/+59 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -5/+5 |
2018-09-07 | wt-status.c: set the committable flag in the collect phase | Stephen P. Smith | 1 | -2/+11 |
2018-09-07 | wt-status: rename commitable to committable | Stephen P. Smith | 1 | -5/+5 |
2018-09-07 | wt-status.c: move has_unmerged earlier in the file | Stephen P. Smith | 1 | -13/+13 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -5/+5 |
2018-08-13 | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -2/+2 |
2018-08-02 | Merge branch 'jk/has-uncommitted-changes-fix' | Junio C Hamano | 1 | -0/+10 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -4/+4 |
2018-07-11 | has_uncommitted_changes(): fall back to empty tree | Jeff King | 1 | -0/+10 |
2018-06-29 | commit: add repository argument to lookup_commit_reference_gently | Stefan Beller | 1 | -1/+1 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -4/+4 |
2018-05-30 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
2018-05-30 | Merge branch 'bp/status-rename-config' | Junio C Hamano | 1 | -0/+12 |
2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -10/+10 |
2018-05-18 | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 1 | -4/+4 |
2018-05-13 | add status config and command line options for rename detection | Ben Peart | 1 | -0/+12 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -10/+10 |
2018-05-06 | wt-status: use settings from git_diff_ui_config | Eckhard S. Maaß | 1 | -4/+0 |
2018-05-02 | wt-status: convert two uses of EMPTY_TREE_SHA1_HEX | brian m. carlson | 1 | -2/+2 |
2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -3/+3 |
2018-03-14 | wt-status: convert struct wt_status_state to object_id | brian m. carlson | 1 | -6/+6 |
2018-03-14 | strbuf: convert strbuf_add_unique_abbrev to use struct object_id | brian m. carlson | 1 | -3/+3 |
2018-03-08 | Merge branch 'jh/status-no-ahead-behind' | Junio C Hamano | 1 | -12/+29 |
2018-02-27 | Merge branch 'nd/ita-wt-renames-in-status' into maint | Junio C Hamano | 1 | -30/+53 |
2018-01-24 | status: support --no-ahead-behind in long format | Jeff Hostetler | 1 | -1/+1 |
2018-01-24 | status: update short status to respect --no-ahead-behind | Jeff Hostetler | 1 | -4/+7 |
2018-01-24 | status: add --[no-]ahead-behind to status and commit for V2 format. | Jeff Hostetler | 1 | -9/+21 |
2018-01-24 | stat_tracking_info: return +1 when branches not equal | Jeff Hostetler | 1 | -2/+4 |
2018-01-23 | Merge branch 'nd/ita-wt-renames-in-status' | Junio C Hamano | 1 | -30/+53 |
2017-12-27 | wt-status.c: handle worktree renames | Nguyễn Thái Ngọc Duy | 1 | -3/+19 |
2017-12-27 | wt-status.c: rename rename-related fields in wt_status_change_data | Nguyễn Thái Ngọc Duy | 1 | -24/+26 |
2017-12-27 | wt-status.c: catch unhandled diff status codes | Nguyễn Thái Ngọc Duy | 1 | -2/+6 |
2017-12-27 | wt-status.c: coding style fix | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2017-12-27 | Use DIFF_DETECT_RENAME for detect_rename assignments | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2017-11-15 | Merge branch 'bw/rebase-i-ignored-submodule-fix' | Junio C Hamano | 1 | -1/+3 |
2017-11-13 | Merge branch 'jm/status-ignored-files-list' | Junio C Hamano | 1 | -3/+8 |
2017-11-09 | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 1 | -9/+9 |
2017-11-07 | wt-status: actually ignore submodules when requested | Brandon Williams | 1 | -1/+3 |
2017-11-06 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |
2017-11-06 | Merge branch 'ma/lockfile-fixes' | Junio C Hamano | 1 | -4/+4 |
2017-11-01 | diff: make struct diff_flags members lowercase | Brandon Williams | 1 | -9/+9 |
2017-11-01 | diff: remove DIFF_OPT_SET macro | Brandon Williams | 1 | -9/+9 |
2017-10-31 | status: add option to show ignored files differently | Jameson Miller | 1 | -3/+8 |
2017-10-16 | refs: convert dwim_ref and expand_ref to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-10-06 | treewide: prefer lockfiles on the stack | Martin Ågren | 1 | -4/+4 |
2017-10-05 | Merge branch 'rs/resolve-ref-optional-result' | Junio C Hamano | 1 | -3/+1 |