git/Documentation
Eric W. Biederman aed022ab4c [PATCH] Add git-var a tool for reading interesting git variables.
Sharing code between shell scripts and C is a challenge.  The program
git-var allows us to have a set of named values that a shell script can
interrogate and a normal C program can simply call the functions that
compute them.  Allowing sharing when computing plain test values.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-07-15 10:00:35 -07:00
..
cvs-migration.txt More doc 2005-06-28 21:21:33 +02:00
diff-format.txt [PATCH] Miniscule correction of diff-format.txt 2005-06-08 13:09:01 -07:00
diff-options.txt [PATCH] Clean up diff option descriptions. 2005-07-13 13:09:17 -07:00
diffcore.txt [PATCH] Rework -B output. 2005-06-19 20:13:18 -07:00
git-apply-patch-script.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-apply.txt [PATCH] apply: match documentation, usage string and code. 2005-07-13 20:53:33 -07:00
git-cat-file.txt [PATCH] git-cat-file: '-s' to find out object size. 2005-06-28 08:53:22 -07:00
git-check-files.txt [PATCH 3/4] split core-git.txt and update 2005-05-10 15:01:23 -07:00
git-checkout-cache.txt [PATCH] Implement git-checkout-cache -u to update stat information in the cache. 2005-05-19 09:50:57 -07:00
git-clone-pack.txt [PATCH] Documentation: clone/fetch/upload. 2005-07-14 08:54:31 -07:00
git-clone-script.txt [PATCH] clone-pack and clone-script: documentation and add a missing parameter. 2005-07-13 20:42:26 -07:00
git-commit-tree.txt [PATCH 3/4] split core-git.txt and update 2005-05-10 15:01:23 -07:00
git-convert-cache.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-cvsimport-script.txt [PATCH] git-cvsimport-script: add "import only" option 2005-07-11 10:26:07 -07:00
git-diff-cache.txt [PATCH] Clean up diff option descriptions. 2005-07-13 13:09:17 -07:00
git-diff-files.txt [PATCH] Clean up diff option descriptions. 2005-07-13 13:09:17 -07:00
git-diff-helper.txt [PATCH] Update diff documentation. 2005-06-19 20:13:18 -07:00
git-diff-stages.txt [PATCH] Clean up diff option descriptions. 2005-07-13 13:09:17 -07:00
git-diff-tree.txt [PATCH] Clean up diff option descriptions. 2005-07-13 13:09:17 -07:00
git-export.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-fetch-pack.txt [PATCH] Documentation: clone/fetch/upload. 2005-07-14 08:54:31 -07:00
git-fsck-cache.txt [PATCH] Update fsck-cache (take 2) 2005-06-28 15:17:12 -07:00
git-hash-object.txt [PATCH] Expose object ID computation functions. 2005-07-08 17:07:37 -07:00
git-http-pull.txt [PATCH] Remove "delta" object representation. 2005-06-27 15:27:51 -07:00
git-init-db.txt [PATCH 3/4] split core-git.txt and update 2005-05-10 15:01:23 -07:00
git-local-pull.txt [PATCH] Remove "delta" object representation. 2005-06-27 15:27:51 -07:00
git-ls-files.txt [PATCH 3/3] Add git-ls-files -k. 2005-05-13 07:34:59 +02:00
git-ls-tree.txt [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a" 2005-05-29 11:40:40 -07:00
git-merge-base.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-merge-cache.txt Document git-merge-cache -o 2005-05-11 04:49:36 +02:00
git-merge-one-file-script.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-mktag.txt [PATCH 3/4] split core-git.txt and update 2005-05-10 15:01:23 -07:00
git-pack-objects.txt [PATCH] Documentation: packed GIT support commands. 2005-07-14 08:54:31 -07:00
git-prune-script.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-pull-script.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-read-tree.txt [PATCH] read-tree: update documentation for 3-way merge. 2005-06-07 15:13:24 -07:00
git-receive-pack.txt [PATCH] Documentation: send/receive. 2005-07-14 08:54:31 -07:00
git-resolve-script.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-rev-list.txt [PATCH] Tidy up some rev-list-related stuff 2005-06-08 15:59:09 -07:00
git-rev-tree.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-send-pack.txt [PATCH] Documentation: send/receive. 2005-07-14 08:54:31 -07:00
git-show-index.txt [PATCH] Documentation: packed GIT support commands. 2005-07-14 08:54:31 -07:00
git-ssh-pull.txt [PATCH] Remove "delta" object representation. 2005-06-27 15:27:51 -07:00
git-ssh-push.txt [PATCH] Remove "delta" object representation. 2005-06-27 15:27:51 -07:00
git-tag-script.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-tar-tree.txt [PATCH] git-tar-tree: small doc update 2005-06-02 18:30:08 -07:00
git-unpack-file.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-unpack-objects.txt [PATCH] Documentation: packed GIT support commands. 2005-07-14 08:54:31 -07:00
git-update-cache.txt [PATCH] Add --info-only option to git-update-cache. 2005-07-08 17:07:37 -07:00
git-upload-pack.txt [PATCH] Documentation: clone/fetch/upload. 2005-07-14 08:54:31 -07:00
git-var.txt [PATCH] Add git-var a tool for reading interesting git variables. 2005-07-15 10:00:35 -07:00
git-verify-pack.txt [PATCH] Documentation: packed GIT support commands. 2005-07-14 08:54:31 -07:00
git-write-tree.txt [PATCH] Remove leftover comment from documentation. 2005-07-13 20:53:33 -07:00
git.txt [PATCH] Add git-var a tool for reading interesting git variables. 2005-07-15 10:00:35 -07:00
Makefile [PATCH] Clean up diff option descriptions. 2005-07-13 13:09:17 -07:00
pack-protocol.txt [PATCH] Document two pack push-pull protocols. 2005-07-13 20:42:26 -07:00
tutorial.txt Update the tutorial a bit 2005-07-08 18:26:19 -07:00