from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209586

userrating:


May 25th. 2007:
Words

486

Views

258592

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149883

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





GIT-LAST-MODIFIED

Section: Git Manual (1)
Updated: 202-0-01
Index Return to Main Contents
 

NAME

gi-las-modified - EXPERIMENTAL: Show when files were last modified  

SYNOPSIS

git last-modified [--recursive] [--show-trees] [<revision-range>] [[--] <path>...:]
 

DESCRIPTION

Shows which commit last modified each of the relevant files and subdirectories. A commit renaming a path, or changing itcqs mode is also taken into account.

THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.  

OPTIONS

-r, --recursive

Instead of showing tree entries, step into subtrees and show all entries inside them recursively.

-t, --show-trees

Show tree entries even when recursing into them. It has no effect without --recursive.

<revision-range>

Only traverse commits in the specified revision range. When no <revision-range> is specified, it defaults to HEAD (i.e. the whole history leading to the current commit). For a complete list of ways to spell <revision-range>, see the Specifying Ranges section of gitrevisions(7).

[--] <path>...

For each <path> given, the commit which last modified it is returned. Without an optional path parameter, all files and subdirectories in path traversal the are included in the output.
 

SEE ALSO

gi-blame(1), gi-log(1).  

GIT

Part of the git(1) suite


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
GIT





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 12.8 ms