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.
 
 
 
 
 
 
Johannes Schindelin db055e65d2 --walk-reflogs: disallow uninteresting commits 18 years ago
Documentation git-tag -d: allow deleting multiple tags at once. 18 years ago
arm
compat Replacing the system call pread() with lseek()/xread()/lseek() sequence. 18 years ago
contrib Replace "echo -n" with printf in shell scripts. 18 years ago
gitweb gitweb: Fix git_patchset_body not closing <div class="patch"> 18 years ago
mozilla-sha1
perl Fix spurious compile error 18 years ago
ppc
t Do not verify filenames in a bare repository 18 years ago
templates
xdiff
.gitignore Ignore git-init and git-remote 18 years ago
.mailmap
COPYING
GIT-VERSION-GEN GIT v1.5.0-rc1 18 years ago
INSTALL use 'init' instead of 'init-db' for shipped docs and tools 18 years ago
Makefile Teach the revision walker to walk by reflogs with --walk-reflogs 18 years ago
README sanitize content of README file 18 years ago
alloc.c
archive-tar.c Set default "tar" umask to 002 and owner.group to root.root 18 years ago
archive-zip.c
archive.h
base85.c
blob.c
blob.h
builtin-add.c Make a short-and-sweet "git-add -i" synonym for "git-add --interactive" 18 years ago
builtin-annotate.c
builtin-apply.c apply --cached: fix crash in subdirectory 18 years ago
builtin-archive.c builtin-archive: do not free a tree held by the object layer. 18 years ago
builtin-blame.c
builtin-branch.c branch -f: no reason to forbid updating the current branch in a bare repo. 18 years ago
builtin-cat-file.c
builtin-check-ref-format.c
builtin-checkout-index.c
builtin-commit-tree.c
builtin-count-objects.c
builtin-describe.c Remove hash in git-describe in favor of util slot. 18 years ago
builtin-diff-files.c
builtin-diff-index.c
builtin-diff-stages.c
builtin-diff-tree.c
builtin-diff.c
builtin-fmt-merge-msg.c
builtin-for-each-ref.c
builtin-grep.c short i/o: fix calls to read to use xread or read_in_full 18 years ago
builtin-init-db.c use 'init' instead of 'init-db' for shipped docs and tools 18 years ago
builtin-log.c git-format-patch: the default suffix is now .patch, not .txt 18 years ago
builtin-ls-files.c
builtin-ls-tree.c
builtin-mailinfo.c -u is now default for 'git-mailinfo'. 18 years ago
builtin-mailsplit.c
builtin-merge-file.c
builtin-mv.c
builtin-name-rev.c
builtin-pack-objects.c Use fixed-size integers for .idx file I/O 18 years ago
builtin-pack-refs.c --prune is now default for 'pack-refs' 18 years ago
builtin-prune-packed.c prune-packed: add -q to usage 18 years ago
builtin-prune.c Move traversal of reachable objects into a separate library. 18 years ago
builtin-push.c rename --exec to --receive-pack for push and send-pack 18 years ago
builtin-read-tree.c
builtin-reflog.c git reflog expire: document --stale-fix option. 18 years ago
builtin-repo-config.c
builtin-rerere.c short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
builtin-rev-list.c
builtin-rev-parse.c
builtin-rm.c git-rm documentation: remove broken behaviour from the example. 18 years ago
builtin-runstatus.c
builtin-shortlog.c
builtin-show-branch.c show-branch --reflog: fix show_date() call 18 years ago
builtin-show-ref.c
builtin-stripspace.c
builtin-symbolic-ref.c Fix git-fetch while on detached HEAD not to give needlessly alarming errors 18 years ago
builtin-tar-tree.c short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
builtin-unpack-objects.c
builtin-update-index.c
builtin-update-ref.c
builtin-upload-archive.c short i/o: fix calls to read to use xread or read_in_full 18 years ago
builtin-verify-pack.c
builtin-write-tree.c
builtin.h Make git-describe a builtin. 18 years ago
cache-tree.c
cache-tree.h
cache.h Do not verify filenames in a bare repository 18 years ago
check-builtins.sh
check-racy.c
color.c
color.h
combine-diff.c
commit.c Use log output encoding in --pretty=email headers. 18 years ago
commit.h
config.c config_set_multivar(): disallow newlines in keys 18 years ago
config.mak.in
configure.ac
connect.c
convert-objects.c
copy.c
csum-file.c
csum-file.h
ctype.c
daemon.c short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
date.c show_date(): fix relative dates 18 years ago
delta.h
diff-delta.c
diff-lib.c diff-index --cached --raw: show tree entry on the LHS for unmerged entries. 18 years ago
diff.c short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
diff.h diff-index --cached --raw: show tree entry on the LHS for unmerged entries. 18 years ago
diffcore-break.c
diffcore-delta.c
diffcore-order.c
diffcore-pickaxe.c
diffcore-rename.c
diffcore.h diff-index --cached --raw: show tree entry on the LHS for unmerged entries. 18 years ago
dir.c short i/o: fix calls to read to use xread or read_in_full 18 years ago
dir.h
dump-cache-tree.c
entry.c short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
environment.c Introduce is_bare_repository() and core.bare configuration variable 18 years ago
exec_cmd.c
exec_cmd.h
fetch-pack.c Update documentation of fetch-pack, push and send-pack 18 years ago
fetch.c
fetch.h
fsck-objects.c Better error messages for corrupt databases 18 years ago
generate-cmdlist.sh use 'init' instead of 'init-db' for shipped docs and tools 18 years ago
git-add--interactive.perl
git-am.sh Merge branch 'jc/bare' 18 years ago
git-applymbox.sh -u is now default for 'git-mailinfo'. 18 years ago
git-applypatch.sh
git-archimport.perl use 'init' instead of 'init-db' for shipped docs and tools 18 years ago
git-bisect.sh
git-checkout.sh Use merge-recursive in git-checkout -m (branch switching) 18 years ago
git-clean.sh Disallow working directory commands in a bare repository. 18 years ago
git-clone.sh use 'init' instead of 'init-db' for shipped docs and tools 18 years ago
git-commit.sh Merge branch 'jc/int' 18 years ago
git-compat-util.h Use fixed-size integers for the on-disk pack structure. 18 years ago
git-cvsexportcommit.perl
git-cvsimport.perl use 'init' instead of 'init-db' for shipped docs and tools 18 years ago
git-cvsserver.perl cvsserver: fix revision number during file adds 18 years ago
git-fetch.sh Use cd_to_toplevel in scripts that implement it by hand. 18 years ago
git-gc.sh
git-instaweb.sh instaweb: Nicer error message when the http daemon isn't found 18 years ago
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 Merge branch 'sp/merge' (early part) 18 years ago
git-p4import.py use 'init' instead of 'init-db' for shipped docs and tools 18 years ago
git-parse-remote.sh Fix git-fetch while on detached HEAD not to give needlessly alarming errors 18 years ago
git-pull.sh git-pull: disallow implicit merging to detached HEAD 18 years ago
git-quiltimport.sh Replace "echo -n" with printf in shell scripts. 18 years ago
git-rebase.sh git-rebase: allow rebasing a detached HEAD. 18 years ago
git-relink.perl
git-remote.perl git-remote: no longer silent on unknown commands. 18 years ago
git-repack.sh Make git-prune-packed a bit more chatty. 18 years ago
git-request-pull.sh
git-reset.sh Shell syntax fix in git-reset 18 years ago
git-resolve.sh
git-revert.sh Use nice names in conflict markers during cherry-pick/revert. 18 years ago
git-send-email.perl send-email: work around double encoding of in-body From field. 18 years ago
git-sh-setup.sh Define cd_to_toplevel shell function in git-sh-setup 18 years ago
git-svn.perl git-svn: print and flush authentication prompts to STDERR 18 years ago
git-svnimport.perl use 'init' instead of 'init-db' for shipped docs and tools 18 years ago
git-tag.sh git-tag -d: allow deleting multiple tags at once. 18 years ago
git-verify-tag.sh git-verify-tag: make sure we remove temporary file. 18 years ago
git.c Merge branch 'jc/bare' 18 years ago
git.spec.in
gitk [PATCH] Make gitk work when launched in a subdirectory 18 years ago
grep.c
grep.h
hash-object.c
help.c
http-fetch.c Don't die in git-http-fetch when fetching packs. 18 years ago
http-push.c Don't die in git-http-fetch when fetching packs. 18 years ago
http.c
http.h
ident.c
imap-send.c short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
index-pack.c index-pack: write-or-die instead of unchecked write-in-full. 18 years ago
interpolate.c
interpolate.h
list-objects.c
list-objects.h
local-fetch.c short i/o: fix calls to read to use xread or read_in_full 18 years ago
lockfile.c Print a more accurate error message when we fail to create a lock file. 18 years ago
log-tree.c Teach the revision walker to walk by reflogs with --walk-reflogs 18 years ago
log-tree.h
merge-base.c
merge-file.c
merge-index.c
merge-recursive.c Convert output messages in merge-recursive to past tense. 18 years ago
merge-tree.c
mktag.c
mktree.c
object-refs.c
object.c
object.h
pack-check.c pack-check.c::verify_packfile(): don't run SHA-1 update on huge data 18 years ago
pack-redundant.c
pack.h Use fixed-size integers for the on-disk pack structure. 18 years ago
pager.c
patch-delta.c
patch-id.c
path-list.c
path-list.h
path.c Merge branch 'jc/detached-head' 18 years ago
peek-remote.c
pkt-line.c
pkt-line.h
quote.c
quote.h
reachable.c Sanitize for_each_reflog_ent() 18 years ago
reachable.h Move traversal of reachable objects into a separate library. 18 years ago
read-cache.c write-cache: do not leak the serialized cache-tree data. 18 years ago
receive-pack.c
reflog-walk.c --walk-reflogs: disallow uninteresting commits 18 years ago
reflog-walk.h Teach the revision walker to walk by reflogs with --walk-reflogs 18 years ago
refs.c show-branch --reflog: show the reflog message at the top. 18 years ago
refs.h Extend read_ref_at() to be usable from places other than sha1_name. 18 years ago
revision.c Teach the revision walker to walk by reflogs with --walk-reflogs 18 years ago
revision.h Teach the revision walker to walk by reflogs with --walk-reflogs 18 years ago
rsh.c
rsh.h
run-command.c
run-command.h
send-pack.c rename --exec to --receive-pack for push and send-pack 18 years ago
server-info.c
setup.c Do not verify filenames in a bare repository 18 years ago
sha1_file.c Use fixed-size integers for .idx file I/O 18 years ago
sha1_name.c Extend read_ref_at() to be usable from places other than sha1_name. 18 years ago
shallow.c
shell.c
show-index.c
sideband.c
sideband.h
ssh-fetch.c short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
ssh-pull.c
ssh-push.c
ssh-upload.c short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
strbuf.c
strbuf.h
tag.c
tag.h
tar.h
test-date.c
test-delta.c short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
test-sha1.c
test-sha1.sh
trace.c short i/o: clean up the naming for the write_{in,or}_xxx family 18 years ago
tree-diff.c
tree-walk.c get_tree_entry: map blank requested entry to tree root 18 years ago
tree-walk.h
tree.c
tree.h
unpack-file.c short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
unpack-trees.c
unpack-trees.h
update-server-info.c
upload-pack.c short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
usage.c
utf8.c
utf8.h
var.c
write_or_die.c Remove read_or_die in favor of better error messages. 18 years ago
wt-status.c simplify the "no changes added to commit" message 18 years ago
wt-status.h Provide better feedback for the untracked only case in status output 18 years ago
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.