summaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
|/
* Merge branch 'jl/submodule-diff'Junio C Hamano2010-01-221-5/+7
|\
| * git status: Show uncommitted submodule changes too when enabledJens Lehmann2010-01-171-5/+7
* | status: only touch path we may need to checkNguyễn Thái Ngọc Duy2010-01-151-1/+1
|/
* Merge branch 'jk/1.7.0-status'Junio C Hamano2009-12-271-9/+121
|\
| * status/commit: do not suggest "reset HEAD <path>" while mergingJunio C Hamano2009-12-121-4/+10
| * commit/status: "git add <path>" is not necessarily how to resolveJunio C Hamano2009-12-121-1/+1
| * status: reduce duplicated setup codeJeff King2009-12-071-0/+2
| * status: disable color for porcelain formatJeff King2009-12-071-0/+6
| * status -s: obey color.statusMichael J Gruber2009-12-051-7/+14
| * builtin-commit: refactor short-status code into wt-status.cMichael J Gruber2009-12-051-0/+89
| * git stat: the beginning of "status that is not a dry-run of commit"Junio C Hamano2009-08-221-4/+6
* | status: make "how to stage" messages optionalJeff King2009-09-111-0/+8
* | status: list unmerged files much laterJohannes Sixt2009-09-011-1/+1
* | Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-311-1/+1
|/
* wt-status: collect untracked files in a separate "collect" phaseJunio C Hamano2009-08-101-22/+36
* Make git_status_config() file scope static to builtin-commit.cJunio C Hamano2009-08-101-60/+0