summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)Author
2018-10-19Merge branch 'ss/wt-status-committable'Junio C Hamano
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-10-04roll wt_status_state into wt_status and populate in the collect phaseStephen P. Smith
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-07wt-status.c: set the committable flag in the collect phaseStephen P. Smith
2018-09-07wt-status: rename commitable to committableStephen P. Smith
2018-09-07wt-status.c: move has_unmerged earlier in the fileStephen P. Smith
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano
2018-08-02Merge branch 'jk/has-uncommitted-changes-fix'Junio C Hamano
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-11has_uncommitted_changes(): fall back to empty treeJeff King
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-05-30Merge branch 'bc/object-id'Junio C Hamano
2018-05-30Merge branch 'bp/status-rename-config'Junio C Hamano
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-17path.c: migrate global git_path_* to take a repository argumentStefan Beller
2018-05-13add status config and command line options for rename detectionBen Peart
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-05-06wt-status: use settings from git_diff_ui_configEckhard S. Maaß
2018-05-02wt-status: convert two uses of EMPTY_TREE_SHA1_HEXbrian m. carlson
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson
2018-03-14wt-status: convert struct wt_status_state to object_idbrian m. carlson
2018-03-14strbuf: convert strbuf_add_unique_abbrev to use struct object_idbrian m. carlson
2018-03-08Merge branch 'jh/status-no-ahead-behind'Junio C Hamano
2018-02-27Merge branch 'nd/ita-wt-renames-in-status' into maintJunio C Hamano
2018-01-24status: support --no-ahead-behind in long formatJeff Hostetler
2018-01-24status: update short status to respect --no-ahead-behindJeff Hostetler
2018-01-24status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler
2018-01-24stat_tracking_info: return +1 when branches not equalJeff Hostetler
2018-01-23Merge branch 'nd/ita-wt-renames-in-status'Junio C Hamano
2017-12-27wt-status.c: handle worktree renamesNguyễn Thái Ngọc Duy
2017-12-27wt-status.c: rename rename-related fields in wt_status_change_dataNguyễn Thái Ngọc Duy
2017-12-27wt-status.c: catch unhandled diff status codesNguyễn Thái Ngọc Duy
2017-12-27wt-status.c: coding style fixNguyễn Thái Ngọc Duy
2017-12-27Use DIFF_DETECT_RENAME for detect_rename assignmentsNguyễn Thái Ngọc Duy
2017-11-15Merge branch 'bw/rebase-i-ignored-submodule-fix'Junio C Hamano
2017-11-13Merge branch 'jm/status-ignored-files-list'Junio C Hamano
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano
2017-11-07wt-status: actually ignore submodules when requestedBrandon Williams
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
2017-11-06Merge branch 'ma/lockfile-fixes'Junio C Hamano
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams
2017-10-31status: add option to show ignored files differentlyJameson Miller
2017-10-16refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson
2017-10-06treewide: prefer lockfiles on the stackMartin Ågren
2017-10-05Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano