summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)Author
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
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-03-29short status: improve reporting for submodule changesStefan Beller
2017-03-21Merge branch 'sb/wt-status-cleanup'Junio C Hamano
2017-03-17Merge branch 'mg/status-porcelain-no-i18n'Junio C Hamano
2017-03-17wt-status: simplify by using for_each_string_list_itemStefan Beller
2017-03-14git-status: make porcelain more robustMichael J Gruber
2017-02-22wt-status: convert to struct object_idbrian m. carlson
2017-02-22refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson
2017-02-22Convert remaining callers of resolve_refdup to object_idbrian m. carlson
2017-02-03Merge branch 'rs/object-id'Junio C Hamano
2017-02-02Merge branch 'js/status-pre-rebase-i'Junio C Hamano
2017-01-30use oidcpy() for copying hashes between instances of struct object_idRené Scharfe
2017-01-26status: be prepared for not-yet-started interactive rebaseJohannes Schindelin
2016-12-07wt-status: implement opportunisitc index update correctlyJunio C Hamano