summaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAgeFilesLines
* wt-status.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-151-2/+2
* status: remove i18n legosNguyễn Thái Ngọc Duy2012-09-061-20/+28
* status: color in-progress message like other header messagesJeff King2012-07-161-2/+1
* status: better advices when splitting a commit (during rebase -i)Lucien Kong2012-06-141-0/+52
* status: don't suggest "git rm" or "git add" if not appropriateLucien Kong2012-06-141-1/+36
* wt-status.*: better advices for git status addedLucien Kong2012-06-141-0/+156
* Merge branch 'jk/maint-status-porcelain-z-b' into HEADJeff King2012-05-081-17/+18
|\
| * status: respect "-b" for porcelain formatJeff King2012-05-081-3/+3
| * status: fix null termination with "-b"Jeff King2012-05-081-3/+4
| * status: refactor null_termination optionJeff King2012-05-081-13/+13
* | status: add --columnNguyễn Thái Ngọc Duy2012-04-271-2/+26
|/
* Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy2011-12-131-3/+1
* Merge branch 'maint-1.7.3' into maintJunio C Hamano2011-10-231-1/+1
|\
| * Reindent closing bracket using tab instead of spacesNguyễn Thái Ngọc Duy2011-10-231-1/+1
* | Merge branch 'jk/color-and-pager'Junio C Hamano2011-08-281-2/+4
|\ \
| * | color: delay auto-color decision until point of useJeff King2011-08-191-1/+3
| * | diff: refactor COLOR_DIFF from a flag into an intJeff King2011-08-181-1/+1
* | | Merge branch 'jk/maint-1.7.2-status-ignored'Junio C Hamano2011-06-291-1/+1
|\ \ \ | |/ / |/| |
| * | status: fix bug with missing --ignore filesJeff King2011-06-021-1/+1
* | | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-011-58/+58
|\ \ \
| * | | i18n: git-status "renamed: " messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | | i18n: git-status "Initial commit" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | | i18n: git-status "Changes to be committed" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
| * | | i18n: git-status shortstatus messagesÆvar Arnfjörð Bjarmason2011-03-091-6/+6
| * | | i18n: git-status "nothing to commit" messagesÆvar Arnfjörð Bjarmason2011-03-091-6/+6
| * | | i18n: git-status basic messagesÆvar Arnfjörð Bjarmason2011-03-091-43/+43
| * | | commit, status: use status_printf{,_ln,_more} helpersJonathan Nieder2011-03-081-43/+43
| * | | wt-status: add helpers for printing wt-status linesJonathan Nieder2011-03-081-0/+74
* | | | Merge branch 'jn/status-translatable'Junio C Hamano2011-03-191-43/+117
|\ \ \ \
| * | | | commit, status: use status_printf{,_ln,_more} helpersJonathan Nieder2011-03-081-43/+43
| * | | | wt-status: add helpers for printing wt-status linesJonathan Nieder2011-03-081-0/+74
| |/ / /
* | | | Merge branch 'js/cherry-pick-usability'Junio C Hamano2011-03-091-2/+2
|\ \ \ \
| * | | | Teach commit about CHERRY_PICK_HEADJay Soffian2011-02-211-2/+2
| |/ / /
* | | | Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy2011-02-031-1/+4
* | | | struct rev_info: convert prune_data to struct pathspecNguyễn Thái Ngọc Duy2011-02-031-2/+2
|/ / /
* | | Merge branch 'aa/status-hilite-branch'Junio C Hamano2010-12-161-4/+10
|\ \ \
| * | | default color.status.branch to "same as header"Jeff King2010-12-101-2/+5
| * | | status: show branchname with a configurable colorAleksi Aalto2010-11-291-3/+6
* | | | Merge branch 'kb/maint-status-cquote'Junio C Hamano2010-12-031-0/+10
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | status: Quote paths with spaces in short formatKevin Ballard2010-11-091-0/+10
* | | Better "Changed but not updated" message in git-statusMatthieu Moy2010-11-031-1/+1
|/ /
* | wt-status.c: don't leak directory entries when processing untracked,ignoredBrandon Casey2010-09-271-10/+6
* | Submodules: Add the new "ignore" config option for diff and statusJens Lehmann2010-08-091-2/+6
* | Merge branch 'jl/status-ignore-submodules'Junio C Hamano2010-06-301-1/+9
|\ \
| * | Add the option "--ignore-submodules" to "git status"Jens Lehmann2010-06-251-1/+9
* | | Merge branch 'jp/string-list-api-cleanup'Junio C Hamano2010-06-301-5/+5
|\ \ \
| * | | string_list: Fix argument order for string_list_insertJulian Phillips2010-06-271-5/+5
* | | | Merge branch 'gv/portable'Junio C Hamano2010-06-211-11/+12
|\ \ \ \
| * | | | Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan2010-05-311-11/+12
| | |/ / | |/| |
* | | | Show branch information in short output of git statusDaniel Knittl-Frank2010-06-031-2/+65
| |/ / |/| |