git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
blob ea9a8e619b9b747d11cb014483deaa250b2c81d1 1208 bytes (raw)
name: Documentation/git-change.txt 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
 
git-change(1)
=============

NAME
----
git-change - Create, list, update or delete changes

SYNOPSIS
--------
[verse]
'git change' list [<pattern>...]
'git change' update [-g <change-name> | -n] [--force] [--replace <treeish>...] [--origin <treeish>...] [--content <newtreeish>]
'git change' delete <change-name>...

DESCRIPTION
-----------

`git change list`: lists all existing <change-name>s.

`git change delete`: deletes the given <change-name>s.

`git change update`: creates or updates a <change-name>.

If no arguments are given to `update` then a change is added to the
`refs/metas/` directory, unless a change already exists for the given commit.

A <change-name> starts with `metas/` and represents the current change that is
being worked on.

OPTIONS
-------
-c::
--content::
	Identifies the content commit for the change

-o::
--origin::
	Marks the given commit as being the origin of this commit.

-r::
--replace::
	Marks the given commit as being obsoleted by the new commit.

-g::
	<change-name> to update

-n::
	Indicates that the change is new and an existing change should not be updated.

--force::
	Overwite an existing change of the same name.

GIT
---
Part of the linkgit:git[1] suite

debug log:

solving ea9a8e619b9 ...
found ea9a8e619b9 in https://public-inbox.org/git/811d516e5d272acc40835aa6bdd4f79a001f72c0.1663959325.git.gitgitgadget@gmail.com/ ||
	https://public-inbox.org/git/e67ff668fffaf6d38ec77d332319d60acc9b2454.1664981958.git.gitgitgadget@gmail.com/

applying [1/1] https://public-inbox.org/git/811d516e5d272acc40835aa6bdd4f79a001f72c0.1663959325.git.gitgitgadget@gmail.com/
diff --git a/Documentation/git-change.txt b/Documentation/git-change.txt
new file mode 100644
index 00000000000..ea9a8e619b9

Checking patch Documentation/git-change.txt...
Applied patch Documentation/git-change.txt cleanly.

skipping https://public-inbox.org/git/e67ff668fffaf6d38ec77d332319d60acc9b2454.1664981958.git.gitgitgadget@gmail.com/ for ea9a8e619b9
index at:
100644 ea9a8e619b9b747d11cb014483deaa250b2c81d1	Documentation/git-change.txt

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).