347 Commits (edf3b90553f5c667cd8cb99aa809305470ba3bd7)

Author SHA1 Message Date
Stefan Beller dd6962dd73 short status: improve reporting for submodule changes 8 years ago
Stefan Beller d4aae459cd wt-status: simplify by using for_each_string_list_item 8 years ago
Michael J Gruber b9e2bc560a git-status: make porcelain more robust 8 years ago
brian m. carlson e86ab2c1cd wt-status: convert to struct object_id 8 years ago
brian m. carlson 9461d27240 refs: convert each_reflog_ent_fn to struct object_id 8 years ago
brian m. carlson 2928325fc0 Convert remaining callers of resolve_refdup to object_id 8 years ago
René Scharfe 8694769f3c use oidcpy() for copying hashes between instances of struct object_id 8 years ago
Johannes Schindelin df9ded4984 status: be prepared for not-yet-started interactive rebase 8 years ago
Junio C Hamano 89d38fb266 wt-status: implement opportunisitc index update correctly 8 years ago
Nguyễn Thái Ngọc Duy 425a28e0a4 diff-lib: allow ita entries treated as "not yet exist in index" 8 years ago
René Scharfe a94bb68397 use strbuf_add_unique_abbrev() for adding short hashes, part 3 8 years ago
Johannes Schindelin 4777e175de wt-status: begin error messages with lower-case 8 years ago
Johannes Schindelin d8cc92ab13 wt-status: teach has_{unstaged,uncommitted}_changes() about submodules 8 years ago
Johannes Schindelin 41a5dd6d86 wt-status: export also the has_un{staged,committed}_changes() functions 8 years ago
Johannes Schindelin fd84986f46 wt-status: make the require_clean_work_tree() function reusable 8 years ago
René Scharfe f937d78553 use strbuf_add_unique_abbrev() for adding short hashes, part 2 9 years ago
René Scharfe a22ae753cb use strbuf_addstr() for adding constant strings to a strbuf, part 2 9 years ago
Jeff Hostetler d9fc746cd7 status: print branch info with --porcelain=v2 --branch 9 years ago
Jeff Hostetler 24959bad5d status: print per-file porcelain v2 status data 9 years ago
Jeff Hostetler 1ecdecce62 status: collect per-file data for --porcelain=v2 9 years ago
Jeff Hostetler be7e795efe status: cleanup API to wt_status_print 9 years ago
Jeff Hostetler 957a0fe2e5 status: rename long-format print routines 9 years ago
Johannes Schindelin ef1177d18e die("bug"): report bugs consistently 9 years ago
Matthieu Moy b0a61ab23c status: suggest 'git merge --abort' when appropriate 9 years ago
René Scharfe 8109984d61 use strbuf_addbuf() for appending a strbuf to another 9 years ago
brian m. carlson a0d12c4433 diff: convert struct diff_filespec to struct object_id 9 years ago
Vasco Almeida f813fb41fc i18n: unmark die messages for translation 9 years ago
Lars Vogel 2a0e6cdeda Use "working tree" instead of "working directory" for git status 9 years ago
Nguyễn Thái Ngọc Duy f5d067a2b2 wt-status.c: split bisect detection out of wt_status_get_state() 9 years ago
Nguyễn Thái Ngọc Duy 81eff27b0f wt-status.c: make wt_status_check_rebase() work on any worktree 9 years ago
Nguyễn Thái Ngọc Duy bcd522a149 wt-status.c: split rebase detection out of wt_status_get_state() 9 years ago
Stefan Beller 6eb6078bf5 abbrev_sha1_in_line: don't leak memory 9 years ago
Michael J Gruber df227241dd wt-status: allow "ahead " to be picked up by l10n 9 years ago
Stephen P. Smith 8dc874b2ee wt-status.c: set commitable bit if there is a meaningful merge. 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
René Scharfe 904de44c1c wt-status: correct and simplify check for detached HEAD 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
René Scharfe c72b49dfab wt-status: use skip_prefix() to get rid of magic string length constants 9 years ago
René Scharfe 8d8325f8ee wt-status: don't skip a magical number of characters blindly 9 years ago
René Scharfe baf0a3e47d wt-status: avoid building bogus branch name with detached HEAD 9 years ago
René Scharfe bcf8cc25ac wt-status: exit early using goto in wt_shortstatus_print_tracking() 9 years ago
Matthieu Moy 0eb8548f45 status: don't say 'HEAD detached at HEAD' 10 years ago
SZEDER Gábor 7aa9b9ba02 wt-status: move #include "pathspec.h" to the header 10 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Guillaume Pagès 84e6fb9da9 status: give more information during rebase -i 10 years ago
Guillaume Pagès df25e9475b status: differentiate interactive from non-interactive rebases 10 years ago
Guillaume Pagès 05eb563553 status: factor two rebase-related messages together 10 years ago
SZEDER Gábor fbfa0973fa commit: cope with scissors lines in commit message 10 years ago
Jeff King 979cb245e2 remote.c: return upstream name from stat_tracking_info 10 years ago