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

« back to all changes in this revision

Viewing changes to Documentation/git-update-ref.txt

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-10-04 08:27:01 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20071004082701-rsd058ontoqz4i30
Tags: 1:1.5.3.4-1
new upstream point release (closes: #445188).

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
SYNOPSIS
9
9
--------
10
 
'git-update-ref' [-m <reason>] (-d <ref> <oldvalue> | <ref> <newvalue> [<oldvalue>])
 
10
'git-update-ref' [-m <reason>] (-d <ref> <oldvalue> | [--no-deref] <ref> <newvalue> [<oldvalue>])
11
11
 
12
12
DESCRIPTION
13
13
-----------
36
36
filesystem to follow them, but will overwrite such a symlink to
37
37
somewhere else with a regular filename).
38
38
 
 
39
If --no-deref is given, <ref> itself is overwritten, rather than
 
40
the result of following the symbolic pointers.
 
41
 
39
42
In general, using
40
43
 
41
44
        git-update-ref HEAD "$head"