aboutsummaryrefslogtreecommitdiff
path: root/wt-status.c
Commit message (Expand)AuthorAge
* Merge branch 'jl/status-ignore-submodules'Junio C Hamano2010-06-30
|\
| * Add the option "--ignore-submodules" to "git status"Jens Lehmann2010-06-25
* | Merge branch 'jp/string-list-api-cleanup'Junio C Hamano2010-06-30
|\ \
| * | string_list: Fix argument order for string_list_insertJulian Phillips2010-06-27
* | | Merge branch 'gv/portable'Junio C Hamano2010-06-21
|\ \ \
| * | | Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan2010-05-31
| | |/ | |/|
* | | Show branch information in short output of git statusDaniel Knittl-Frank2010-06-03
| |/ |/|
* | Merge branch 'mg/advice-statushints'Junio C Hamano2010-05-21
|\ \
| * | wt-status: take advice.statusHints seriouslyMichael J Gruber2010-05-06
| |/
* | wt-status: fix 'fprintf' compilation warningJunio C Hamano2010-05-01
* | status: --ignored option shows ignored filesJunio C Hamano2010-04-10
* | wt-status: rename and restructure status-print-untrackedJunio C Hamano2010-04-10
* | wt-status: collect ignored filesJunio C Hamano2010-04-10
* | wt-status: plug memory leak while collecting untracked filesJunio C Hamano2010-04-10
* | wt-status: remove unused workdir_untracked memberJunio C Hamano2010-04-10
|/
* Merge branch 'jl/submodule-diff-dirtiness'Junio C Hamano2010-03-24
|\
| * git status: ignoring untracked files must apply to submodules tooJens Lehmann2010-03-13
| * git status: Show detailed dirty status of submodules in long formatJens Lehmann2010-03-08
* | revision: introduce setup_revision_optJunio C Hamano2010-03-09
|/
* Merge branch 'jl/submodule-diff'Junio C Hamano2010-01-22
|\
| * git status: Show uncommitted submodule changes too when enabledJens Lehmann2010-01-17
* | status: only touch path we may need to checkNguyễn Thái Ngọc Duy2010-01-15
|/
* Merge branch 'jk/1.7.0-status'Junio C Hamano2009-12-27
|\
| * status/commit: do not suggest "reset HEAD <path>" while mergingJunio C Hamano2009-12-12
| * commit/status: "git add <path>" is not necessarily how to resolveJunio C Hamano2009-12-12
| * status: reduce duplicated setup codeJeff King2009-12-07
| * status: disable color for porcelain formatJeff King2009-12-07
| * status -s: obey color.statusMichael J Gruber2009-12-05
| * builtin-commit: refactor short-status code into wt-status.cMichael J Gruber2009-12-05
| * git stat: the beginning of "status that is not a dry-run of commit"Junio C Hamano2009-08-22
* | status: make "how to stage" messages optionalJeff King2009-09-11
* | status: list unmerged files much laterJohannes Sixt2009-09-01
* | Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-31
|/
* wt-status: collect untracked files in a separate "collect" phaseJunio C Hamano2009-08-10
* Make git_status_config() file scope static to builtin-commit.cJunio C Hamano2009-08-10
* wt-status: move wt_status_colors[] into wt_status structureJunio C Hamano2009-08-10
* wt-status: move many global settings to wt_status structureJunio C Hamano2009-08-10
* status: show worktree status of conflicted paths separatelyJunio C Hamano2009-08-06
* wt-status.c: rework the way changes to the index and work tree are summarizedJunio C Hamano2009-08-06
* Add 'fill_directory()' helper function for directory traversalLinus Torvalds2009-07-09
* Fix various sparse warnings in the git source codeLinus Torvalds2009-06-20
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01
* Merge branch 'mv/parseopt-ls-files'Junio C Hamano2009-03-20
|\
| * Turn the flags in struct dir_struct into a single variableJohannes Schindelin2009-02-18
* | Clean up use of ANSI color sequencesArjen Laarhoven2009-02-13
|/
* reorder ALLOW_TEXTCONV option settingJeff King2008-12-07
* Merge branch 'jk/commit-v-strip'Junio C Hamano2008-11-16
|\
| * status: show "-v" diff even for initial commitJeff King2008-11-12
| * wt-status: refactor initial commit printingJeff King2008-11-12
* | enable textconv for diff in verbose status/commitJeff King2008-10-26