summaryrefslogtreecommitdiffstats
path: root/wt-status.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano1-1/+1
2019-08-27status: mention --skip for revert and cherry-pickDenton Liu1-0/+4
2019-08-19wt-status: convert struct wt_status to object_idbrian m. carlson1-1/+1
2019-07-19Merge branch 'jl/status-reduce-vertical-blank'Junio C Hamano1-4/+0
2019-07-09Merge branch 'jh/status-aheadbehind'Junio C Hamano1-0/+17
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-7/+19
2019-07-09Merge branch 'md/sort-detached-head-first'Junio C Hamano1-2/+2
2019-06-21status: warn when a/b calculation takes too longJeff Hostetler1-0/+17
2019-06-21status: remove the empty line after hintsJohn Lin1-4/+0
2019-06-19ref-filter: sort detached HEAD lines firstlyMatthew DeVore1-2/+2
2019-06-13Merge branch 'jk/unused-params-final-batch'Junio C Hamano1-4/+2
2019-05-19Merge branch 'js/rebase-i-label-shown-in-status-fix'Junio C Hamano1-1/+3
2019-05-13Merge branch 'pw/clean-sequencer-state-upon-final-commit'Junio C Hamano1-5/+34
2019-05-13status: fix display of rebase -ir's `label` commandJohannes Schindelin1-1/+3
2019-05-13wt-status: drop unused status parameterJeff King1-4/+2
2019-05-09Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano1-2/+2
2019-05-07doc: promote "git restore"Nguyễn Thái Ngọc Duy1-7/+19
2019-04-18merge: cleanup messages like commitDenton Liu1-3/+9
2019-04-18ref-filter: use correct branch for %(push:track)Damien Robert1-2/+2
2019-04-17fix cherry-pick/revert status after commitPhillip Wood1-5/+34
2019-02-22trace2:data: add trace2 regions to wt-statusJeff Hostetler1-2/+22
2019-01-14read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy1-1/+1
2019-01-14repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy1-1/+1
2019-01-04Merge branch 'nd/the-index'Junio C Hamano1-41/+53
2018-11-13status: rebase and merge can be in progress at the same timeJohannes Schindelin1-2/+7
2018-11-12wt-status.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy1-8/+10
2018-11-12wt-status.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-33/+43
2018-10-19Merge branch 'ss/wt-status-committable'Junio C Hamano1-89/+82
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-5/+5
2018-10-03roll wt_status_state into wt_status and populate in the collect phaseStephen P. Smith1-75/+59
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-5/+5
2018-09-07wt-status.c: set the committable flag in the collect phaseStephen P. Smith1-2/+11
2018-09-07wt-status: rename commitable to committableStephen P. Smith1-5/+5
2018-09-07wt-status.c: move has_unmerged earlier in the fileStephen P. Smith1-13/+13
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-5/+5
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy1-3/+3
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano1-2/+2
2018-08-02Merge branch 'jk/has-uncommitted-changes-fix'Junio C Hamano1-0/+10
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-4/+4
2018-07-11has_uncommitted_changes(): fall back to empty treeJeff King1-0/+10
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller1-1/+1
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-4/+4
2018-05-30Merge branch 'bc/object-id'Junio C Hamano1-2/+2
2018-05-30Merge branch 'bp/status-rename-config'Junio C Hamano1-0/+12
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-10/+10
2018-05-18path.c: migrate global git_path_* to take a repository argumentStefan Beller1-4/+4
2018-05-13add status config and command line options for rename detectionBen Peart1-0/+12
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-10/+10
2018-05-06wt-status: use settings from git_diff_ui_configEckhard S. Maaß1-4/+0
2018-05-02wt-status: convert two uses of EMPTY_TREE_SHA1_HEXbrian m. carlson1-2/+2