summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-27Merge branch 'nd/ita-wt-renames-in-status' into maintLibravatar Junio C Hamano1-30/+53
2017-12-27wt-status.c: handle worktree renamesLibravatar Nguyễn Thái Ngọc Duy1-3/+19
2017-12-27wt-status.c: rename rename-related fields in wt_status_change_dataLibravatar Nguyễn Thái Ngọc Duy1-24/+26
2017-12-27wt-status.c: catch unhandled diff status codesLibravatar Nguyễn Thái Ngọc Duy1-2/+6
2017-12-27wt-status.c: coding style fixLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2017-12-27Use DIFF_DETECT_RENAME for detect_rename assignmentsLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2017-11-15Merge branch 'bw/rebase-i-ignored-submodule-fix'Libravatar Junio C Hamano1-1/+3
2017-11-13Merge branch 'jm/status-ignored-files-list'Libravatar Junio C Hamano1-3/+8
2017-11-09Merge branch 'bw/diff-opt-impl-to-bitfields'Libravatar Junio C Hamano1-9/+9
2017-11-07wt-status: actually ignore submodules when requestedLibravatar Brandon Williams1-1/+3
2017-11-06Merge branch 'bc/object-id'Libravatar Junio C Hamano1-1/+1
2017-11-06Merge branch 'ma/lockfile-fixes'Libravatar Junio C Hamano1-4/+4
2017-11-01diff: make struct diff_flags members lowercaseLibravatar Brandon Williams1-9/+9
2017-11-01diff: remove DIFF_OPT_SET macroLibravatar Brandon Williams1-9/+9
2017-10-31status: add option to show ignored files differentlyLibravatar Jameson Miller1-3/+8
2017-10-16refs: convert dwim_ref and expand_ref to struct object_idLibravatar brian m. carlson1-1/+1
2017-10-06treewide: prefer lockfiles on the stackLibravatar Martin Ågren1-4/+4
2017-10-05Merge branch 'rs/resolve-ref-optional-result'Libravatar Junio C Hamano1-3/+1
2017-10-01refs: pass NULL to resolve_refdup() if hash is not neededLibravatar René Scharfe1-3/+1
2017-09-25Merge branch 'ks/commit-do-not-touch-cut-line'Libravatar Junio C Hamano1-1/+1
2017-09-15commit-template: change a message to be more intuitiveLibravatar Kaartic Sivaraam1-1/+1
2017-09-10wt-status: release strbuf after use in wt_longstatus_print_tracking()Libravatar Rene Scharfe1-0/+1
2017-09-07wt-status: release strbuf after use in read_rebase_todolist()Libravatar Rene Scharfe1-0/+1
2017-07-12Merge branch 'rs/wt-status-cleanup'Libravatar Junio C Hamano1-3/+4
2017-07-10wt-status: use separate variable for result of shorten_unambiguous_refLibravatar René Scharfe1-3/+4
2017-06-30Merge branch 'ks/status-initial-commit'Libravatar Junio C Hamano1-2/+5
2017-06-21status: contextually notify user about an initial commitLibravatar Kaartic Sivaraam1-2/+5
2017-06-18status: add optional stash count informationLibravatar Liam Beguin1-0/+24
2017-06-13Merge branch 'nd/fopen-errors'Libravatar Junio C Hamano1-1/+2
2017-06-05Merge branch 'bm/interpret-trailers-cut-line-is-eom' into maintLibravatar Junio C Hamano1-5/+6
2017-05-29Merge branch 'bm/interpret-trailers-cut-line-is-eom'Libravatar Junio C Hamano1-5/+6
2017-05-29Merge branch 'js/plug-leaks'Libravatar Junio C Hamano1-14/+15
2017-05-29Merge branch 'bc/object-id'Libravatar Junio C Hamano1-1/+1
2017-05-29Merge branch 'bw/dir-c-stops-relying-on-the-index'Libravatar Junio C Hamano1-1/+1
2017-05-26wrapper.c: add and use fopen_or_warn()Libravatar Nguyễn Thái Ngọc Duy1-1/+2
2017-05-18interpret-trailers: honor the cut lineLibravatar Brian Malehorn1-5/+6
2017-05-16Merge branch 'js/larger-timestamps'Libravatar Junio C Hamano1-1/+1
2017-05-08Convert lookup_commit* to struct object_idLibravatar brian m. carlson1-1/+1
2017-05-08split_commit_in_progress(): simplify & fix memory leakLibravatar Johannes Schindelin1-14/+14
2017-05-08status: close file descriptor after reading git-rebase-todoLibravatar Johannes Schindelin1-0/+1
2017-05-06dir: convert fill_directory to take an indexLibravatar Brandon Williams1-1/+1
2017-04-28status: fix missing newline when comment chars are disabledLibravatar Jeff King1-1/+1
2017-04-27timestamp_t: a new data type for timestampsLibravatar Johannes Schindelin1-1/+1
2017-03-29short status: improve reporting for submodule changesLibravatar Stefan Beller1-2/+15
2017-03-21Merge branch 'sb/wt-status-cleanup'Libravatar Junio C Hamano1-15/+5
2017-03-17Merge branch 'mg/status-porcelain-no-i18n'Libravatar Junio C Hamano1-4/+4
2017-03-17wt-status: simplify by using for_each_string_list_itemLibravatar Stefan Beller1-15/+5
2017-03-14git-status: make porcelain more robustLibravatar Michael J Gruber1-4/+4
2017-02-22wt-status: convert to struct object_idLibravatar brian m. carlson1-22/+22
2017-02-22refs: convert each_reflog_ent_fn to struct object_idLibravatar brian m. carlson1-3/+3