summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
AgeCommit message (Expand)Author
2024-04-19Sync with 2.42.2Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-19Sync with 2.39.4Johannes Schindelin
2024-04-17docs: document security issues around untrusted .git dirsJeff King
2024-02-08Merge branch 'jc/doc-most-refs-are-not-that-special' into maint-2.43Junio C Hamano
2024-02-08Merge branch 'cp/git-flush-is-an-env-bool' into maint-2.43Junio C Hamano
2024-02-08Merge branch 'js/update-urls-in-doc-and-comment' into maint-2.43Junio C Hamano
2024-01-04write-or-die: make GIT_FLUSH a Boolean environment variableChandra Pratap
2023-12-15git.txt: HEAD is not that specialJunio C Hamano
2023-11-26commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by defaultPatrick Steinhardt
2023-11-26doc: update links to current pagesJosh Soref
2023-11-08Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'Junio C Hamano
2023-11-01commit-graph: introduce envvar to disable commit existence checksPatrick Steinhardt
2023-10-05doc: fix some typos, grammar and wording issuesŠtěpán Němec
2023-07-31doc: sha256 is no longer experimentalAdam Majer
2023-05-17Merge branch 'jc/attr-source-tree'Junio C Hamano
2023-05-15Merge branch 'jc/doc-clarify-git-default-hash-variable'Junio C Hamano
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai
2023-04-26doc: GIT_DEFAULT_HASH is and will be ignored during "clone"Junio C Hamano
2023-01-30Merge branch 'ar/markup-em-dash'Junio C Hamano
2023-01-23Documentation: render dash correctlyAndrei Rybak
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason
2022-10-27Merge branch 'jc/environ-docs' into maint-2.38Junio C Hamano
2022-10-10Merge branch 'jc/environ-docs'Junio C Hamano
2022-09-21Documentation: clean up a few misspelled word typosJacob Stopak
2022-09-16environ: GIT_INDEX_VERSION affects not just a new repositoryJunio C Hamano
2022-09-16environ: simplify description of GIT_INDEX_FILEJunio C Hamano
2022-09-15environ: GIT_FLUSH should be made a usual BooleanJunio C Hamano
2022-09-15environ: explain Boolean environment variablesJunio C Hamano
2022-09-15environ: document GIT_SSL_NO_VERIFYJunio C Hamano
2022-08-14Merge branch 'ab/tech-docs-to-help'Junio C Hamano
2022-08-04git docs: add a category for file formats, protocols and interfacesÆvar Arnfjörð Bjarmason
2022-08-04git docs: add a category for user-facing file, repo and command UXÆvar Arnfjörð Bjarmason
2022-07-19git.txt: remove redundant languageDerrick Stolee
2022-03-31cli: add -v and -h shorthandsGarrit Franke
2021-12-10Merge branch 'if/redact-packfile-uri'Junio C Hamano
2021-11-11fetch-pack: redact packfile urls in tracesIvan Frade
2021-10-29Merge branch 'ma/doc-git-version'Junio C Hamano
2021-10-25git.txt: fix typoMartin Ågren
2021-09-27refs: turn on GIT_REF_PARANOIA by defaultJeff King
2021-09-23Merge branch 'ma/doc-git-version'Junio C Hamano
2021-09-14documentation: add documentation for 'git version'Matthias Aßhauer
2021-09-10docs/git: discuss server-side config for GIT_PROTOCOLJeff King
2021-05-07Merge branch 'ps/config-global-override'Junio C Hamano
2021-05-07Merge branch 'ps/config-env-option-with-separate-value'Junio C Hamano
2021-04-30git.txt: fix synopsis of `--config-env` missing the equals signPatrick Steinhardt
2021-04-19config: allow overriding of global and system configurationPatrick Steinhardt
2021-02-18git.txt: fix monospace renderingMartin Ågren
2021-01-25Merge branch 'ps/config-env-pairs'Junio C Hamano