aboutsummaryrefslogtreecommitdiff
path: root/wt-status.h
Commit message (Expand)AuthorAge
...
* status: show branchname with a configurable colorAleksi Aalto2010-11-29
* 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 'gv/portable'Junio C Hamano2010-06-21
|\ \
| * | enums: omit trailing comma for portabilityGary V. Vaughan2010-05-31
| |/
* | Show branch information in short output of git statusDaniel Knittl-Frank2010-06-03
* | wt-status: collect ignored filesJunio C Hamano2010-04-10
* | wt-status: remove unused workdir_untracked memberJunio C Hamano2010-04-10
|/
* git status: Show detailed dirty status of submodules in long formatJens Lehmann2010-03-08
* status/commit: do not suggest "reset HEAD <path>" while mergingJunio C Hamano2009-12-12
* status: disable color for porcelain formatJeff King2009-12-07
* 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
* 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 argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen2008-06-09
* Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen2008-06-09
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* | Updated status to show 'Not currently on any branch' in redChris Parsons2008-05-22
|/
* wt-status.h: declare global variables as externJohannes Sixt2008-05-11
* git-commit: squelch needless message during an empty mergeJunio C Hamano2007-12-12
* add status.relativePaths config variableJeff King2007-12-08
* builtin-commit: do not color status output shown in the message templateJunio C Hamano2007-11-22
* git status: show relative paths when run in a subdirectoryJohannes Schindelin2007-11-22
* Enable wt-status to run against non-standard index file.Kristian Høgsberg2007-09-19
* Enable wt-status output to a given FILE pointer.Kristian Høgsberg2007-09-19
* Provide better feedback for the untracked only case in status outputJürgen Rühle2007-01-10
* Improve "nothing to commit" part of status outputJürgen Rühle2007-01-02
* Teach runstatus about --untrackedJohannes Schindelin2006-09-12
* git-commit.sh: convert run_status to a C builtinJeff King2006-09-08