summaryrefslogtreecommitdiff
path: root/wt-status.h
AgeCommit message (Expand)AuthorFilesLines
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