summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)Author
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
2016-10-27Merge branch 'nd/ita-empty-commit'Junio C Hamano
2016-10-26Merge branch 'js/libify-require-clean-work-tree'Junio C Hamano
2016-10-24diff-lib: allow ita entries treated as "not yet exist in index"Nguyễn Thái Ngọc Duy
2016-10-17Merge branch 'rs/cocci'Junio C Hamano
2016-10-10use strbuf_add_unique_abbrev() for adding short hashes, part 3René Scharfe
2016-10-07wt-status: begin error messages with lower-caseJohannes Schindelin
2016-10-07wt-status: teach has_{unstaged,uncommitted}_changes() about submodulesJohannes Schindelin
2016-10-07wt-status: export also the has_un{staged,committed}_changes() functionsJohannes Schindelin
2016-10-07wt-status: make the require_clean_work_tree() function reusableJohannes Schindelin
2016-10-06Merge branch 'rs/cocci'Junio C Hamano
2016-09-27use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe
2016-09-26Merge branch 'rs/cocci'Junio C Hamano
2016-09-19Merge branch 'bc/object-id'Junio C Hamano
2016-09-15use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe
2016-09-09Merge branch 'jh/status-v2-porcelain'Junio C Hamano
2016-08-11status: print branch info with --porcelain=v2 --branchJeff Hostetler
2016-08-11status: print per-file porcelain v2 status dataJeff Hostetler