summaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAgeFilesLines
* use args member of struct child_processrs/env-array-in-child-processRené Scharfe2014-11-101-10/+7
* Merge branch 'rs/run-command-env-array'Junio C Hamano2014-10-241-4/+2
|\
| * use env_array member of struct child_processrs/run-command-env-arrayRené Scharfe2014-10-191-4/+2
* | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-1/+1
|/
* run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
* Merge branch 'kb/perf-trace'Junio C Hamano2014-07-221-11/+3
|\
| * wt-status: simplify performance measurement by using getnanotime()Karsten Blees2014-07-131-11/+3
* | Merge branch 'rs/status-code-clean-up'Junio C Hamano2014-07-101-8/+5
|\ \ | |/ |/|
| * wt-status: simplify building of summary limit argumentrs/status-code-clean-upRené Scharfe2014-06-291-3/+1
| * wt-status: use argv_array for environmentRené Scharfe2014-06-291-5/+4
| * Merge branch 'jl/status-added-submodule-is-never-ignored' into maintJunio C Hamano2014-06-251-1/+11
| |\
* | \ Merge branch 'jl/status-added-submodule-is-never-ignored'Junio C Hamano2014-06-161-1/+11
|\ \ \ | | |/ | |/|
| * | status/commit: show staged submodules regardless of ignore configJens Lehmann2014-04-071-1/+11
* | | Merge branch 'fc/status-printf-squelch-format-zero-length-warnings'Junio C Hamano2014-06-061-11/+11
|\ \ \ | |_|/ |/| |
| * | silence a bunch of format-zero-length warningsfc/status-printf-squelch-format-zero-length-warningsFelipe Contreras2014-05-071-11/+11
* | | Merge branch 'mm/status-porcelain-format-i18n-fix'Junio C Hamano2014-03-311-5/+8
|\ \ \
| * | | status: disable translation when --porcelain is usedmm/status-porcelain-format-i18n-fixMatthieu Moy2014-03-261-5/+8
| |/ /
* | | Merge branch 'nd/commit-editor-cleanup'Junio C Hamano2014-03-251-8/+13
|\ \ \
| * | | wt-status.c: move cut-line print code out to wt_status_add_cut_lineNguyễn Thái Ngọc Duy2014-02-181-7/+12
| * | | wt-status.c: make cut_line[] const to shrink .data section a bitNguyễn Thái Ngọc Duy2014-02-181-1/+1
| | |/ | |/|
* | | Merge branch 'jn/wt-status'Junio C Hamano2014-03-211-42/+75
|\ \ \
| * | | wt-status: lift the artificual "at least 20 columns" floorjn/wt-statusJunio C Hamano2014-03-121-2/+0
| * | | wt-status: i18n of section labelsJonathan Nieder2014-03-121-19/+47
| * | | wt-status: extract the code to compute width for labelsJonathan Nieder2014-03-121-7/+15
| * | | wt-status: make full label string to be subject to l10nJunio C Hamano2014-03-121-18/+17
| |/ /
* | | pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy2014-02-241-2/+2
* | | pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-241-1/+1
|/ /
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-8/+8
|\ \
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-8/+8
* | | Merge branch 'jl/commit-v-strip-marker'Junio C Hamano2013-12-171-2/+27
|\ \ \ | | |/ | |/|
| * | commit -v: strip diffs and submodule shortlogs from the commit messagejl/commit-v-strip-markerJens Lehmann2013-12-051-2/+27
| |/
* | wt-status: take the alignment burden off translatorsnd/wt-status-align-i18nNguyễn Thái Ngọc Duy2013-11-061-27/+53
|/
* status: show commit sha1 in "You are currently cherry-picking" messagert/cherry-pick-statusRalf Thielow2013-10-111-2/+5
* Merge branch 'mm/commit-template-squelch-advice-messages'Junio C Hamano2013-09-201-19/+19
|\
| * wt-status: turn advice_status_hints into a field of wt_statusMatthieu Moy2013-09-121-19/+19
* | Merge branch 'mm/status-without-comment-char'Junio C Hamano2013-09-201-22/+69
|\ \
| * | status: add missing blank line after list of "other" filesMatthieu Moy2013-09-061-1/+3
| * | status: disable display of '#' comment prefix by defaultMatthieu Moy2013-09-061-11/+29
| * | submodule summary: ignore --for-status optionMatthieu Moy2013-09-061-1/+26
| * | wt-status: use argv_array APIMatthieu Moy2013-09-061-12/+14
| |/
* | Merge branch 'jx/branch-vv-always-compare-with-upstream'Junio C Hamano2013-09-201-4/+22
|\ \
| * | status: always show tracking branch even no changeJiang Xin2013-08-261-5/+5
| * | branch: report invalid tracking branch as goneJiang Xin2013-08-261-4/+22
| |/
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-9/+7
|\ \ | |/ |/|
| * convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
| * status: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-9/+7
* | Merge branch 'jx/clean-interactive'Junio C Hamano2013-07-221-9/+8
|\ \
| * | quote_path_relative(): remove redundant parameterJiang Xin2013-06-261-9/+8
* | | Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-221-2/+2
|\ \ \ | |_|/ |/| |
| * | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-2/+2