summaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / |/| |
* | | Merge branch 'mg/advice-statushints'Junio C Hamano2010-05-211-6/+15
|\ \ \
| * | | wt-status: take advice.statusHints seriouslyMichael J Gruber2010-05-061-6/+15
| |/ /
* | | wt-status: fix 'fprintf' compilation warningJunio C Hamano2010-05-011-1/+1
| |/ |/|
* | status: --ignored option shows ignored filesJunio C Hamano2010-04-101-7/+15
* | wt-status: rename and restructure status-print-untrackedJunio C Hamano2010-04-101-8/+14
* | wt-status: collect ignored filesJunio C Hamano2010-04-101-0/+16
* | wt-status: plug memory leak while collecting untracked filesJunio C Hamano2010-04-101-0/+3
* | wt-status: remove unused workdir_untracked memberJunio C Hamano2010-04-101-1/+0
|/
* Merge branch 'jl/submodule-diff-dirtiness'Junio C Hamano2010-03-241-7/+38
|\
| * git status: ignoring untracked files must apply to submodules tooJens Lehmann2010-03-131-0/+2
| * git status: Show detailed dirty status of submodules in long formatJens Lehmann2010-03-081-7/+36
* | revision: introduce setup_revision_optJunio C Hamano2010-03-091-4/+11
|/