summaryrefslogtreecommitdiffstats
path: root/wt-status.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/at-push-sha1'Junio C Hamano2015-06-051-12/+6
|\
| * remote.c: return upstream name from stat_tracking_infoJeff King2015-05-221-12/+6
* | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-261-0/+2
|\ \
| * | status: enable untracked cacheNguyễn Thái Ngọc Duy2015-03-121-0/+2
* | | Merge branch 'sb/plug-wt-shortstatus-tracking-leak'Junio C Hamano2015-04-141-0/+1
|\ \ \ | |_|/ |/| |
| * | wt-status.c: fix a memleakStefan Beller2015-03-311-0/+1
* | | Merge branch 'jk/run-command-capture'Junio C Hamano2015-03-251-7/+3
|\ \ \
| * | | wt-status: use capture_commandJeff King2015-03-231-4/+1
| * | | wt_status: fix signedness mismatch in strbuf_read callJeff King2015-03-221-3/+3
| * | | wt-status: don't flush before running "submodule status"Jeff King2015-03-221-1/+0
| * | | Merge branch 'jk/status-read-branch-name-fix' into maintJunio C Hamano2015-02-251-1/+1
| |\ \ \
* | \ \ \ Merge branch 'mg/detached-head-report'Junio C Hamano2015-03-201-3/+3
|\ \ \ \ \
| * | | | | wt-status: refactor detached HEAD analysisMichael J Gruber2015-03-061-3/+3
| |/ / / /
* | | | | Merge branch 'mg/status-v-v'Junio C Hamano2015-03-181-0/+20
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | commit/status: show the index-worktree diff with -v -vMichael J Gruber2015-03-061-0/+20
| |/ / /
* | | | Merge branch 'jk/status-read-branch-name-fix'Junio C Hamano2015-02-171-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | read_and_strip_branch: fix typo'd address-of operatorJeff King2015-01-281-1/+1
* | | use args member of struct 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_processRené Scharfe2014-10-201-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-141-11/+3
* | | | Merge branch 'rs/status-code-clean-up'Junio C Hamano2014-07-101-8/+5
|\ \ \ \ | |/ / / |/| | |
| * | | wt-status: simplify building of summary limit argumentRené Scharfe2014-06-301-3/+1
| * | | wt-status: use argv_array for environmentRené Scharfe2014-06-301-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 warningsFelipe Contreras2014-05-071-11/+11
* | | | Merge branch 'mm/status-porcelain-format-i18n-fix'Junio C Hamano2014-04-011-5/+8
|\ \ \ \
| * | | | status: disable translation when --porcelain is usedMatthieu 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-191-7/+12
| * | | | wt-status.c: make cut_line[] const to shrink .data section a bitNguyễn Thái Ngọc Duy2014-02-191-1/+1
| | |/ / | |/| |
* | | | Merge branch 'jn/wt-status'Junio C Hamano2014-03-211-42/+75
|\ \ \ \
| * | | | wt-status: lift the artificual "at least 20 columns" floorJunio 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()Christian 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 messageJens Lehmann2013-12-051-2/+27
| |/ /
* / / wt-status: take the alignment burden off translatorsNguyễn Thái Ngọc Duy2013-11-061-27/+53
|/ /
* | status: show commit sha1 in "You are currently cherry-picking" messageRalf Thielow2013-10-111-2/+5