Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
GIT-SSNOQ(1)		     General Commands Manual		    GIT-SSNOQ(1)

NAME
     git-ssnoq -- display a status summary for files known to a Git repository

SYNOPSIS
     git-ssnoq [<options...>] [--] [<pathspec>...]

DESCRIPTION
     The git-ssnoq utility displays a short status summary (similar to git-ss or
     "git status --short") that only describes the files known to the Git repos-
     itory,  i.e.  in  either its contents or index.  It passes all command-line
     arguments to git-status(1).

RETURN VALUES
     The git-ssnoq utility exits 0 on success, and >0 if an error occurs.

ENVIRONMENT
     See git-status(1).

FILES
     See git-status(1).

EXAMPLES
     Show a status summary for the current Git repository:

	   git ssnoq

     Filter only the C source files from the summary of the src/ subdirectory:

	   git ssnoq src | egrep -e '.c$'

SEE ALSO
     git-status(1)

HISTORY
     The git-ssnoq utility was written by Peter Pentchev in 2012.

AUTHORS
     Peter Penchev <roam@ringlet.net>

FreeBSD ports 15.quarterly	October 10, 2013		    GIT-SSNOQ(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=git-ssnoq&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help