git-svn.git  about / heads / tags
git-svn dev repo, rebased against Junio's git.git master
$ git log --pretty=format:'%h %s (%cs)%d' v1.5.0.5 --
6bf035f278 GIT 1.5.0.5 (2007-03-18)
	(tag: v1.5.0.5)
2be08a84ba git-merge: finish when git-read-tree fails (2007-03-16)
3d4e1932f2 GIT 1.5.0.4 (2007-03-14)
	(tag: v1.5.0.4)
9debca9aac Clarify doc for git-config --unset-all. (2007-03-14)
41f5d73391 git-checkout: fix "eval" used for merge labelling. (2007-03-14)
ad0f8c9ea7 cvsserver: asciidoc formatting changes (2007-03-13)
65d61e5f51 Merge branch 'maint' of git://repo.or.cz/git/fastimport into maint (2007-03-12)
f022f85f6d fast-import: grow tree storage more aggressively (2007-03-12)
115f0fe499 Don't package the git-gui credits file anymore (2007-03-12)
3ed02de2f4 Merge branch 'maint' of git://repo.or.cz/git-gui into maint (2007-03-12)
...

$ git cat-file blob v1.5.0.5:README
////////////////////////////////////////////////////////////////

	GIT - the stupid content tracker

////////////////////////////////////////////////////////////////

"git" can mean anything, depending on your mood.

 - random three-letter combination that is pronounceable, and not
   actually used by any common UNIX command.  The fact that it is a
   mispronunciation of "get" may or may not be relevant.
 - stupid. contemptible and despicable. simple. Take your pick from the
   dictionary of slang.
 - "global information tracker": you're in a good mood, and it actually
   works for you. Angels sing, and a light suddenly fills the room.
 - "goddamn idiotic truckload of sh*t": when it breaks

Git is a fast, scalable, distributed revision control system with an
unusually rich command set that provides both high-level operations
and full access to internals.

Git is an Open Source project covered by the GNU General Public License.
It was originally written by Linus Torvalds with help of a group of
hackers around the net. It is currently maintained by Junio C Hamano.

Please read the file INSTALL for installation instructions.
See Documentation/tutorial.txt to get started, then see
Documentation/everyday.txt for a useful minimum set of commands,
and "man git-commandname" for documentation of each command.
CVS users may also want to read Documentation/cvs-migration.txt.

Many Git online resources are accessible from http://git.or.cz/
including full documentation and Git related tools.

The user discussion and development of Git take place on the Git
mailing list -- everyone is welcome to post bug reports, feature
requests, comments and patches to git@vger.kernel.org. To subscribe
to the list, send an email with just "subscribe git" in the body to
majordomo@vger.kernel.org. The mailing list archives are available at
http://marc.theaimsgroup.com/?l=git and other archival sites.

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  many-alt-v2  oidtree: a crit-bit tree for odb_loose_cache (2021-06-29)
  mmap-retry-v1 xmmap: inform Linux users of tuning knobs on ENOMEM (2021-06-29)
  hashmap-wip-v3 hashmap_entry: remove first member requirement from docs (2019-10-06)
  hashmap-wip-v2 hashmap: remove type arg from hashmap_{get,put,remove}_entry (2019-09-24)
  hashmap-wip-v1 hashmap_get_next returns "struct hashmap_entry *" (2019-08-26)
  hashmap-wip-base First batch after Git 2.23 (2019-08-22)
  svn/doc      git-svn: commit-diff does not support --add-author-from (2018-04-16)
  svn/authors-prog-2 git-svn: allow empty email-address using authors-prog and authors-file (2018-04-05)
  svn-branch-segfault git-svn: control destruction order to avoid segfault (2018-01-29)
  svn-crlf     git-svn: convert CRLF to LF in commit message to SVN (2017-12-14)
...

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v2.24.0      Git 2.24 (2019-11-04) tar.gz
v2.24.0-rc2  Git 2.24-rc2 (2019-10-30) tar.gz
v2.24.0-rc1  Git 2.24-rc1 (2019-10-24) tar.gz
v2.24.0-rc0  Git 2.24-rc0 (2019-10-18) tar.gz
v2.23.0      Git 2.23 (2019-08-16) tar.gz
v2.22.1      Git 2.22.1 (2019-08-11) tar.gz
v2.23.0-rc2  Git 2.23-rc2 (2019-08-09) tar.gz
v2.23.0-rc1  Git 2.23-rc1 (2019-08-02) tar.gz
v2.23.0-rc0  Git 2.23-rc0 (2019-07-29) tar.gz
v2.22.0      Git 2.22 (2019-06-07) tar.gz
...

git clone https://yhbt.net/git-svn.git