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.
 
 
 
 
 
 
Junio C Hamano d2189a721c Merge branch 'en/fill-directory-fixes' 5 years ago
.github
Documentation Merge branch 'ja/doc-markup-cleanup' 5 years ago
block-sha1
builtin Merge branch 'mr/bisect-save-pointer-to-const-string' 5 years ago
ci Merge branch 'sg/osx-force-gcc-9' 5 years ago
compat Merge branch 'dd/time-reentrancy' 5 years ago
contrib Merge branch 'dl/pretty-reference' 5 years ago
ewah
git-gui Merge https://github.com/prati0100/git-gui 5 years ago
gitk-git Merge gitk to pick up emergency build fix 5 years ago
gitweb Merge branch 'jk/gitweb-anti-xss' 5 years ago
mergetools
negotiator
perl Fix spelling errors in documentation outside of Documentation/ 5 years ago
po l10n: zh_CN: for git v2.24.0 l10n round 1~2 5 years ago
ppc
refs refs: pass NULL to refs_read_ref_full() because object ID is not needed 5 years ago
sha1collisiondetection@855827c583
sha1dc Merge branch 'jk/lore-is-the-archive' 5 years ago
sha256
t Merge branch 'en/fill-directory-fixes' 5 years ago
templates Merge branch 'kw/fsmonitor-watchman-fix' 5 years ago
trace2 Merge branch 'en/doc-typofix' 5 years ago
vcs-svn
xdiff Merge branch 'rs/xdiff-ignore-ws-w-func-context' 5 years ago
.clang-format
.editorconfig
.gitattributes Fix build with core.autocrlf=true 5 years ago
.gitignore sparse-checkout: create builtin with 'list' subcommand 5 years ago
.gitmodules
.mailmap .mailmap: update email address of Andrey Mazo 5 years ago
.travis.yml
.tsan-suppressions
CODE_OF_CONDUCT.md CODE_OF_CONDUCT: mention individual project-leader emails 5 years ago
COPYING
GIT-VERSION-GEN Git 2.24.1 5 years ago
INSTALL Merge branch 'ar/install-doc-update-cmds-needing-the-shell' 5 years ago
LGPL-2.1
Makefile Merge branch 'js/add-p-in-c' 5 years ago
README.md doc: recommend lore.kernel.org over public-inbox.org 5 years ago
RelNotes Git 2.24.1 5 years ago
abspath.c
aclocal.m4
add-interactive.c built-in add -p: implement hunk editing 5 years ago
add-interactive.h built-in add -p: implement hunk editing 5 years ago
add-patch.c built-in add -p: show helpful hint when nothing can be staged 5 years ago
advice.c submodule--helper: advise on fatal alternate error 5 years ago
advice.h submodule--helper: advise on fatal alternate error 5 years ago
alias.c
alias.h
alloc.c
alloc.h
apply.c Merge branch 'js/add-i-a-bit-more-tests' 5 years ago
apply.h apply.h: include missing header 5 years ago
archive-tar.c Merge branch 'rs/pax-extended-header-length-fix' 5 years ago
archive-zip.c Merge branch 'rs/archive-zip-code-cleanup' 5 years ago
archive.c
archive.h
argv-array.c argv-array: add space after `while` 5 years ago
argv-array.h argv-array: move doc to argv-array.h 5 years ago
attr.c attr: move doc to attr.h 5 years ago
attr.h attr: move doc to attr.h 5 years ago
azure-pipelines.yml Merge branch 'js/azure-pipelines-msvc' 5 years ago
banned.h banned.h: fix vsprintf()'s ban message 5 years ago
base85.c
bisect.c bisect: switch to using the_hash_algo 5 years ago
bisect.h
blame.c Merge branch 'ew/hashmap' 5 years ago
blame.h
blob.c
blob.h
branch.c
branch.h
builtin.h sparse-checkout: create builtin with 'list' subcommand 5 years ago
bulk-checkin.c bulk-checkin: zero-initialize hashfile_checkpoint 5 years ago
bulk-checkin.h
bundle.c bundle-create: progress output control 5 years ago
bundle.h bundle-create: progress output control 5 years ago
cache-tree.c Merge branch 'en/merge-recursive-cleanup' 5 years ago
cache-tree.h cache-tree: share code between functions writing an index as a tree 5 years ago
cache.h Merge branch 'ds/sparse-cone' 5 years ago
chdir-notify.c
chdir-notify.h
check-builtins.sh
check_bindir
checkout.c
checkout.h
color.c
color.h
column.c column: use utf8_strnwidth() to strip out ANSI color escapes 5 years ago
column.h
combine-diff.c combine-diff: replace GIT_SHA1_HEXSZ with the_hash_algo 5 years ago
command-list.txt Merge branch 'ds/sparse-cone' 5 years ago
commit-graph.c Merge branch 'ds/commit-graph-delay-gen-progress' 5 years ago
commit-graph.h upload-pack: disable commit graph more gently for shallow traversal 5 years ago
commit-reach.c commit-graph: fix writing first commit-graph during fetch 5 years ago
commit-reach.h
commit-slab-decl.h
commit-slab-impl.h
commit-slab.h
commit.c Merge branch 'jk/cleanup-object-parsing-and-fsck' 5 years ago
commit.h Fix spelling errors in code comments 5 years ago
common-main.c
config.c sparse-checkout: add 'cone' mode 5 years ago
config.h config: move documentation to config.h 5 years ago
config.mak.dev
config.mak.in
config.mak.uname Sync with 2.23.1 5 years ago
configure.ac Merge branch 'dd/sequencer-utf8' 5 years ago
connect.c Sync with 2.23.1 5 years ago
connect.h
connected.c clone: remove fetch_if_missing=0 5 years ago
connected.h
convert.c Merge branch 'rs/skip-iprefix' 5 years ago
convert.h am: reload .gitattributes after patching it 5 years ago
copy.c
credential-cache--daemon.c
credential-cache.c
credential-store.c
credential.c
credential.h credential: move doc to credential.h 5 years ago
csum-file.c
csum-file.h
ctype.c
daemon.c Fix spelling errors in code comments 5 years ago
date.c date.c: switch to reentrant {gm,local}time_r 5 years ago
decorate.c
decorate.h
delta-islands.c
delta-islands.h
delta.h
detect-compiler
diff-delta.c diff-delta: set size out-parameter to 0 for NULL delta 5 years ago
diff-lib.c
diff-no-index.c
diff.c Merge branch 'js/builtin-add-i' 5 years ago
diff.h Merge branch 'hw/doc-in-header' 5 years ago
diffcore-break.c diffcore-break: use a goto instead of a redundant if statement 5 years ago
diffcore-delta.c
diffcore-order.c
diffcore-pickaxe.c
diffcore-rename.c Merge branch 'ew/hashmap' 5 years ago
diffcore.h diff: move doc to diff.h and diffcore.h 5 years ago
dir-iterator.c
dir-iterator.h
dir.c Merge branch 'en/fill-directory-fixes' 5 years ago
dir.h Merge branch 'ds/sparse-cone' 5 years ago
editor.c
entry.c
environment.c Merge branch 'ds/sparse-cone' 5 years ago
exec-cmd.c
exec-cmd.h
fast-import.c Sync with 2.23.1 5 years ago
fetch-negotiator.c repo-settings: create feature.experimental setting 5 years ago
fetch-negotiator.h repo-settings: create feature.experimental setting 5 years ago
fetch-pack.c Merge branch 'ec/fetch-mark-common-refs-trace2' 5 years ago
fetch-pack.h
fmt-merge-msg.h
fsck.c Sync with Git 2.24.1 5 years ago
fsck.h fsck: only provide oid/type in fsck_error callback 5 years ago
fsmonitor.c unpack-trees: skip stat on fsmonitor-valid files 5 years ago
fsmonitor.h
fuzz-commit-graph.c
fuzz-pack-headers.c
fuzz-pack-idx.c
generate-cmdlist.sh
gettext.c
gettext.h
git-add--interactive.perl git add -p: use non-zero exit code when the diff generation failed 5 years ago
git-archimport.perl
git-bisect.sh
git-compat-util.h Sync with Git 2.24.1 5 years ago
git-cvsexportcommit.perl
git-cvsimport.perl Fix spelling errors in messages shown to users 5 years ago
git-cvsserver.perl
git-difftool--helper.sh
git-filter-branch.sh Recommend git-filter-repo instead of git-filter-branch 5 years ago
git-instaweb.sh
git-legacy-stash.sh Merge branch 'js/update-index-ignore-removal-for-skip-worktree' 5 years ago
git-merge-octopus.sh
git-merge-one-file.sh
git-merge-resolve.sh
git-mergetool--lib.sh
git-mergetool.sh
git-p4.py git-p4: honor lfs.storage configuration variable 5 years ago
git-parse-remote.sh
git-quiltimport.sh
git-rebase--preserve-merges.sh
git-request-pull.sh
git-send-email.perl Fix spelling errors in code comments 5 years ago
git-sh-i18n.sh
git-sh-setup.sh
git-submodule.sh Merge branch 'dl/submodule-set-url' 5 years ago
git-svn.perl git svn: stop using `rebase --preserve-merges` 5 years ago
git-web--browse.sh
git.c sparse-checkout: create builtin with 'list' subcommand 5 years ago
git.rc
gpg-interface.c gpg-interface: prefer check_signature() for GPG verification 5 years ago
gpg-interface.h gpg-interface: prefer check_signature() for GPG verification 5 years ago
graph.c Merge branch 'hw/doc-in-header' 5 years ago
graph.h graph: move doc to graph.h and graph.c 5 years ago
grep.c grep: don't return an expression from pcre2_free() 5 years ago
grep.h Merge branch 'cb/pcre2-chartables-leakfix' 5 years ago
hash.h
hashmap.c Fix spelling errors in code comments 5 years ago
hashmap.h Merge branch 'en/doc-typofix' 5 years ago
help.c Fix spelling errors in messages shown to users 5 years ago
help.h help: make help_unknown_ref() NORETURN 5 years ago
hex.c hex: drop sha1_to_hex() 5 years ago
http-backend.c
http-fetch.c
http-push.c http-push: simplify deleting a list item 5 years ago
http-walker.c
http.c Merge branch 'cb/curl-use-xmalloc' 5 years ago
http.h http: use xmalloc with cURL 5 years ago
ident.c
imap-send.c
interdiff.c
interdiff.h
iterator.h
json-writer.c
json-writer.h
khash.h
kwset.c
kwset.h kset.h, tar.h: add missing header guard to prevent multiple inclusion 5 years ago
levenshtein.c
levenshtein.h
line-log.c Merge branch 'sg/line-log-tree-diff-optim' 5 years ago
line-log.h
line-range.c
line-range.h
linear-assignment.c
linear-assignment.h
list-objects-filter-options.c Merge branch 'jk/partial-clone-sparse-blob' 5 years ago
list-objects-filter-options.h Merge branch 'jk/partial-clone-sparse-blob' 5 years ago
list-objects-filter.c Merge branch 'jk/partial-clone-sparse-blob' 5 years ago
list-objects-filter.h
list-objects.c Merge branch 'jk/list-objects-optim-wo-trees' 5 years ago
list-objects.h
list.h
ll-merge.c am: reload .gitattributes after patching it 5 years ago
ll-merge.h merge: move doc to ll-merge.h 5 years ago
lockfile.c
lockfile.h
log-tree.c Merge branch 'hi/gpg-use-check-signature' 5 years ago
log-tree.h
ls-refs.c
ls-refs.h
mailinfo.c
mailinfo.h
mailmap.c
mailmap.h
match-trees.c
mem-pool.c
mem-pool.h
merge-blobs.c
merge-blobs.h
merge-recursive.c Merge branch 'en/merge-recursive-directory-rename-fixes' 5 years ago
merge-recursive.h hashmap_entry: remove first member requirement from docs 5 years ago
merge.c
mergesort.c
mergesort.h
midx.c midx: honor the MIDX_PROGRESS flag in midx_repack 5 years ago
midx.h midx: add MIDX_PROGRESS flag 5 years ago
name-hash.c Merge branch 'en/doc-typofix' 5 years ago
notes-cache.c
notes-cache.h
notes-merge.c
notes-merge.h
notes-utils.c
notes-utils.h
notes.c Merge branch 'dl/format-patch-notes-config-fixup' 5 years ago
notes.h Merge branch 'dl/format-patch-notes-config-fixup' 5 years ago
object-store.h packfile.c: speed up loading lots of packfiles 5 years ago
object.c packfile.c: speed up loading lots of packfiles 5 years ago
object.h commit-graph: fix writing first commit-graph during fetch 5 years ago
oidmap.c hashmap: introduce hashmap_free_entries 5 years ago
oidmap.h hashmap: use *_entry APIs for iteration 5 years ago
oidset.c
oidset.h
pack-bitmap-write.c pack-objects: drop packlist index_pos optimization 5 years ago
pack-bitmap.c Merge branch 'jk/misc-uninitialized-fixes' 5 years ago
pack-bitmap.h pack-bitmap.h: remove magic number 5 years ago
pack-check.c
pack-objects.c Merge branch 'jk/optim-in-pack-idx-conversion' 5 years ago
pack-objects.h Merge branch 'jk/optim-in-pack-idx-conversion' 5 years ago
pack-revindex.c
pack-revindex.h
pack-write.c pack-write: use hash_to_hex when writing checksums 5 years ago
pack.h
packfile.c packfile.c: speed up loading lots of packfiles 5 years ago
packfile.h Merge branch 'ds/midx-expire-repack' 5 years ago
pager.c
parse-options-cb.c parse-options: avoid arithmetic on pointer that's potentially NULL 5 years ago
parse-options.c Fix spelling errors in code comments 5 years ago
parse-options.h Merge branch 'hw/doc-in-header' 5 years ago
patch-delta.c
patch-ids.c hashmap: remove type arg from hashmap_{get,put,remove}_entry 5 years ago
patch-ids.h
path.c Sync with Git 2.24.1 5 years ago
path.h path: add a function to check for path suffix 5 years ago
pathspec.c pathspec: add new function to parse file 5 years ago
pathspec.h Merge branch 'hw/doc-in-header' 5 years ago
pkt-line.c
pkt-line.h pkt-line: fix a typo 5 years ago
preload-index.c
pretty.c Merge branch 'dl/pretty-reference' 5 years ago
pretty.h
prio-queue.c
prio-queue.h
progress.c progress: create GIT_PROGRESS_DELAY 5 years ago
progress.h
promisor-remote.c promisor-remote: remove fetch_if_missing=0 5 years ago
promisor-remote.h Merge branch 'dl/honor-cflags-in-hdr-check' 5 years ago
prompt.c
prompt.h
protocol.c
protocol.h
quote.c Merge branch 'gs/sq-quote-buf-pretty' 5 years ago
quote.h
range-diff.c range-diff: mark pointers as const 5 years ago
range-diff.h Merge branch 'dl/range-diff-with-notes' 5 years ago
reachable.c
reachable.h
read-cache.c Sync with Git 2.24.1 5 years ago
rebase-interactive.c
rebase-interactive.h
ref-filter.c Merge branch 'ew/hashmap' 5 years ago
ref-filter.h
reflog-walk.c
reflog-walk.h
refs.c hashmap_entry: remove first member requirement from docs 5 years ago
refs.h refs: move doc to refs.h 5 years ago
refspec.c
refspec.h remote: move doc to remote.h and refspec.h 5 years ago
remote-curl.c Merge branch 'bc/smart-http-atomic-push' 5 years ago
remote-testsvn.c
remote.c hashmap: remove type arg from hashmap_{get,put,remove}_entry 5 years ago
remote.h remote: move doc to remote.h and refspec.h 5 years ago
replace-object.c
replace-object.h
repo-settings.c Merge branch 'ds/feature-macros' 5 years ago
repository.c Fix spelling errors in code comments 5 years ago
repository.h Fix spelling errors in code comments 5 years ago
rerere.c Fix spelling errors in code comments 5 years ago
rerere.h
resolve-undo.c
resolve-undo.h
revision.c Merge branch 'dl/format-patch-notes-config-fixup' 5 years ago
revision.h Merge branch 'dl/format-patch-notes-config-fixup' 5 years ago
run-command.c run-command: use prepare_git_cmd() in prepare_cmd() 5 years ago
run-command.h run-command: move doc to run-command.h 5 years ago
send-pack.c Merge branch 'jk/send-pack-check-negative-with-quick' 5 years ago
send-pack.h
sequencer.c Merge branch 'ag/sequencer-todo-updates' 5 years ago
sequencer.h Merge branch 'ra/rebase-i-more-options' 5 years ago
serve.c
serve.h
server-info.c Fix spelling errors in code comments 5 years ago
setup.c Merge branch 'js/gitdir-at-unc-root' 5 years ago
sh-i18n--envsubst.c
sha1-array.c sha1-array: move doc to sha1-array.h 5 years ago
sha1-array.h sha1-array: move doc to sha1-array.h 5 years ago
sha1-file.c Merge branch 'bc/object-id-part17' 5 years ago
sha1-lookup.c Merge branch 'js/azure-pipelines-msvc' 5 years ago
sha1-lookup.h
sha1-name.c Merge branch 'rs/nth-switch-code-simplification' 5 years ago
sha1dc_git.c hex: drop sha1_to_hex() 5 years ago
sha1dc_git.h
shallow.c Merge branch 'rs/dedup-includes' 5 years ago
shell.c shell: use skip_prefix() instead of starts_with() 5 years ago
shortlog.h
sideband.c
sideband.h
sigchain.c
sigchain.h sigchain: move doc to sigchain.h 5 years ago
split-index.c
split-index.h
stable-qsort.c Move git_sort(), a stable sort, into into libgit.a 5 years ago
strbuf.c strbuf: add a helper function to call the editor "on an strbuf" 5 years ago
strbuf.h strbuf: add a helper function to call the editor "on an strbuf" 5 years ago
streaming.c
streaming.h
string-list.c
string-list.h Fix spelling errors in code comments 5 years ago
sub-process.c hashmap: remove type arg from hashmap_{get,put,remove}_entry 5 years ago
sub-process.h hashmap_entry: remove first member requirement from docs 5 years ago
submodule-config.c fix-typo: consecutive-word duplications 5 years ago
submodule-config.h submodule-config: move doc to submodule-config.h 5 years ago
submodule.c Sync with 2.22.2 5 years ago
submodule.h Sync with 2.22.2 5 years ago
symlinks.c
tag.c commit, tag: don't set parsed bit for parse failures 5 years ago
tag.h tag: factor out get_tagged_oid() 5 years ago
tar.h kset.h, tar.h: add missing header guard to prevent multiple inclusion 5 years ago
tempfile.c
tempfile.h
thread-utils.c
thread-utils.h
tmp-objdir.c
tmp-objdir.h
trace.c
trace.h trace: move doc to trace.h 5 years ago
trace2.c
trace2.h trace2: move doc to trace2.h 5 years ago
trailer.c
trailer.h
transport-helper.c Sync with 2.23.1 5 years ago
transport-internal.h transport: teach all vtables to allow fetch first 5 years ago
transport.c transport: push codepath can take arbitrary repository 5 years ago
transport.h remote-curl: pass on atomic capability to remote side 5 years ago
tree-diff.c
tree-walk.c Sync with Git 2.24.1 5 years ago
tree-walk.h tree-walk: move doc to tree-walk.h 5 years ago
tree.c tree: simplify parse_tree_indirect() 5 years ago
tree.h
unicode-width.h
unimplemented.sh
unix-socket.c
unix-socket.h
unpack-trees.c Merge branch 'ds/sparse-cone' 5 years ago
unpack-trees.h sparse-checkout: update working directory in-process 5 years ago
upload-pack.c Merge branch 'jk/disable-commit-graph-during-upload-pack' 5 years ago
upload-pack.h
url.c Fix spelling errors in code comments 5 years ago
url.h
urlmatch.c
urlmatch.h
usage.c vreportf(): avoid relying on stdio buffering 5 years ago
userdiff.c Merge branch 'ln/userdiff-elixir' 5 years ago
userdiff.h
utf8.c utf8: use skip_iprefix() in same_utf_encoding() 5 years ago
utf8.h
varint.c
varint.h
version.c
version.h
versioncmp.c
walker.c
walker.h
wildmatch.c
wildmatch.h
worktree.c
worktree.h
wrap-for-bin.sh
wrapper.c Merge branch 'ah/cleanups' 5 years ago
write-or-die.c
ws.c
wt-status.c Merge branch 'bc/object-id-part17' 5 years ago
wt-status.h wt-status: convert struct wt_status to object_id 5 years ago
xdiff-interface.c
xdiff-interface.h Fix spelling errors in code comments 5 years ago
zlib.c

README.md

Build Status

Git - fast, scalable, distributed revision control system

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 version 2 (some parts of it are under different licenses, compatible with the GPLv2). It was originally written by Linus Torvalds with help of a group of hackers around the net.

Please read the file INSTALL for installation instructions.

Many Git online resources are accessible from https://git-scm.com/ including full documentation and Git related tools.

See Documentation/gittutorial.txt to get started, then see Documentation/giteveryday.txt for a useful minimum set of commands, and Documentation/git-<commandname>.txt for documentation of each command. If git has been correctly installed, then the tutorial can also be read with man gittutorial or git help tutorial, and the documentation of each command with man git-<commandname> or git help <commandname>.

CVS users may also want to read Documentation/gitcvs-migration.txt (man gitcvs-migration or git help cvs-migration if git is installed).

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 (read Documentation/SubmittingPatches for instructions on patch submission). 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 https://lore.kernel.org/git/, http://marc.info/?l=git and other archival sites.

Issues which are security relevant should be disclosed privately to the Git Security mailing list git-security@googlegroups.com.

The maintainer frequently sends the "What's cooking" reports that list the current status of various development topics to the mailing list. The discussion following them give a good reference for project status, development direction and remaining tasks.

The name "git" was given by Linus Torvalds when he wrote the very first version. He described the tool as "the stupid content tracker" and the name as (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