1
0
mirror of https://github.com/git/git.git synced 2024-10-21 16:18:11 +02:00
git/contrib/examples
Junio C Hamano dec034a34e Merge branch 'sb/repack-in-c'
Rewrite "git repack" in C.

* sb/repack-in-c:
  repack: improve warnings about failure of renaming and removing files
  repack: retain the return value of pack-objects
  repack: rewrite the shell script in C
2013-10-18 13:49:57 -07:00
..
builtin-fetch--tool.c
git-checkout.sh
git-clean.sh
git-clone.sh
git-commit.sh
git-fetch.sh
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
git-remote.perl contrib/examples/git-remote.perl: use a lowercase "usage:" string 2013-02-24 21:30:15 -08:00
git-repack.sh repack: rewrite the shell script in C 2013-09-17 13:34:50 -07:00
git-rerere.perl
git-reset.sh
git-resolve.sh
git-revert.sh
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.