1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-01 14:57:52 +01:00
git/contrib/examples
Junio C Hamano 89dde7882f Merge branch 'rh/ishes-doc'
We liberally use "committish" and "commit-ish" (and "treeish" and
"tree-ish"); as these are non-words, let's unify these terms to
their dashed form.  More importantly, clarify the documentation on
object peeling using these terms.

* rh/ishes-doc:
  glossary: fix and clarify the definition of 'ref'
  revisions.txt: fix and clarify <rev>^{<type>}
  glossary: more precise definition of tree-ish (a.k.a. treeish)
  use 'commit-ish' instead of 'committish'
  use 'tree-ish' instead of 'treeish'
  glossary: define commit-ish (a.k.a. committish)
  glossary: mention 'treeish' as an alternative to 'tree-ish'
2013-09-17 11:42:51 -07:00
..
builtin-fetch--tool.c Merge branch 'jc/merge-bases' 2012-09-11 11:36:05 -07:00
git-checkout.sh
git-clean.sh
git-clone.sh
git-commit.sh examples/commit: use --abbrev for commit summary 2010-07-27 13:29:32 -07:00
git-fetch.sh Honor "tagopt = --tags" configuration option 2010-04-19 16:34:49 -07:00
git-gc.sh
git-log.sh core-tutorial: trim the section on Inspecting Changes 2013-08-13 09:01:52 -07:00
git-ls-remote.sh
git-merge-ours.sh
git-merge.sh use 'commit-ish' instead of 'committish' 2013-09-04 15:03:03 -07:00
git-notes.sh Builtin-ify git-notes 2010-02-13 19:36:13 -08:00
git-remote.perl contrib/examples/git-remote.perl: use a lowercase "usage:" string 2013-02-24 21:30:15 -08:00
git-rerere.perl
git-reset.sh
git-resolve.sh
git-revert.sh cherry-pick/revert: add support for -X/--strategy-option 2010-12-28 11:27:56 -08:00
git-svnimport.perl contrib/examples: use a lowercase "usage:" string 2013-02-24 13:31:09 -08:00
git-svnimport.txt
git-tag.sh
git-verify-tag.sh
git-whatchanged.sh core-tutorial: trim the section on Inspecting Changes 2013-08-13 09:01:52 -07:00
README

These are original scripted implementations, kept primarily for their
reference value to any aspiring plumbing users who want to learn how
pieces can be fit together.