~ubuntu-branches/ubuntu/gutsy/git-core/gutsy-updates

« back to all changes in this revision

Viewing changes to Documentation/git-fsck.txt

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-05-30 12:38:45 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20070530123845-mhso4051d7vx1189
Tags: 1:1.5.2-1
* merge branch debian-experimental.
* new upstream release.
  * gitweb: choose appropriate view for file type if a= parameter missing
    (closes: #410465).
  * git fetch -q is supported (closes: #423165).
* /usr/bin/git transition (thx Ian Beckwith!).
  * debian/git-core.preinst: new; remove /usr/bin/git alternative if
    upgrading from versions older than 1:1.5.2~rc3-2.
  * debian/git-core.prerm, debian/git-core.postinst: remove; no longer
    handle /usr/bin/git alternative through update-alternatives.
  * debian/rules: no longer install git program as git-scm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
SYNOPSIS
10
10
--------
11
11
[verse]
12
 
'git-fsck' [--tags] [--root] [--unreachable] [--cache]
 
12
'git-fsck' [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]
13
13
                 [--full] [--strict] [<object>*]
14
14
 
15
15
DESCRIPTION
38
38
        Consider any object recorded in the index also as a head node for
39
39
        an unreachability trace.
40
40
 
 
41
--no-reflogs::
 
42
        Do not consider commits that are referenced only by an
 
43
        entry in a reflog to be reachable.  This option is meant
 
44
        only to search for commits that used to be in a ref, but
 
45
        now aren't, but are still in that corresponding reflog.
 
46
 
41
47
--full::
42
48
        Check not just objects in GIT_OBJECT_DIRECTORY
43
49
        ($GIT_DIR/objects), but also the ones found in alternate