summaryrefslogtreecommitdiff
path: root/wt-status.h
AgeCommit message (Expand)AuthorFilesLines
2012-09-15wt-status.c: mark a private file-scope symbol as staticLibravatar Junio C Hamano1-2/+0
2012-07-16status: color in-progress message like other header messagesLibravatar Jeff King1-1/+0
2012-06-14wt-status.*: better advices for git status addedLibravatar Lucien Kong1-0/+11
2012-05-08status: refactor colopts handlingLibravatar Jeff King1-1/+1
2012-05-08Merge branch 'jk/maint-status-porcelain-z-b' into HEADLibravatar Jeff King1-2/+4
2012-05-08status: respect "-b" for porcelain formatLibravatar Jeff King1-1/+2
2012-05-08status: refactor null_termination optionLibravatar Jeff King1-2/+3
2012-04-27status: add --columnLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2011-03-19Merge branch 'jn/status-translatable'Libravatar Junio C Hamano1-0/+7
2011-03-08wt-status: add helpers for printing wt-status linesLibravatar Jonathan Nieder1-0/+7
2011-02-21Teach commit about CHERRY_PICK_HEADLibravatar Jay Soffian1-1/+8
2010-11-29status: show branchname with a configurable colorLibravatar Aleksi Aalto1-2/+4
2010-06-30Merge branch 'jl/status-ignore-submodules'Libravatar Junio C Hamano1-0/+1
2010-06-25Add the option "--ignore-submodules" to "git status"Libravatar Jens Lehmann1-0/+1
2010-06-21Merge branch 'gv/portable'Libravatar Junio C Hamano1-1/+1
2010-06-03Show branch information in short output of git statusLibravatar Daniel Knittl-Frank1-2/+4
2010-05-31enums: omit trailing comma for portabilityLibravatar Gary V. Vaughan1-1/+1
2010-04-10wt-status: collect ignored filesLibravatar Junio C Hamano1-0/+2
2010-04-10wt-status: remove unused workdir_untracked memberLibravatar Junio C Hamano1-1/+0
2010-03-08git status: Show detailed dirty status of submodules in long formatLibravatar Jens Lehmann1-0/+2
2009-12-12status/commit: do not suggest "reset HEAD <path>" while mergingLibravatar Junio C Hamano1-0/+1
2009-12-07status: disable color for porcelain formatLibravatar Jeff King1-0/+1
2009-12-05builtin-commit: refactor short-status code into wt-status.cLibravatar Michael J Gruber1-0/+2
2009-08-22git stat: the beginning of "status that is not a dry-run of commit"Libravatar Junio C Hamano1-0/+1
2009-08-10wt-status: collect untracked files in a separate "collect" phaseLibravatar Junio C Hamano1-1/+2
2009-08-10Make git_status_config() file scope static to builtin-commit.cLibravatar Junio C Hamano1-1/+0
2009-08-10wt-status: move wt_status_colors[] into wt_status structureLibravatar Junio C Hamano1-1/+3
2009-08-10wt-status: move many global settings to wt_status structureLibravatar Junio C Hamano1-4/+5
2009-08-06status: show worktree status of conflicted paths separatelyLibravatar Junio C Hamano1-0/+1
2009-08-06wt-status.c: rework the way changes to the index and work tree are summarizedLibravatar Junio C Hamano1-0/+10
2008-06-09Add argument 'no' commit/status option -u|--untracked-filesLibravatar Marius Storm-Olsen1-1/+2
2008-06-09Add an optional <mode> argument to commit/status -u|--untracked-files optionLibravatar Marius Storm-Olsen1-0/+6
2008-05-25Merge branch 'js/config-cb'Libravatar Junio C Hamano1-1/+1
2008-05-22Updated status to show 'Not currently on any branch' in redLibravatar Chris Parsons1-0/+1
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-1/+1
2008-05-11wt-status.h: declare global variables as externLibravatar Johannes Sixt1-2/+2
2007-12-12git-commit: squelch needless message during an empty mergeLibravatar Junio C Hamano1-0/+1
2007-12-08add status.relativePaths config variableLibravatar Jeff King1-0/+1
2007-11-22builtin-commit: do not color status output shown in the message templateLibravatar Junio C Hamano1-0/+1
2007-11-22git status: show relative paths when run in a subdirectoryLibravatar Johannes Schindelin1-0/+1
2007-09-19Enable wt-status to run against non-standard index file.Libravatar Kristian Høgsberg1-0/+1
2007-09-19Enable wt-status output to a given FILE pointer.Libravatar Kristian Høgsberg1-0/+3
2007-01-10Provide better feedback for the untracked only case in status outputLibravatar Jürgen Rühle1-2/+4
2007-01-02Improve "nothing to commit" part of status outputLibravatar Jürgen Rühle1-0/+1
2006-09-12Teach runstatus about --untrackedLibravatar Johannes Schindelin1-0/+1
2006-09-08git-commit.sh: convert run_status to a C builtinLibravatar Jeff King1-0/+24