367 Commits (eba2a68f25c8afc56e204daf707e80613cc6e926)

Author SHA1 Message Date
René Scharfe 5e8d2729ae wt-status: use separate variable for result of shorten_unambiguous_ref 8 years ago
Kaartic Sivaraam 4ddb1354e8 status: contextually notify user about an initial commit 8 years ago
Liam Beguin c1b5d0194b status: add optional stash count information 8 years ago
Nguyễn Thái Ngọc Duy e9d983f116 wrapper.c: add and use fopen_or_warn() 8 years ago
Brian Malehorn d76650b8d1 interpret-trailers: honor the cut line 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Johannes Schindelin 41fc6b33fc split_commit_in_progress(): simplify & fix memory leak 8 years ago
Johannes Schindelin e7b65e205a status: close file descriptor after reading git-rebase-todo 8 years ago
Brandon Williams 0d32c183b6 dir: convert fill_directory to take an index 8 years ago
Jeff King 75177c8591 status: fix missing newline when comment chars are disabled 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
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" 9 years ago
René Scharfe a94bb68397 use strbuf_add_unique_abbrev() for adding short hashes, part 3 9 years ago
Johannes Schindelin 4777e175de wt-status: begin error messages with lower-case 9 years ago
Johannes Schindelin d8cc92ab13 wt-status: teach has_{unstaged,uncommitted}_changes() about submodules 9 years ago
Johannes Schindelin 41a5dd6d86 wt-status: export also the has_un{staged,committed}_changes() functions 9 years ago
Johannes Schindelin fd84986f46 wt-status: make the require_clean_work_tree() function reusable 9 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