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 72871b198f Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
.github Merge branch 'tb/ci-concurrency' into maint-2.39 2 years ago
Documentation Merge branch 'jk/document-pack-redundant-deprecation' 2 years ago
block-sha1
builtin Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
ci add: remove "add.interactive.useBuiltin" & Perl "git add--interactive" 2 years ago
compat cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
contrib Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
ewah alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
git-gui Makefiles: change search through $(MAKEFLAGS) for GNU make 4.4 2 years ago
gitk-git
gitweb
mergetools
negotiator Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
oss-fuzz treewide: ensure one of the appropriate headers is sourced first 2 years ago
perl Git.pm: trust rev-parse to find bare repositories 2 years ago
po Merge branch 'fz/po-zh_CN' of github.com:fangyi-zhou/git-po 2 years ago
refs ident.h: move ident-related declarations out of cache.h 2 years ago
reftable
sha1collisiondetection@855827c583
sha1dc
sha256
t Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
templates
trace2 dir.h: refactor to no longer need to include cache.h 2 years ago
xdiff xdiff: mark unused parameter in xdl_call_hunk_func() 2 years ago
.cirrus.yml
.clang-format
.editorconfig
.gitattributes .gitattributes: include `text` attribute for eol attributes 2 years ago
.gitignore add: remove "add.interactive.useBuiltin" & Perl "git add--interactive" 2 years ago
.gitmodules
.mailmap mailmap: update email address of Matheus Tavares 2 years ago
.tsan-suppressions
CODE_OF_CONDUCT.md
COPYING
GIT-VERSION-GEN Start the 2.41 cycle 2 years ago
INSTALL add: remove "add.interactive.useBuiltin" & Perl "git add--interactive" 2 years ago
LGPL-2.1
Makefile doc: remove GNU troff workaround 2 years ago
README.md
RelNotes Start the 2.41 cycle 2 years ago
SECURITY.md
abspath.c bundle: don't blindly apply prefix_filename() to "-" 2 years ago
aclocal.m4
add-interactive.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
add-interactive.h
add-patch.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
advice.c Merge branch 'fc/advice-diverged-history' 2 years ago
advice.h Merge branch 'fc/advice-diverged-history' 2 years ago
alias.c alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
alias.h
alloc.c object.h: stop depending on cache.h; make cache.h depend on object.h 2 years ago
alloc.h alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
apply.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
apply.h
archive-tar.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
archive-zip.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
archive.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
archive.h archive: add --mtime 2 years ago
attr.c alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
attr.h attr: fix instructions on how to check attrs 2 years ago
banned.h
base85.c
bisect.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
bisect.h
blame.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
blame.h object.h: stop depending on cache.h; make cache.h depend on object.h 2 years ago
blob.c object.h: stop depending on cache.h; make cache.h depend on object.h 2 years ago
blob.h blob: drop unused parts of parse_blob_buffer() 2 years ago
bloom.c
bloom.h
branch.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
branch.h
builtin.h builtins: annotate always-empty prefix parameters 2 years ago
bulk-checkin.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
bulk-checkin.h
bundle-uri.c serve: use repository pointer to get config 2 years ago
bundle-uri.h clone: set fetch.bundleURI if appropriate 2 years ago
bundle.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
bundle.h Merge branch 'ds/bundle-uri-3' 2 years ago
cache-tree.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
cache-tree.h object.h: stop depending on cache.h; make cache.h depend on object.h 2 years ago
cache.h Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
cbtree.c treewide: ensure one of the appropriate headers is sourced first 2 years ago
cbtree.h treewide: remove unnecessary git-compat-util.h includes in headers 2 years ago
chdir-notify.c
chdir-notify.h
check-builtins.sh
checkout.c cocci: apply the "cache.h" part of "the_repository.pending" 2 years ago
checkout.h treewide: remove unnecessary cache.h includes 2 years ago
chunk-format.c alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
chunk-format.h treewide: remove unnecessary git-compat-util.h includes in headers 2 years ago
color.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
color.h
column.c utf8: fix truncated string lengths in `utf8_strnwidth()` 2 years ago
column.h
combine-diff.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
command-list.txt
commit-graph.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
commit-graph.h Merge branch 'ds/ahead-behind' 2 years ago
commit-reach.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
commit-reach.h Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
commit-slab-decl.h
commit-slab-impl.h treewide: remove unnecessary git-compat-util.h includes in headers 2 years ago
commit-slab.h
commit.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
commit.h Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
common-main.c
config.c Merge branch 'gc/config-parsing-cleanup' 2 years ago
config.h Merge branch 'gc/config-parsing-cleanup' 2 years ago
config.mak.dev
config.mak.in
config.mak.uname Merge branch 'hj/remove-msys-support' 2 years ago
configure.ac
connect.c Merge branch 'jk/fix-proto-downgrade-to-v0' 2 years ago
connect.h Merge branch 'jk/fix-proto-downgrade-to-v0' 2 years ago
connected.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
connected.h receive-pack: only use visible refs for connectivity check 2 years ago
convert.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
convert.h
copy.c
credential.c Merge branch 'mc/credential-helper-www-authenticate' 2 years ago
credential.h Merge branch 'mc/credential-helper-www-authenticate' 2 years ago
csum-file.c hashfile: allow skipping the hash function 2 years ago
csum-file.h hashfile: allow skipping the hash function 2 years ago
ctype.c
daemon.c Merge branch 'jk/unused-post-2.39-part2' 2 years ago
date.c date.c: allow ISO 8601 reduced precision times 2 years ago
date.h
decorate.c treewide: replace cache.h with more direct headers, where possible 2 years ago
decorate.h
delta-islands.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
delta-islands.h delta-islands: free island_marks and bitmaps 2 years ago
delta.h
detect-compiler
diagnose.c Merge branch 'sg/parse-options-h-users' 2 years ago
diagnose.h treewide: remove unnecessary inclusions of parse-options.h from headers 2 years ago
diff-delta.c
diff-lib.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
diff-merges.c object.h: stop depending on cache.h; make cache.h depend on object.h 2 years ago
diff-merges.h
diff-no-index.c Remove unnecessary includes of builtin.h 2 years ago
diff.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
diff.h Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
diffcore-break.c cocci: apply the "promisor-remote.h" part of "the_repository.pending" 2 years ago
diffcore-delta.c object.h: stop depending on cache.h; make cache.h depend on object.h 2 years ago
diffcore-order.c treewide: replace cache.h with more direct headers, where possible 2 years ago
diffcore-pickaxe.c pretty.h: move has_non_ascii() declaration from commit.h 2 years ago
diffcore-rename.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
diffcore-rotate.c treewide: replace cache.h with more direct headers, where possible 2 years ago
diffcore.h hash.h: move some oid-related declarations from cache.h 2 years ago
dir-iterator.c Merge branch 'en/header-cleanup' 2 years ago
dir-iterator.h dir-iterator: drop unused `DIR_ITERATOR_FOLLOW_SYMLINKS` 2 years ago
dir.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
dir.h Merge branch 'en/header-cleanup' 2 years ago
editor.c
entry.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
entry.h treewide: remove unnecessary cache.h includes 2 years ago
environment.c replace-object.h: move read_replace_refs declaration from cache.h to here 2 years ago
environment.h
exec-cmd.c
exec-cmd.h
fetch-negotiator.c
fetch-negotiator.h
fetch-pack.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
fetch-pack.h
fmt-merge-msg.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
fmt-merge-msg.h
fsck.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
fsck.h object.h: stop depending on cache.h; make cache.h depend on object.h 2 years ago
fsmonitor--daemon.h
fsmonitor-ipc.c replace and remove run_command_v_opt_tr2() 2 years ago
fsmonitor-ipc.h
fsmonitor-path-utils.h
fsmonitor-settings.c alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
fsmonitor-settings.h
fsmonitor.c treewide: always have a valid "index_state.repo" member 2 years ago
fsmonitor.h fsmonitor: avoid overriding `cache_changed` bits 2 years ago
generate-cmdlist.sh
generate-configlist.sh
generate-hooklist.sh
gettext.c
gettext.h
git-archimport.perl
git-compat-util.h Merge branch 'pe/time-use-gettimeofday' 2 years ago
git-curl-compat.h http: support CURLOPT_PROTOCOLS_STR 2 years ago
git-cvsexportcommit.perl
git-cvsimport.perl
git-cvsserver.perl
git-difftool--helper.sh
git-filter-branch.sh
git-instaweb.sh
git-merge-octopus.sh
git-merge-one-file.sh
git-merge-resolve.sh
git-mergetool--lib.sh
git-mergetool.sh
git-p4.py
git-quiltimport.sh
git-request-pull.sh request-pull: filter out SSH/X.509 tag signatures 2 years ago
git-send-email.perl send-email: relay '-v N' to format-patch 2 years ago
git-sh-i18n.sh
git-sh-setup.sh
git-submodule.sh Merge branch 'ss/pull-v-recurse-fix' 2 years ago
git-svn.perl
git-web--browse.sh
git.c Merge branch 'en/header-cleanup' 2 years ago
git.rc
gpg-interface.c Merge branch 'jc/gpg-lazy-init' 2 years ago
gpg-interface.h gpg-interface: lazily initialize and read the configuration 2 years ago
graph.c treewide: replace cache.h with more direct headers, where possible 2 years ago
graph.h
grep.c Merge branch 'mk/workaround-pcre-jit-ucp-bug' 2 years ago
grep.h grep: work around UTF-8 related JIT bug in PCRE2 <= 10.34 2 years ago
hash-lookup.c
hash-lookup.h
hash.h hash.h: move some oid-related declarations from cache.h 2 years ago
hashmap.c treewide: remove unnecessary cache.h includes in source files 2 years ago
hashmap.h hashmap.h: fix minor typo 2 years ago
help.c Merge branch 'jk/unused-post-2.39-part2' 2 years ago
help.h
hex.c hex.h: move some hex-related declarations from cache.h 2 years ago
hex.h hex.h: move some hex-related declarations from cache.h 2 years ago
hook.c Merge branch 'jk/unused-post-2.39-part2' 2 years ago
hook.h hook API: support passing stdin to hooks, convert am's 'post-rewrite' 2 years ago
http-backend.c Merge branch 'jk/unused-post-2.39-part2' 2 years ago
http-fetch.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
http-push.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
http-walker.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
http.c Merge branch 'sm/ssl-key-type-config' 2 years ago
http.h Sync with 2.37.6 2 years ago
ident.c ident.h: move ident-related declarations out of cache.h 2 years ago
ident.h ident.h: move ident-related declarations out of cache.h 2 years ago
imap-send.c treewide: remove unnecessary cache.h includes in source files 2 years ago
iterator.h
json-writer.c treewide: remove unnecessary cache.h includes in source files 2 years ago
json-writer.h
khash.h treewide: remove unnecessary cache.h includes 2 years ago
kwset.c treewide: remove unnecessary cache.h includes in source files 2 years ago
kwset.h
levenshtein.c treewide: remove unnecessary cache.h includes in source files 2 years ago
levenshtein.h
line-log.c Merge branch 'jk/unused-post-2.39-part2' 2 years ago
line-log.h hash.h: move some oid-related declarations from cache.h 2 years ago
line-range.c line-range: fix infinite loop bug with '$' regex 2 years ago
line-range.h
linear-assignment.c treewide: remove unnecessary cache.h includes in source files 2 years ago
linear-assignment.h
list-objects-filter-options.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
list-objects-filter-options.h Merge branch 'sg/parse-options-h-users' 2 years ago
list-objects-filter.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
list-objects-filter.h
list-objects.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
list-objects.h
list.h
ll-merge.c attr: add flag `--source` to work with tree-ish 2 years ago
ll-merge.h
lockfile.c
lockfile.h
log-tree.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
log-tree.h
ls-refs.c Merge branch 'jk/unused-post-2.39-part2' 2 years ago
ls-refs.h
mailinfo.c hex.h: move some hex-related declarations from cache.h 2 years ago
mailinfo.h
mailmap.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
mailmap.h
match-trees.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
mem-pool.c treewide: remove unnecessary cache.h includes in source files 2 years ago
mem-pool.h
merge-blobs.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
merge-blobs.h
merge-ort-wrappers.c
merge-ort-wrappers.h
merge-ort.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
merge-ort.h
merge-recursive.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
merge-recursive.h
merge.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
mergesort.h
midx.c Merge branch 'jk/unused-post-2.39-part2' 2 years ago
midx.h
name-hash.c
notes-cache.c libs: use "struct repository *" argument, not "the_repository" 2 years ago
notes-cache.h
notes-merge.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
notes-merge.h
notes-utils.c libs: use "struct repository *" argument, not "the_repository" 2 years ago
notes-utils.h
notes.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
notes.h
object-file.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
object-name.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
object-store.h Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
object.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
object.h object.h: stop depending on cache.h; make cache.h depend on object.h 2 years ago
oid-array.c alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
oid-array.h
oidmap.c treewide: remove unnecessary cache.h includes in source files 2 years ago
oidmap.h treewide: remove unnecessary cache.h includes 2 years ago
oidset.c hex.h: move some hex-related declarations from cache.h 2 years ago
oidset.h
oidtree.c treewide: ensure one of the appropriate headers is sourced first 2 years ago
oidtree.h
pack-bitmap-write.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
pack-bitmap.c Merge branch 'ab/config-multi-and-nonbool' 2 years ago
pack-bitmap.h
pack-check.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
pack-mtimes.c
pack-mtimes.h treewide: remove unnecessary git-compat-util.h includes in headers 2 years ago
pack-objects.c alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
pack-objects.h
pack-revindex.c
pack-revindex.h
pack-write.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
pack.h
packfile.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
packfile.h cocci: apply the "packfile.h" part of "the_repository.pending" 2 years ago
pager.c
parallel-checkout.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
parallel-checkout.h
parse-options-cb.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
parse-options.c Merge branch 'jk/bundle-use-dash-for-stdfiles' 2 years ago
parse-options.h Merge branch 'jk/unused-post-2.40-part2' 2 years ago
patch-delta.c
patch-ids.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
patch-ids.h patch-id: use stable patch-id for rebases 2 years ago
path.c Merge branch 'jk/unused-post-2.39-part2' 2 years ago
path.h
pathspec.c docs & comments: replace mentions of "git-add--interactive.perl" 2 years ago
pathspec.h dir.h: refactor to no longer need to include cache.h 2 years ago
pkt-line.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
pkt-line.h treewide: remove unnecessary git-compat-util.h includes in headers 2 years ago
preload-index.c
pretty.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
pretty.h Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
prio-queue.c alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
prio-queue.h
progress.c mark unused parameters in signal handlers 2 years ago
progress.h
promisor-remote.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
promisor-remote.h cocci: apply the "promisor-remote.h" part of "the_repository.pending" 2 years ago
prompt.c
prompt.h
protocol-caps.c object-store.h: move struct object_info from cache.h 2 years ago
protocol-caps.h
protocol.c
protocol.h
prune-packed.c treewide: ensure one of the appropriate headers is sourced first 2 years ago
prune-packed.h
quote.c treewide: replace cache.h with more direct headers, where possible 2 years ago
quote.h
range-diff.c cocci: apply the "revision.h" part of "the_repository.pending" 2 years ago
range-diff.h
reachable.c Merge branch 'jk/unused-post-2.39-part2' 2 years ago
reachable.h
read-cache.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
rebase-interactive.c cocci: apply the "cache.h" part of "the_repository.pending" 2 years ago
rebase-interactive.h
rebase.c treewide: ensure one of the appropriate headers is sourced first 2 years ago
rebase.h
ref-filter.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
ref-filter.h Merge branch 'ds/ahead-behind' 2 years ago
reflog-walk.c alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
reflog-walk.h treewide: remove unnecessary cache.h includes 2 years ago
reflog.c cocci: apply the "object-store.h" part of "the_repository.pending" 2 years ago
reflog.h
refs.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
refs.h cocci: apply the "refs.h" part of "the_repository.pending" 2 years ago
refspec.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
refspec.h
remote-curl.c Merge branch 'jk/fix-proto-downgrade-to-v0' 2 years ago
remote.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
remote.h Merge branch 'sg/parse-options-h-users' 2 years ago
replace-object.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
replace-object.h replace-object.h: move read_replace_refs declaration from cache.h to here 2 years ago
repo-settings.c treewide: remove unnecessary cache.h includes in source files 2 years ago
repository.c treewide: always have a valid "index_state.repo" member 2 years ago
repository.h treewide: remove unnecessary git-compat-util.h includes in headers 2 years ago
rerere.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
rerere.h cocci: apply the "rerere.h" part of "the_repository.pending" 2 years ago
reset.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
reset.h
resolve-undo.c
resolve-undo.h
revision.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
revision.h Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
run-command.c run-command: mark error routine parameters as unused 2 years ago
run-command.h Merge branch 'rs/no-more-run-command-v' 2 years ago
scalar.c mark "argv" as unused when we check argc 2 years ago
send-pack.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
send-pack.h
sequencer.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
sequencer.h treewide: remove unnecessary cache.h includes 2 years ago
serve.c Merge branch 'jk/unused-post-2.39-part2' 2 years ago
serve.h
server-info.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
setup.c
sh-i18n--envsubst.c
sha1dc_git.c treewide: replace cache.h with more direct headers, where possible 2 years ago
sha1dc_git.h Makefile & test-tool: replace "DC_SHA1" variable with a "define" 2 years ago
shallow.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
shallow.h object.h: stop depending on cache.h; make cache.h depend on object.h 2 years ago
shared.mak Merge branch 'ab/gnumake-4.4-fix' 2 years ago
shell.c treewide: remove unnecessary cache.h includes in source files 2 years ago
shortlog.h shortlog: extract `shortlog_finish_setup()` 2 years ago
sideband.c
sideband.h
sigchain.c alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
sigchain.h
simple-ipc.h
sparse-index.c alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
sparse-index.h
split-index.c alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
split-index.h
stable-qsort.c
statinfo.h dir.h: refactor to no longer need to include cache.h 2 years ago
strbuf.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
strbuf.h post-cocci: adjust comments for recent repo_* migration 2 years ago
streaming.c streaming: inline call to read_object_file_extended() 2 years ago
streaming.h
string-list.c alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
string-list.h
strmap.c
strmap.h
strvec.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
strvec.h
sub-process.c treewide: ensure one of the appropriate headers is sourced first 2 years ago
sub-process.h treewide: remove unnecessary git-compat-util.h includes in headers 2 years ago
submodule-config.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
submodule-config.h hash.h: move some oid-related declarations from cache.h 2 years ago
submodule.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
submodule.h read-tree: add "--super-prefix" option, eliminate global 2 years ago
symlinks.c
tag.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
tag.h
tar.h
tempfile.c
tempfile.h
thread-utils.c treewide: remove unnecessary cache.h includes in source files 2 years ago
thread-utils.h
tmp-objdir.c
tmp-objdir.h replace and remove run_command_v_opt_cd_env() 2 years ago
trace.c trace.c, git.c: remove unnecessary parameter to trace_repo_setup() 2 years ago
trace.h Merge branch 'en/header-cleanup' 2 years ago
trace2.c treewide: remove unnecessary cache.h includes in source files 2 years ago
trace2.h trace2: add global counter mechanism 2 years ago
trailer.c alloc.h: move ALLOC_GROW() functions from cache.h 2 years ago
trailer.h
transport-helper.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
transport-internal.h clone: request the 'bundle-uri' command when available 2 years ago
transport.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
transport.h clone: request the 'bundle-uri' command when available 2 years ago
tree-diff.c
tree-walk.c cache.h: remove dependence on hex.h; make other files include it explicitly 2 years ago
tree-walk.h hash.h: move some oid-related declarations from cache.h 2 years ago
tree.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
tree.h
unicode-width.h unicode: update the width tables to Unicode 15 2 years ago
unimplemented.sh
unix-socket.c treewide: replace cache.h with more direct headers, where possible 2 years ago
unix-socket.h
unix-stream-server.c treewide: remove unnecessary cache.h includes in source files 2 years ago
unix-stream-server.h
unpack-trees.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
unpack-trees.h unpack-trees: add usage notices around df_conflict_entry 2 years ago
upload-pack.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
upload-pack.h
url.c treewide: replace cache.h with more direct headers, where possible 2 years ago
url.h
urlmatch.c treewide: replace cache.h with more direct headers, where possible 2 years ago
urlmatch.h
usage.c
userdiff.c Merge branch 'en/header-cleanup' 2 years ago
userdiff.h diff: teach diff to read algorithm from diff driver 2 years ago
utf8.c Sync with Git 2.31.6 2 years ago
utf8.h Sync with Git 2.31.6 2 years ago
varint.c
varint.h
version.c
version.h
versioncmp.c config API: add "string" version of *_value_multi(), fix segfaults 2 years ago
walker.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
walker.h
wildmatch.c Merge branch 'pw/wildmatch-fixes' 2 years ago
wildmatch.h wildmatch: hide internal return values 2 years ago
worktree.c Merge branch 'rj/avoid-switching-to-already-used-branch' 2 years ago
worktree.h Merge branch 'rj/avoid-switching-to-already-used-branch' 2 years ago
wrap-for-bin.sh
wrapper.c
write-or-die.c
ws.c Merge branch 'kn/attr-from-tree' 2 years ago
wt-status.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
wt-status.h
xdiff-interface.c Merge branch 'ab/remove-implicit-use-of-the-repository' 2 years ago
xdiff-interface.h treewide: remove unnecessary cache.h includes 2 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 and Documentation/CodingGuidelines).

Those wishing to help with error message, usage and informational message string translations (localization l10) should see po/README.md (a po file is a Portable Object file that holds the translations).

To subscribe to the list, send an email with just "subscribe git" in the body to majordomo@vger.kernel.org (not the Git list). 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