summaryrefslogtreecommitdiff
path: root/wt-status.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Merge branch 'mm/status-porcelain-format-i18n-fix'Libravatar Junio C Hamano1-5/+8
2014-03-26status: disable translation when --porcelain is usedLibravatar Matthieu Moy1-5/+8
2014-03-25Merge branch 'nd/commit-editor-cleanup'Libravatar Junio C Hamano1-8/+13
2014-03-21Merge branch 'jn/wt-status'Libravatar Junio C Hamano1-42/+75
2014-03-12wt-status: lift the artificual "at least 20 columns" floorLibravatar Junio C Hamano1-2/+0
2014-03-12wt-status: i18n of section labelsLibravatar Jonathan Nieder1-19/+47
2014-03-12wt-status: extract the code to compute width for labelsLibravatar Jonathan Nieder1-7/+15
2014-03-12wt-status: make full label string to be subject to l10nLibravatar Junio C Hamano1-18/+17
2014-02-24pathspec: convert some match_pathspec_depth() to dir_path_match()Libravatar Nguyễn Thái Ngọc Duy1-2/+2
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2014-02-18wt-status.c: move cut-line print code out to wt_status_add_cut_lineLibravatar Nguyễn Thái Ngọc Duy1-7/+12
2014-02-18wt-status.c: make cut_line[] const to shrink .data section a bitLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-12-17Merge branch 'cc/starts-n-ends-with'Libravatar Junio C Hamano1-8/+8
2013-12-17Merge branch 'jl/commit-v-strip-marker'Libravatar Junio C Hamano1-2/+27
2013-12-05commit -v: strip diffs and submodule shortlogs from the commit messageLibravatar Jens Lehmann1-2/+27
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-8/+8
2013-11-06wt-status: take the alignment burden off translatorsLibravatar Nguyễn Thái Ngọc Duy1-27/+53
2013-10-11status: show commit sha1 in "You are currently cherry-picking" messageLibravatar Ralf Thielow1-2/+5
2013-09-20Merge branch 'mm/commit-template-squelch-advice-messages'Libravatar Junio C Hamano1-19/+19
2013-09-20Merge branch 'mm/status-without-comment-char'Libravatar Junio C Hamano1-22/+69
2013-09-20Merge branch 'jx/branch-vv-always-compare-with-upstream'Libravatar Junio C Hamano1-4/+22
2013-09-12wt-status: turn advice_status_hints into a field of wt_statusLibravatar Matthieu Moy1-19/+19
2013-09-09Merge branch 'jl/submodule-mv'Libravatar Junio C Hamano1-9/+7
2013-09-06status: add missing blank line after list of "other" filesLibravatar Matthieu Moy1-1/+3
2013-09-06status: disable display of '#' comment prefix by defaultLibravatar Matthieu Moy1-11/+29
2013-09-06submodule summary: ignore --for-status optionLibravatar Matthieu Moy1-1/+26
2013-09-06wt-status: use argv_array APILibravatar Matthieu Moy1-12/+14
2013-08-26status: always show tracking branch even no changeLibravatar Jiang Xin1-5/+5
2013-08-26branch: report invalid tracking branch as goneLibravatar Jiang Xin1-4/+22
2013-07-22Merge branch 'jx/clean-interactive'Libravatar Junio C Hamano1-9/+8
2013-07-22Merge branch 'nd/const-struct-cache-entry'Libravatar Junio C Hamano1-2/+2
2013-07-15convert {read,fill}_directory to take struct pathspecLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-07-15status: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-9/+7
2013-07-11Merge branch 'jg/status-config'Libravatar Junio C Hamano1-0/+1
2013-07-11Merge branch 'rr/rebase-checkout-reflog'Libravatar Junio C Hamano1-3/+4
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2013-06-27am: replace uses of --resolved with --continueLibravatar Kevin Bracey1-1/+1
2013-06-26quote_path_relative(): remove redundant parameterLibravatar Jiang Xin1-9/+8
2013-06-24status/commit: make sure --porcelain is not affected by user-facing configLibravatar Junio C Hamano1-0/+1
2013-06-17wt-status: give better advice when cherry-pick is in progressLibravatar Ralf Thielow1-2/+4
2013-06-17status: do not depend on rebase reflog messagesLibravatar Ramkumar Ramachandra1-1/+4
2013-06-17wt-status: remove unused field in grab_1st_switch_cbdataLibravatar Ramkumar Ramachandra1-2/+0
2013-04-15dir.c: git-status --ignored: don't scan the work tree twiceLibravatar Karsten Blees1-13/+11
2013-04-15dir.c: git-ls-files --directories: don't hide empty directoriesLibravatar Karsten Blees1-1/+1
2013-04-12Sync with 'maint'Libravatar Junio C Hamano1-8/+4
2013-04-12Merge branch 'tb/document-status-u-tradeoff' into maintLibravatar Junio C Hamano1-8/+4
2013-04-12i18n: make the translation of -u advice in one goLibravatar Jiang Xin1-8/+4
2013-04-02status: show commit sha1 in "You are currently reverting" messageLibravatar Matthieu Moy1-2/+6
2013-04-02status: show 'revert' state and status hintLibravatar Matthieu Moy1-0/+23
2013-04-01Merge branch 'tb/document-status-u-tradeoff' into maintLibravatar Junio C Hamano1-0/+25