367 Commits (eba2a68f25c8afc56e204daf707e80613cc6e926)

Author SHA1 Message Date
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
Nguyễn Thái Ngọc Duy 3651e45c34 wt-status: take the alignment burden off translators 12 years ago
Ralf Thielow bffd809870 status: show commit sha1 in "You are currently cherry-picking" message 12 years ago
Matthieu Moy 6a964f57e5 wt-status: turn advice_status_hints into a field of wt_status 12 years ago
Matthieu Moy 2f0f7f1ce7 status: add missing blank line after list of "other" files 12 years ago
Matthieu Moy 2556b9962e status: disable display of '#' comment prefix by default 12 years ago
Matthieu Moy 3ba7407b8b submodule summary: ignore --for-status option 12 years ago
Matthieu Moy bb7e32e383 wt-status: use argv_array API 12 years ago
Jiang Xin f223459bec status: always show tracking branch even no change 12 years ago
Jiang Xin f2e087395b branch: report invalid tracking branch as gone 12 years ago
Nguyễn Thái Ngọc Duy 7327d3d1b7 convert {read,fill}_directory to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 15b55ae06a status: convert to use parse_pathspec 12 years ago