303 Commits (f2d17068fd795f980811a3979d671f7d005d3f5c)

Author SHA1 Message Date
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
Stefan Beller 0e32d4b31f wt-status.c: fix a memleak 10 years ago
Jeff King 5c950e9bf0 wt-status: use capture_command 10 years ago
Jeff King d56d966b3b wt_status: fix signedness mismatch in strbuf_read call 10 years ago
Jeff King 9a9592ff7c wt-status: don't flush before running "submodule status" 10 years ago
Nguyễn Thái Ngọc Duy 226c051adb status: enable untracked cache 10 years ago
Michael J Gruber 970399e74c wt-status: refactor detached HEAD analysis 10 years ago
Michael J Gruber 4055500093 commit/status: show the index-worktree diff with -v -v 10 years ago
Jeff King 66ec904b4e read_and_strip_branch: fix typo'd address-of operator 10 years ago
René Scharfe a2bae2dce1 use args member of struct child_process 10 years ago
René Scharfe a915459097 use env_array member of struct child_process 11 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Karsten Blees 132d41e69a wt-status: simplify performance measurement by using getnanotime() 11 years ago
René Scharfe 10761eb681 wt-status: simplify building of summary limit argument 11 years ago
René Scharfe 85dd6bf491 wt-status: use argv_array for environment 11 years ago
Felipe Contreras 7d7d680221 silence a bunch of format-zero-length warnings 11 years ago
Jens Lehmann 1d2f393ac9 status/commit: show staged submodules regardless of ignore config 11 years ago
Matthieu Moy 7a76c28ff2 status: disable translation when --porcelain is used 11 years ago
Junio C Hamano c7cb333f60 wt-status: lift the artificual "at least 20 columns" floor 11 years ago
Jonathan Nieder 8f17f5b22a wt-status: i18n of section labels 11 years ago
Jonathan Nieder 335e825012 wt-status: extract the code to compute width for labels 11 years ago
Junio C Hamano d52cb5761a wt-status: make full label string to be subject to l10n 11 years ago
Nguyễn Thái Ngọc Duy ebb32893ba pathspec: convert some match_pathspec_depth() to dir_path_match() 11 years ago
Nguyễn Thái Ngọc Duy 429bb40abd pathspec: convert some match_pathspec_depth() to ce_path_match() 11 years ago
Nguyễn Thái Ngọc Duy fcef9312a4 wt-status.c: move cut-line print code out to wt_status_add_cut_line 11 years ago
Nguyễn Thái Ngọc Duy 983dc69748 wt-status.c: make cut_line[] const to shrink .data section a bit 11 years ago
Jens Lehmann 1a72cfd7fa commit -v: strip diffs and submodule shortlogs from the commit message 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago