aboutsummaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAge
* use args member of struct child_processRené Scharfe2014-11-10
* Merge branch 'rs/run-command-env-array'Junio C Hamano2014-10-24
|\
| * use env_array member of struct child_processRené Scharfe2014-10-19
* | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
|/
* run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
* Merge branch 'kb/perf-trace'Junio C Hamano2014-07-22
|\
| * wt-status: simplify performance measurement by using getnanotime()Karsten Blees2014-07-13
* | Merge branch 'rs/status-code-clean-up'Junio C Hamano2014-07-10
|\ \ | |/ |/|
| * wt-status: simplify building of summary limit argumentRené Scharfe2014-06-29
| * wt-status: use argv_array for environmentRené Scharfe2014-06-29
| * Merge branch 'jl/status-added-submodule-is-never-ignored' into maintJunio C Hamano2014-06-25
| |\
* | \ Merge branch 'jl/status-added-submodule-is-never-ignored'Junio C Hamano2014-06-16
|\ \ \ | | |/ | |/|
| * | status/commit: show staged submodules regardless of ignore configJens Lehmann2014-04-07
* | | Merge branch 'fc/status-printf-squelch-format-zero-length-warnings'Junio C Hamano2014-06-06
|\ \ \ | |_|/ |/| |
| * | silence a bunch of format-zero-length warningsFelipe Contreras2014-05-07
* | | Merge branch 'mm/status-porcelain-format-i18n-fix'Junio C Hamano2014-03-31
|\ \ \
| * | | status: disable translation when --porcelain is usedMatthieu Moy2014-03-26
| |/ /
* | | Merge branch 'nd/commit-editor-cleanup'Junio C Hamano2014-03-25
|\ \ \
| * | | wt-status.c: move cut-line print code out to wt_status_add_cut_lineNguyễn Thái Ngọc Duy2014-02-18
| * | | wt-status.c: make cut_line[] const to shrink .data section a bitNguyễn Thái Ngọc Duy2014-02-18
| | |/ | |/|
* | | Merge branch 'jn/wt-status'Junio C Hamano2014-03-21
|\ \ \
| * | | wt-status: lift the artificual "at least 20 columns" floorJunio C Hamano2014-03-12
| * | | wt-status: i18n of section labelsJonathan Nieder2014-03-12
| * | | wt-status: extract the code to compute width for labelsJonathan Nieder2014-03-12
| * | | wt-status: make full label string to be subject to l10nJunio C Hamano2014-03-12
| |/ /
* | | pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy2014-02-24
* | | pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-24
|/ /
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\ \
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* | | Merge branch 'jl/commit-v-strip-marker'Junio C Hamano2013-12-17
|\ \ \ | | |/ | |/|
| * | commit -v: strip diffs and submodule shortlogs from the commit messageJens Lehmann2013-12-05
| |/
* | wt-status: take the alignment burden off translatorsNguyễn Thái Ngọc Duy2013-11-06
|/
* status: show commit sha1 in "You are currently cherry-picking" messageRalf Thielow2013-10-11
* Merge branch 'mm/commit-template-squelch-advice-messages'Junio C Hamano2013-09-20
|\
| * wt-status: turn advice_status_hints into a field of wt_statusMatthieu Moy2013-09-12
* | Merge branch 'mm/status-without-comment-char'Junio C Hamano2013-09-20
|\ \
| * | status: add missing blank line after list of "other" filesMatthieu Moy2013-09-06
| * | status: disable display of '#' comment prefix by defaultMatthieu Moy2013-09-06
| * | submodule summary: ignore --for-status optionMatthieu Moy2013-09-06
| * | wt-status: use argv_array APIMatthieu Moy2013-09-06
| |/
* | Merge branch 'jx/branch-vv-always-compare-with-upstream'Junio C Hamano2013-09-20
|\ \
| * | status: always show tracking branch even no changeJiang Xin2013-08-26
| * | branch: report invalid tracking branch as goneJiang Xin2013-08-26
| |/
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \ | |/ |/|
| * convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * status: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
* | Merge branch 'jx/clean-interactive'Junio C Hamano2013-07-22
|\ \
| * | quote_path_relative(): remove redundant parameterJiang Xin2013-06-26
* | | Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-22
|\ \ \ | |_|/ |/| |
| * | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09