A fork of Git containing Microsoft-specific patches.
Перейти к файлу
Derrick Stolee 2864f7cbfd maintenance: care about gvfs.sharedCache config
For Scalar and VFS for Git, we use an alternate as a shared object
cache. We need to enable the maintenance builtin to work on that
shared object cache, especially in the background.

'scalar run <task>' would set GIT_OBJECT_DIRECTORY to handle this.

We set GIT_OBJECT_DIRECTORY based on the gvfs.sharedCache config,
but we also need the checks in pack_loose() to look at that object
directory instead of the current ODB's.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
2020-12-14 23:05:13 -05:00
.github Merge pull request #300 from dscho/vs-build-and-libiconv 2020-12-04 18:53:23 +01:00
Documentation Merge current ds/maintenance-part-4 into vfs-2.29.0 2020-12-14 21:06:08 -05:00
block-sha1
builtin maintenance: care about gvfs.sharedCache config 2020-12-14 23:05:13 -05:00
ci ci: do not skip tagged revisions in GitHub workflows 2020-10-08 11:58:41 -07:00
compat Merge pull request #300 from dscho/vs-build-and-libiconv 2020-12-04 18:53:23 +01:00
contrib Merge pull request #300 from dscho/vs-build-and-libiconv 2020-12-04 18:53:23 +01:00
ewah
git-gui Merge branch 'gitk-and-git-gui-patches' 2020-10-19 21:12:26 +02:00
gitk-git Merge branch 'gitk-and-git-gui-patches' 2020-10-19 21:12:26 +02:00
gitweb
mergetools Merge pull request #298 from dscho/fix-beyond-compare 2020-11-12 22:32:59 +01:00
negotiator negotiator/noop: add noop fetch negotiator 2020-08-18 13:25:05 -07:00
perl git-send-email: die if sendmail.* config is set 2020-07-23 18:00:34 -07:00
po Merge branch 'master' of github.com:Softcatala/git-po 2020-10-18 09:56:33 +08:00
ppc
refs Introduce helper to create symlinks that knows about index_state 2020-10-19 21:12:22 +02:00
sha1collisiondetection@855827c583
sha1dc
sha256
t Merge current ds/maintenance-part-4 into vfs-2.29.0 2020-12-14 21:06:08 -05:00
templates hooks--update.sample: use hash-agnostic zero OID 2020-09-23 09:31:45 -07:00
trace2 trace2:gvfs:experiment: increase default event depth for unpack-tree data 2020-10-19 15:27:03 -04:00
vcs-svn drop vcs-svn experiment 2020-08-13 11:02:15 -07:00
xdiff
.cirrus.yml
.clang-format
.editorconfig
.gitattributes gitattributes: mark .png files as binary 2020-10-19 21:12:23 +02:00
.gitignore Merge current ds/maintenance-part-4 into vfs-2.29.0 2020-12-14 21:06:08 -05:00
.gitmodules
.mailmap
.travis.yml
.tsan-suppressions
BRANCHES.md BRANCHES.md: Add explanation of branches and using forks 2020-10-19 15:24:07 -04:00
CODE_OF_CONDUCT.md Modify the Code of Conduct for Git for Windows 2020-10-19 21:12:25 +02:00
CONTRIBUTING.md CONTRIBUTING.md: add guide for first-time contributors 2020-10-19 21:12:25 +02:00
COPYING
GIT-VERSION-GEN gvfs: ensure that the version is based on a GVFS tag 2020-10-19 15:22:16 -04:00
INSTALL
LGPL-2.1
Makefile Merge current ds/maintenance-part-4 into vfs-2.29.0 2020-12-14 21:06:08 -05:00
README.md README.md: Add a Windows-specific preamble 2020-10-19 21:12:25 +02:00
RelNotes First batch post 2.28 2020-07-30 13:20:36 -07:00
SECURITY.md SECURITY.md: document Git for Windows' policies 2020-10-19 21:12:25 +02:00
abspath.c strbuf_realpath(): use platform-dependent API if available 2020-10-19 21:09:12 +02:00
aclocal.m4
add-interactive.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
add-interactive.h
add-patch.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
advice.c
advice.h
alias.c
alias.h
alloc.c
alloc.h
apply.c sparse-checkout: avoid writing entries with the skip-worktree bit 2020-10-19 15:23:50 -04:00
apply.h
archive-tar.c archive: avoid spawning `gzip` 2020-10-19 21:09:11 +02:00
archive-zip.c archive: read short blobs in archive.c::write_archive_entry() 2020-09-19 15:56:05 -07:00
archive.c archive: add --add-file 2020-09-19 15:56:06 -07:00
archive.h archive: add --add-file 2020-09-19 15:56:06 -07:00
attr.c
attr.h
banned.h
base85.c
bisect.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
bisect.h bisect: combine args passed to find_bisection() 2020-08-07 15:13:03 -07:00
blame.c Merge branch 'tb/bloom-improvements' 2020-09-29 14:01:20 -07:00
blame.h
blob.c
blob.h
bloom.c builtin/commit-graph.c: introduce '--max-new-filters=<n>' 2020-09-18 10:35:39 -07:00
bloom.h bloom: encode out-of-bounds filters as non-empty 2020-09-17 21:55:50 -07:00
branch.c wt-status: tolerate dangling marks 2020-09-02 14:39:25 -07:00
branch.h
builtin.h Merge current ds/maintenance-part-4 into vfs-2.29.0 2020-12-14 21:06:08 -05:00
bulk-checkin.c
bulk-checkin.h
bundle.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
bundle.h strvec: convert more callers away from argv_array name 2020-10-06 01:10:05 +02:00
cache-tree.c trace2:gvfs:experiment: add region to cache_tree_fully_valid() 2020-10-19 15:26:56 -04:00
cache-tree.h
cache.h sha1-file: create shared-cache directory if it doesn't exist 2020-10-19 15:27:59 -04:00
chdir-notify.c
chdir-notify.h
check-builtins.sh
check_bindir
checkout.c config: drop git_config_get_string_const() 2020-08-17 15:35:47 -07:00
checkout.h
color.c
color.h
column.c strvec: convert more callers away from argv_array name 2020-10-06 01:10:05 +02:00
column.h
combine-diff.c Merge branch 'jk/diff-cc-oidfind-fix' 2020-10-05 14:01:55 -07:00
command-list.txt fixup! for-each-repo: run subcommands on configured repos 2020-12-14 21:04:57 -05:00
commit-graph.c Merge branch 'tb/bloom-improvements' 2020-09-29 14:01:20 -07:00
commit-graph.h Merge branch 'tb/bloom-improvements' 2020-09-29 14:01:20 -07:00
commit-reach.c commit-reach: fix in_merge_bases_many bug 2020-10-02 10:26:31 -07:00
commit-reach.h
commit-slab-decl.h Merge branch 'sg/commit-graph-cleanups' into master 2020-07-30 13:20:30 -07:00
commit-slab-impl.h
commit-slab.h
commit.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
commit.h drop unused argc parameters 2020-09-30 12:53:47 -07:00
common-main.c
config.c sha1-file: create shared-cache directory if it doesn't exist 2020-10-19 15:27:59 -04:00
config.h Add virtual file system settings and hook proc 2020-10-19 15:24:24 -04:00
config.mak.dev repository: enable SHA-256 support by default 2020-07-30 09:16:49 -07:00
config.mak.in
config.mak.uname mingw: add a Makefile target to copy test artifacts 2020-10-19 21:12:24 +02:00
configure.ac
connect.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
connect.h
connected.c gvfs: allow "virtualizing" objects 2020-10-19 15:22:58 -04:00
connected.h
convert.c gvfs: ensure all filters and EOL conversions are blocked 2020-10-19 15:22:47 -04:00
convert.h
copy.c
credential.c credential: set trace2_child_class for credential manager children 2020-10-19 15:27:16 -04:00
credential.h
csum-file.c
csum-file.h
ctype.c
daemon.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
date.c
decorate.c
decorate.h
delta-islands.c
delta-islands.h
delta.h
detect-compiler
diff-delta.c
diff-lib.c Merge branch 'so/combine-diff-simplify' 2020-10-05 14:01:51 -07:00
diff-no-index.c
diff.c Merge jk/strvec into Git for Windows 2020-10-06 01:12:48 +02:00
diff.h Merge branch 'so/combine-diff-simplify' 2020-10-05 14:01:51 -07:00
diffcore-break.c
diffcore-delta.c
diffcore-order.c
diffcore-pickaxe.c
diffcore-rename.c diffcore-rename: speed up register_rename_src 2020-10-19 21:09:11 +02:00
diffcore.h
dir-iterator.c
dir-iterator.h
dir.c Add virtual file system settings and hook proc 2020-10-19 15:24:24 -04:00
dir.h dir: fix problematic API to avoid memory leaks 2020-08-18 17:17:31 -07:00
editor.c config: fix leaks from git_config_get_string_const() 2020-08-14 10:52:04 -07:00
entry.c Introduce helper to create symlinks that knows about index_state 2020-10-19 21:12:22 +02:00
environment.c sha1-file: create shared-cache directory if it doesn't exist 2020-10-19 15:27:59 -04:00
exec-cmd.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
exec-cmd.h argv-array: rename to strvec 2020-10-06 01:10:04 +02:00
fetch-negotiator.c negotiator/noop: add noop fetch negotiator 2020-08-18 13:25:05 -07:00
fetch-negotiator.h
fetch-pack.c fscache: fscache takes an initial size 2020-10-19 21:12:07 +02:00
fetch-pack.h Merge branch 'jt/lazy-fetch' 2020-09-03 12:37:04 -07:00
fmt-merge-msg.c fmt-merge-msg: allow merge destination to be omitted again 2020-07-30 12:43:10 -07:00
fmt-merge-msg.h
fsck.c
fsck.h
fsmonitor.c fsmonitor: check CE_FSMONITOR_VALID in ce_uptodate 2020-10-19 15:25:45 -04:00
fsmonitor.h
fuzz-commit-graph.c commit-graph: pass a 'struct repository *' in more places 2020-09-09 12:51:48 -07:00
fuzz-pack-headers.c
fuzz-pack-idx.c
generate-cmdlist.sh Fit to Plan 9's ANSI/POSIX compatibility layer 2020-09-09 22:31:31 -07:00
generate-configlist.sh
gettext.c
gettext.h
git-add--interactive.perl Allow `add -p` and `add -i` with a large number of files 2020-10-19 21:09:13 +02:00
git-archimport.perl
git-bisect.sh Merge branch 'mr/bisect-in-c-2' 2020-10-04 12:49:08 -07:00
git-compat-util.h Introduce helper to create symlinks that knows about index_state 2020-10-19 21:12:22 +02:00
git-cvsexportcommit.perl cvsexportcommit: do not run git programs in dashed form 2020-08-26 14:49:52 -07:00
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 mergetool: avoid letting `list_tool_variants` break user-defined setups 2020-11-11 16:12:27 +01:00
git-mergetool.sh
git-p4.py git-p4: use HEAD~$n to find parent commit for unshelve 2020-09-19 13:44:55 -07:00
git-parse-remote.sh
git-quiltimport.sh
git-rebase--preserve-merges.sh rebase: remove unused function reschedule_last_action 2020-08-12 12:25:42 -07:00
git-request-pull.sh
git-send-email.perl git-send-email: die if sendmail.* config is set 2020-07-23 18:00:34 -07:00
git-sh-i18n.sh
git-sh-setup.sh mingw: only use Bash-ism `builtin pwd -W` when available 2020-10-19 21:12:23 +02:00
git-submodule.sh Merge branch 'td/submodule-update-quiet' 2020-10-05 14:01:53 -07:00
git-svn.perl
git-web--browse.sh
git.c Merge current ds/maintenance-part-4 into vfs-2.29.0 2020-12-14 21:06:08 -05:00
git.rc
gpg-interface.c Unbreak interactive GPG prompt upon signing 2020-10-19 21:12:20 +02:00
gpg-interface.h
graph.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
graph.h
grep.c comment: fix spelling mistakes inside comments 2020-07-29 11:39:40 -07:00
grep.h
gvfs-helper-client.c gvfs-helper: add prefetch support 2020-10-19 15:28:37 -04:00
gvfs-helper-client.h gvfs-helper: add prefetch support 2020-10-19 15:28:37 -04:00
gvfs-helper.c gvfs-helper: verify loose objects after write 2020-10-19 15:45:08 -04:00
gvfs.c gvfs: allow overriding core.gvfs 2020-10-19 15:24:05 -04:00
gvfs.h fetch: use gvfs-helper prefetch under config 2020-10-19 15:28:45 -04:00
hash.h
hashmap.c
hashmap.h hashmap_for_each_entry(): workaround MSVC's runtime check failure #3 2020-09-30 13:26:54 -07:00
help.c vfs: disable `git update-git-for-windows` 2020-10-19 15:24:09 -04:00
help.h help: do not expect built-in commands to be hardlinked 2020-10-07 15:25:10 -07:00
hex.c
http-backend.c mingw: ensure that core.longPaths is handled *always* 2020-10-19 21:12:20 +02:00
http-fetch.c http-fetch: set up git directory before parsing pack hashes 2020-07-30 09:16:48 -07:00
http-push.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
http-walker.c
http.c http: use new "best effort" strategy for Secure Channel revoke checking 2020-10-19 21:09:13 +02:00
http.h
ident.c Merge branch 'pw/rebase-i-more-options' 2020-09-03 12:37:01 -07:00
imap-send.c strvec: convert more callers away from argv_array name 2020-10-06 01:10:05 +02:00
iterator.h
json-writer.c
json-writer.h
khash.h
kwset.c
kwset.h
levenshtein.c
levenshtein.h
line-log.c strvec: convert more callers away from argv_array name 2020-10-06 01:10:05 +02:00
line-log.h
line-range.c
line-range.h
linear-assignment.c
linear-assignment.h
list-objects-filter-options.c strvec: rename files from argv-array to strvec 2020-10-06 01:10:04 +02:00
list-objects-filter-options.h list_objects_filter_options: introduce 'list_object_filter_config_name' 2020-08-03 18:03:24 -07:00
list-objects-filter.c
list-objects-filter.h
list-objects.c
list-objects.h
list.h
ll-merge.c
ll-merge.h
lockfile.c lockfile.c: use is_dir_sep() instead of hardcoded '/' checks 2020-10-19 21:12:21 +02:00
lockfile.h
log-tree.c Merge branch 'so/combine-diff-simplify' 2020-10-05 14:01:51 -07:00
log-tree.h
ls-refs.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
ls-refs.h argv-array: rename to strvec 2020-10-06 01:10:04 +02:00
mailinfo.c
mailinfo.h
mailmap.c
mailmap.h
match-trees.c
mem-pool.c mem_pool: add GIT_TRACE_MEMPOOL support 2020-10-19 21:12:07 +02:00
mem-pool.h mem-pool: use consistent pool variable name 2020-10-06 00:33:18 +02:00
merge-blobs.c
merge-blobs.h
merge-recursive.c merge-recursive: teach was_dirty() about the virtualfilesystem 2020-10-19 15:25:39 -04:00
merge-recursive.h merge-recursive: fix unclear and outright wrong comments 2020-08-02 11:03:57 -07:00
merge.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
mergesort.c
mergesort.h
midx.c Merge current ds/maintenance-part-4 into vfs-2.29.0 2020-12-14 21:06:08 -05:00
midx.h
name-hash.c
notes-cache.c
notes-cache.h
notes-merge.c
notes-merge.h
notes-utils.c
notes-utils.h
notes.c
notes.h
object-store.h sha1-file: add function to update existing loose object cache 2020-10-19 15:27:22 -04:00
object.c
object.h maintenance: add auto condition for commit-graph task 2020-09-17 11:30:05 -07:00
oid-array.c
oid-array.h
oidmap.c
oidmap.h
oidset.c blame: validate and peel the object names on the ignore list 2020-09-24 22:20:58 -07:00
oidset.h blame: validate and peel the object names on the ignore list 2020-09-24 22:20:58 -07:00
pack-bitmap-write.c pack-bitmap-write: use hashwrite_be32() in write_hash_cache() 2020-09-06 13:40:41 -07:00
pack-bitmap.c
pack-bitmap.h
pack-check.c
pack-objects.c
pack-objects.h
pack-revindex.c
pack-revindex.h
pack-write.c pack-write: use hashwrite_be32() in write_idx_file() 2020-09-19 12:15:36 -07:00
pack.h
packfile.c packfile: add install_packed_git_and_mru() 2020-10-19 15:27:32 -04:00
packfile.h packfile: add install_packed_git_and_mru() 2020-10-19 15:27:32 -04:00
pager.c strvec: convert remaining callers away from argv_array name 2020-10-06 01:10:05 +02:00
parse-options-cb.c strvec: convert remaining callers away from argv_array name 2020-10-06 01:10:05 +02:00
parse-options.c parse-options: add --git-completion-helper-all 2020-08-19 17:46:17 -07:00
parse-options.h messages: avoid SHA-1 in end-user facing messages 2020-08-14 09:33:37 -07:00
patch-delta.c
patch-ids.c
patch-ids.h
path.c Merge branch 'dont-clean-junctions' 2020-10-19 21:09:20 +02:00
path.h sequencer: treat REVERT_HEAD as a pseudo ref 2020-08-21 11:20:11 -07:00
pathspec.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
pathspec.h
pkt-line.c status: add status serialization mechanism 2020-10-19 15:25:11 -04:00
pkt-line.h status: add status serialization mechanism 2020-10-19 15:25:11 -04:00
preload-index.c fscache: update fscache to be thread specific instead of global 2020-10-19 21:12:07 +02:00
pretty.c pretty: refactor `format_sanitized_subject()` 2020-08-28 13:52:51 -07:00
pretty.h pretty: refactor `format_sanitized_subject()` 2020-08-28 13:52:51 -07:00
prio-queue.c
prio-queue.h
progress.c Merge branch 'ma/stop-progress-null-fix' 2020-08-17 17:02:48 -07:00
progress.h
promisor-remote.c gvfs-helper: create tool to fetch objects using the GVFS Protocol 2020-10-19 15:27:39 -04:00
promisor-remote.h promisor-remote: remove unused variable 2020-09-21 22:32:49 -07:00
prompt.c git add -i: handle CR/LF line endings in the interactive input 2020-10-19 21:09:13 +02:00
prompt.h
protocol.c protocol: re-enable v2 protocol by default 2020-09-25 11:40:42 -07:00
protocol.h
prune-packed.c
prune-packed.h
quote.c Merge jk/strvec into Git for Windows 2020-10-06 01:12:48 +02:00
quote.h Merge jk/strvec into Git for Windows 2020-10-06 01:12:48 +02:00
range-diff.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
range-diff.h strvec: convert remaining callers away from argv_array name 2020-10-06 01:10:05 +02:00
reachable.c
reachable.h
read-cache.c trace2:gvfs:experiment: read-cache: time read/write of cache-tree extension 2020-10-19 15:26:48 -04:00
rebase-interactive.c
rebase-interactive.h
rebase.c
rebase.h
ref-filter.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
ref-filter.h ref-filter: make internal reachable-filter API more precise 2020-09-18 15:41:55 -07:00
reflog-walk.c
reflog-walk.h
refs.c mingw: ensure that core.longPaths is handled *always* 2020-10-19 21:12:20 +02:00
refs.h argv-array: rename to strvec 2020-10-06 01:10:04 +02:00
refspec.c strvec: fix indentation in renamed calls 2020-10-06 01:10:05 +02:00
refspec.h argv-array: rename to strvec 2020-10-06 01:10:04 +02:00
remote-curl.c remote-curl: do not call fetch-pack when using gvfs-helper 2020-10-19 15:28:50 -04:00
remote.c Trace2:gvfs:experiment: capture more 'tracking' details 2020-10-19 15:27:07 -04:00
remote.h argv-array: rename to strvec 2020-10-06 01:10:04 +02:00
replace-object.c
replace-object.h
repo-settings.c Merge current ds/maintenance-part-4 into vfs-2.29.0 2020-12-14 21:06:08 -05:00
repository.c repository: enable SHA-256 support by default 2020-07-30 09:16:49 -07:00
repository.h Merge current ds/maintenance-part-4 into vfs-2.29.0 2020-12-14 21:06:08 -05:00
rerere.c
rerere.h
reset.c
reset.h
resolve-undo.c
resolve-undo.h
revision.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
revision.h revision: add separate field for "-m" of "diff-index -m" 2020-08-31 13:42:58 -07:00
run-command.c Merge current ds/maintenance-part-4 into vfs-2.29.0 2020-12-14 21:06:08 -05:00
run-command.h Add a new run_hook_strvec() function 2020-10-19 15:22:50 -04:00
send-pack.c send-pack: do not check for sha1 file when GVFS_MISSING_OK set 2020-10-19 15:23:59 -04:00
send-pack.h
sequencer.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
sequencer.h Merge branch 'pw/rebase-i-more-options' 2020-09-03 12:37:01 -07:00
serve.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
serve.h argv-array: rename to strvec 2020-10-06 01:10:04 +02:00
server-info.c
setup.c Merge branch 'bc/sha-256-part-3' 2020-08-11 18:04:11 -07:00
sh-i18n--envsubst.c
sha1-file.c sha1-file: create shared-cache directory if it doesn't exist 2020-10-19 15:27:59 -04:00
sha1-lookup.c
sha1-lookup.h
sha1-name.c wt-status: tolerate dangling marks 2020-09-02 14:39:25 -07:00
sha1dc_git.c
sha1dc_git.h
shallow.c Merge branch 'sg/commit-graph-cleanups' into master 2020-07-30 13:20:30 -07:00
shallow.h
shell.c
shortlog.h shortlog: allow multiple groups to be specified 2020-09-27 12:21:05 -07:00
sideband.c sideband: mark "remote error:" prefix for translation 2020-08-07 12:01:57 -07:00
sideband.h
sigchain.c
sigchain.h
split-index.c mem-pool: use more standard initialization and finalization 2020-10-06 00:33:17 +02:00
split-index.h
stable-qsort.c
strbuf.c strbuf_readlink: support link targets that exceed PATH_MAX 2020-10-19 21:12:20 +02:00
strbuf.h
streaming.c
streaming.h
string-list.c
string-list.h
strvec.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
strvec.h strvec: rename struct fields 2020-10-06 01:10:05 +02:00
sub-process.c sub-process: add subprocess_start_argv() 2020-10-19 15:27:19 -04:00
sub-process.h sub-process: add subprocess_start_argv() 2020-10-19 15:27:19 -04:00
submodule-config.c fetch: avoid reading submodule config until needed 2020-08-18 13:25:05 -07:00
submodule-config.h
submodule.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
submodule.h argv-array: rename to strvec 2020-10-06 01:10:04 +02:00
symlinks.c
tag.c
tag.h
tar.h
tempfile.c
tempfile.h
thread-utils.c
thread-utils.h
tmp-objdir.c strvec: rename struct fields 2020-10-06 01:10:05 +02:00
tmp-objdir.h
trace.c
trace.h
trace2.c
trace2.h
trailer.c Merge branch 'jk/shortlog-group-by-trailer' 2020-10-04 12:49:14 -07:00
trailer.h trailer: add interface for iterating over commit trailers 2020-09-27 12:21:05 -07:00
transport-helper.c Always auto-gc after calling a fast-import transport 2020-10-19 21:09:10 +02:00
transport-internal.h strvec: convert remaining callers away from argv_array name 2020-10-06 01:10:05 +02:00
transport.c strvec: convert remaining callers away from argv_array name 2020-10-06 01:10:05 +02:00
transport.h strvec: convert remaining callers away from argv_array name 2020-10-06 01:10:05 +02:00
tree-diff.c bloom/diff: properly short-circuit on max_changes 2020-09-17 09:31:25 -07:00
tree-walk.c
tree-walk.h
tree.c
tree.h
unicode-width.h
unimplemented.sh
unix-socket.c
unix-socket.h
unpack-trees.c trace2:gvfs:experiment: add data for check_updates() in unpack_trees() 2020-10-19 15:27:05 -04:00
unpack-trees.h strvec: convert remaining callers away from argv_array name 2020-10-06 01:10:05 +02:00
upload-pack.c upload-pack: fix race condition in error messages 2020-10-19 15:29:24 -04:00
upload-pack.h argv-array: rename to strvec 2020-10-06 01:10:04 +02:00
url.c
url.h
urlmatch.c
urlmatch.h
usage.c
userdiff.c userdiff: improve Fortran xfuncname regex 2020-08-13 11:21:18 -07:00
userdiff.h
utf8.c
utf8.h
varint.c
varint.h
version.c
version.h
versioncmp.c
virtualfilesystem.c trace2:gvfs:experiment: add region to apply_virtualfilesystem() 2020-10-19 15:26:52 -04:00
virtualfilesystem.h Add virtual file system settings and hook proc 2020-10-19 15:24:24 -04:00
walker.c
walker.h
wildmatch.c
wildmatch.h
worktree.c Merge branch 'ma/worktree-cleanups' 2020-10-05 14:01:52 -07:00
worktree.h Merge branch 'ma/worktree-cleanups' 2020-10-05 14:01:52 -07:00
wrap-for-bin.sh
wrapper.c xrealloc: do not reuse pointer freed by zero-length realloc() 2020-09-02 12:18:14 -07:00
write-or-die.c
ws.c
wt-status-deserialize.c gvfs:trace2:data: status deserialization information 2020-10-19 15:26:31 -04:00
wt-status-serialize.c gvfs:trace2:data: status serialization 2020-10-19 15:26:35 -04:00
wt-status.c status: serialize to path 2020-10-19 15:25:18 -04:00
wt-status.h gvfs:trace2:data: status deserialization information 2020-10-19 15:26:31 -04:00
xdiff-interface.c
xdiff-interface.h
zlib.c

README.md

Git for Windows

Build status Join the chat at https://gitter.im/git-for-windows/git

This is Git for Windows, the Windows port of Git.

The Git for Windows project is run using a governance model. If you encounter problems, you can report them as GitHub issues, discuss them on Git for Windows' Google Group, and contribute bug fixes.

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 core 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. The core git mailing list is plain text (no HTML!).

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