Latest commit d73b46c Jul 10, 2017 @gitster gitster Merge branch 'rs/free-and-null'
Code cleanup.
* rs/free-and-null:
  coccinelle: polish FREE_AND_NULL rules
Permalink
..
Failed to load latest commit information.
carview.php?tsp= buildsystems mark Windows build scripts executable Nov 25, 2013
carview.php?tsp= coccinelle coccinelle: polish FREE_AND_NULL rules Jun 29, 2017
carview.php?tsp= completion Merge branch 'xz/send-email-batch-size' Jul 7, 2017
carview.php?tsp= contacts contacts: add a Makefile to generate docs and install Oct 15, 2014
carview.php?tsp= credential Merge branch 'mm/credential-libsecret' Oct 26, 2016
carview.php?tsp= diff-highlight diff-highlight: split code into module Jun 15, 2017
carview.php?tsp= emacs emacs: make 'git-status' work with separate git dirs Nov 26, 2012
carview.php?tsp= examples Merge branch 'js/difftool-builtin' Jan 31, 2017
carview.php?tsp= fast-import import-tars: support hard links Aug 3, 2016
carview.php?tsp= git-jump contrib/git-jump: fix typo in README Jul 22, 2016
carview.php?tsp= git-shell-commands Add sample commands for git-shell Aug 12, 2010
carview.php?tsp= hg-to-git hg-to-git: --allow-empty-message in git commit Jul 23, 2013
carview.php?tsp= hooks Spelling fixes Jun 27, 2017
carview.php?tsp= long-running-filter docs: warn about possible '=' in clean/smudge filter process values Dec 6, 2016
carview.php?tsp= mw-to-git Spelling fixes Jun 27, 2017
carview.php?tsp= persistent-https docs/config: mention protocol implications of url.insteadOf Jun 1, 2017
carview.php?tsp= remote-helpers contrib: git-remote-{bzr,hg} placeholders don't need Python Mar 3, 2017
carview.php?tsp= stats contrib: update stats/mailmap script Dec 12, 2012
carview.php?tsp= subtree subtree: honour USE_ASCIIDOCTOR when set Jun 28, 2017
carview.php?tsp= svn-fe contrib/svn-fe: fix Makefile Aug 28, 2014
carview.php?tsp= thunderbird-patch-inline contrib/thunderbird-patch-inline/appp.sh: use the $( ... ) construct … Dec 27, 2015
carview.php?tsp= update-unicode update_unicode.sh: remove the plane filter Dec 14, 2016
carview.php?tsp= workdir git-new-workdir: mark script as LF-only May 10, 2017
carview.php?tsp= README War on whitespace Jun 7, 2007
carview.php?tsp= convert-grafts-to-replace-refs.sh contrib: add convert-grafts-to-replace-refs.sh Jul 21, 2014
carview.php?tsp= git-resurrect.sh Merge branch 'jc/bs-t-is-not-a-tab-for-sed' Apr 17, 2017
carview.php?tsp= remotes2config.sh contrib: Make remotes2config.sh script more robust Dec 4, 2007
carview.php?tsp= rerere-train.sh Escape Git's exec path in contrib/rerere-train.sh script Nov 20, 2015

README

Contributed Software
Although these pieces are available as part of the official git
source tree, they are in somewhat different status.  The
intention is to keep interesting tools around git here, maybe
even experimental ones, to give users an easier access to them,
and to give tools wider exposure, so that they can be improved
faster.
I am not expecting to touch these myself that much.  As far as
my day-to-day operation is concerned, these subdirectories are
owned by their respective primary authors.  I am willing to help
if users of these components and the contrib/ subtree "owners"
have technical/design issues to resolve, but the initiative to
fix and/or enhance things _must_ be on the side of the subtree
owners.  IOW, I won't be actively looking for bugs and rooms for
enhancements in them as the git maintainer -- I may only do so
just as one of the users when I want to scratch my own itch.  If
you have patches to things in contrib/ area, the patch should be
first sent to the primary author, and then the primary author
should ack and forward it to me (git pull request is nicer).
This is the same way as how I have been treating gitk, and to a
lesser degree various foreign SCM interfaces, so you know the
drill.
I expect that things that start their life in the contrib/ area
to graduate out of contrib/ once they mature, either by becoming
projects on their own, or moving to the toplevel directory.  On
the other hand, I expect I'll be proposing removal of disused
and inactive ones from time to time.
If you have new things to add to this area, please first propose
it on the git mailing list, and after a list discussion proves
there are some general interests (it does not have to be a
list-wide consensus for a tool targeted to a relatively narrow
audience -- for example I do not work with projects whose
upstream is svn, so I have no use for git-svn myself, but it is
of general interest for people who need to interoperate with SVN
repositories in a way git-svn works better than git-svnimport),
submit a patch to create a subdirectory of contrib/ and put your
stuff there.
-jc