summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)Author
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-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
2017-10-01refs: pass NULL to resolve_refdup() if hash is not neededRené Scharfe
2017-09-25Merge branch 'ks/commit-do-not-touch-cut-line'Junio C Hamano
2017-09-15commit-template: change a message to be more intuitiveKaartic Sivaraam
2017-09-10wt-status: release strbuf after use in wt_longstatus_print_tracking()Rene Scharfe
2017-09-06wt-status: release strbuf after use in read_rebase_todolist()Rene Scharfe
2017-07-12Merge branch 'rs/wt-status-cleanup'Junio C Hamano
2017-07-10wt-status: use separate variable for result of shorten_unambiguous_refRené Scharfe
2017-06-30Merge branch 'ks/status-initial-commit'Junio C Hamano
2017-06-22status: contextually notify user about an initial commitKaartic Sivaraam
2017-06-19status: add optional stash count informationLiam Beguin
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-05Merge branch 'bm/interpret-trailers-cut-line-is-eom' into maintJunio C Hamano
2017-05-29Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-29Merge branch 'bw/dir-c-stops-relying-on-the-index'Junio C Hamano
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy
2017-05-18interpret-trailers: honor the cut lineBrian Malehorn
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08split_commit_in_progress(): simplify & fix memory leakJohannes Schindelin
2017-05-08status: close file descriptor after reading git-rebase-todoJohannes Schindelin
2017-05-06dir: convert fill_directory to take an indexBrandon Williams
2017-04-28status: fix missing newline when comment chars are disabledJeff King