You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Steffen Prohaska b18a2be37a git-config: test for 'do not forget "a.b.var" ends "a.var" section'. 18 years ago
Documentation Updated documentation of hooks in git-receive-pack. 18 years ago
arm Fix an unmatched comment end in arm/sha1_arm.S 18 years ago
compat
contrib Properly handle '0' filenames in import-tars 18 years ago
git-gui Merge branch 'maint' of git://repo.or.cz/git-gui into maint 18 years ago
gitweb gitweb: use decode_utf8 directly 18 years ago
mozilla-sha1
perl Allow PERL_PATH="/usr/bin/env perl" 18 years ago
ppc
t git-config: test for 'do not forget "a.b.var" ends "a.var" section'. 18 years ago
templates Have sample update hook not refuse deleting a branch through push. 18 years ago
xdiff
.gitignore
.mailmap .mailmap: add some aliases 18 years ago
COPYING
GIT-VERSION-GEN GIT v1.5.1.4 18 years ago
INSTALL
Makefile Create a sysconfdir variable, and use it for ETC_GITCONFIG 18 years ago
README
RelNotes GIT v1.5.1.4 18 years ago
alloc.c
archive-tar.c
archive-zip.c
archive.h
base85.c (encode_85, decode_85): Mark source buffer pointer as "const". 18 years ago
blob.c
blob.h
builtin-add.c
builtin-annotate.c
builtin-apply.c Fix overwriting of files when applying contextually independent diffs 18 years ago
builtin-archive.c Revert "builtin-archive: use RUN_SETUP" 18 years ago
builtin-blame.c blame: -C -C -C 18 years ago
builtin-branch.c Make builtin-branch.c handle the git config file 18 years ago
builtin-bundle.c
builtin-cat-file.c
builtin-check-ref-format.c
builtin-checkout-index.c
builtin-commit-tree.c
builtin-config.c Update git-config documentation 18 years ago
builtin-count-objects.c
builtin-describe.c
builtin-diff-files.c Removing -n option from git-diff-files documentation 18 years ago
builtin-diff-index.c
builtin-diff-tree.c
builtin-diff.c
builtin-fetch--tool.c Do not barf on too long action description 18 years ago
builtin-fmt-merge-msg.c
builtin-for-each-ref.c
builtin-fsck.c Catch empty pathnames in trees during fsck 18 years ago
builtin-gc.c
builtin-grep.c sscanf/strtoul: parse integers robustly 18 years ago
builtin-init-db.c
builtin-log.c
builtin-ls-files.c
builtin-ls-tree.c
builtin-mailinfo.c
builtin-mailsplit.c
builtin-merge-base.c
builtin-merge-file.c
builtin-mv.c
builtin-name-rev.c
builtin-pack-objects.c
builtin-pack-refs.c
builtin-prune-packed.c
builtin-prune.c
builtin-push.c
builtin-read-tree.c
builtin-reflog.c
builtin-rerere.c rerere: make sorting really stable. 18 years ago
builtin-rev-list.c Document --left-right option to rev-list. 18 years ago
builtin-rev-parse.c
builtin-revert.c
builtin-rm.c
builtin-runstatus.c
builtin-shortlog.c
builtin-show-branch.c
builtin-show-ref.c
builtin-stripspace.c
builtin-symbolic-ref.c
builtin-tar-tree.c
builtin-unpack-objects.c
builtin-update-index.c fix up strtoul_ui error handling 18 years ago
builtin-update-ref.c
builtin-upload-archive.c
builtin-verify-pack.c
builtin-write-tree.c Fix handle leak in write_tree 18 years ago
builtin.h
cache-tree.c
cache-tree.h
cache.h Use const qualifier for 'sha1' parameter in delete_ref function 18 years ago
check-builtins.sh
check-racy.c
color.c
color.h
combine-diff.c
commit.c Small correction in reading of commit headers 18 years ago
commit.h
config.c git-config: do not forget seeing "a.b.var" means we are out of "a.var" section. 18 years ago
config.mak.in
configure.ac
connect.c
convert-objects.c fix up strtoul_ui error handling 18 years ago
convert.c
copy.c
csum-file.c
csum-file.h
ctype.c
daemon.c
date.c
delta.h
diff-delta.c
diff-lib.c Do not default to --no-index when given two directories. 18 years ago
diff.c diff.c: fix "size cache" handling. 18 years ago
diff.h
diffcore-break.c
diffcore-delta.c
diffcore-order.c
diffcore-pickaxe.c
diffcore-rename.c
diffcore.h
dir.c dir.c(common_prefix): Fix two bugs 18 years ago
dir.h
dump-cache-tree.c
entry.c
environment.c
exec_cmd.c
exec_cmd.h
fast-import.c Don't allow empty pathnames in fast-import 18 years ago
fetch-pack.c
fetch.c
fetch.h
generate-cmdlist.sh
git-add--interactive.perl
git-am.sh Fix typo in git-am: s/Was is/Was it/ 18 years ago
git-applymbox.sh applymbox & quiltimport: typofix. 18 years ago
git-applypatch.sh
git-archimport.perl
git-bisect.sh
git-checkout.sh checkout: allow detaching to HEAD even when switching to the tip of a branch 18 years ago
git-clean.sh
git-clone.sh git-clone: don't get fooled by $PWD 18 years ago
git-commit.sh
git-compat-util.h Make xstrndup common 18 years ago
git-cvsexportcommit.perl cvsexportcommit -p : fix the usage of git-apply -C. 18 years ago
git-cvsimport.perl cvsimport: Improve usage error reporting 18 years ago
git-cvsserver.perl cvsserver: Handle re-added files correctly 18 years ago
git-fetch.sh
git-instaweb.sh
git-lost-found.sh
git-ls-remote.sh
git-merge-octopus.sh
git-merge-one-file.sh
git-merge-ours.sh
git-merge-resolve.sh
git-merge-stupid.sh
git-merge.sh
git-mergetool.sh
git-p4import.py
git-parse-remote.sh Allow fetching references from any namespace 18 years ago
git-pull.sh
git-quiltimport.sh applymbox & quiltimport: typofix. 18 years ago
git-rebase.sh Use rev-list --reverse in git-rebase.sh 18 years ago
git-relink.perl
git-remote.perl
git-repack.sh
git-request-pull.sh
git-reset.sh
git-send-email.perl Sanitize @to recipients. 18 years ago
git-sh-setup.sh
git-svn.perl Add --no-rebase option to git-svn dcommit 18 years ago
git-svnimport.perl
git-tag.sh
git-verify-tag.sh
git.c handle_options in git wrapper miscounts the options it handled. 18 years ago
git.spec.in Add howto files to rpm packages. 18 years ago
gitk gitk: Allow user to choose whether to see the diff, old file, or new file 18 years ago
grep.c
grep.h
hash-object.c
help.c
http-fetch.c Fix lseek(2) calls with args 2 and 3 swapped 18 years ago
http-push.c Fix lseek(2) calls with args 2 and 3 swapped 18 years ago
http.c http.c: Fix problem with repeated calls of http_init 18 years ago
http.h http-fetch: Disable use of curl multi support for libcurl < 7.16. 18 years ago
ident.c
imap-send.c
index-pack.c Plug memory leak in index-pack collision checking codepath. 18 years ago
interpolate.c
interpolate.h
list-objects.c
list-objects.h
local-fetch.c
lockfile.c
log-tree.c Fix --boundary output 18 years ago
log-tree.h
merge-file.c
merge-index.c
merge-recursive.c
merge-tree.c
mktag.c
mktree.c
object-refs.c
object.c
object.h
pack-check.c
pack-redundant.c
pack.h
pager.c
patch-delta.c
patch-id.c
path-list.c
path-list.h
path.c
peek-remote.c
pkt-line.c
pkt-line.h
quote.c
quote.h
reachable.c
reachable.h
read-cache.c
receive-pack.c
reflog-walk.c
reflog-walk.h
refs.c Use const qualifier for 'sha1' parameter in delete_ref function 18 years ago
refs.h
revision.c
revision.h
rsh.c
rsh.h
run-command.c
run-command.h
send-pack.c
server-info.c
setup.c
sha1_file.c Actually handle some-low memory conditions 18 years ago
sha1_name.c
shallow.c
shell.c
show-index.c
sideband.c
sideband.h
ssh-fetch.c
ssh-pull.c
ssh-push.c
ssh-upload.c
strbuf.c
strbuf.h
tag.c
tag.h
tar.h
test-chmtime.c
test-date.c
test-delta.c Fix compilation of test-delta 18 years ago
test-sha1.c
test-sha1.sh
trace.c
tree-diff.c
tree-walk.c
tree-walk.h
tree.c
tree.h
unpack-file.c
unpack-trees.c
unpack-trees.h
update-server-info.c
upload-pack.c
usage.c
utf8.c wcwidth redeclaration 18 years ago
utf8.h
var.c
write_or_die.c
wt-status.c
wt-status.h
xdiff-interface.c
xdiff-interface.h

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.

The messages titled "A note from the maintainer", "What's in
git.git (stable)" and "What's cooking in git.git (topics)" and
the discussion following them on the mailing list give a good
reference for project status, development direction and
remaining tasks.