summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
AgeCommit message (Expand)Author
2021-02-18git.txt: fix monospace renderingMartin Ågren
2021-01-25Merge branch 'ps/config-env-pairs'Junio C Hamano
2021-01-12config: add new way to pass config via `--config-env`Patrick Steinhardt
2020-12-22git.txt: fix typos in 'linkgit' macro invocationPhilippe Blain
2020-09-09refs: add GIT_TRACE_REFS debugging mechanismHan-Wen Nienhuys
2020-09-03Merge branch 'pb/doc-external-diff-env'Junio C Hamano
2020-09-01git.txt: correct stale 'GIT_EXTERNAL_DIFF' descriptionPhilippe Blain
2020-08-31doc: mention GIT_SEQUENCE_EDITOR and 'sequence.editor' morePhilippe Blain
2020-08-24Merge branch 'ma/doc-sha-256-is-experimental'Junio C Hamano
2020-08-17Documentation: mark `--object-format=sha256` as experimentalMartin Ågren
2020-08-05git.txt: add list of guidesPhilippe Blain
2020-06-22Merge branch 'jt/redact-all-cookies'Junio C Hamano
2020-06-09Merge branch 'jt/curl-verbose-on-trace-curl'Junio C Hamano
2020-06-05http: redact all cookies, teach GIT_TRACE_REDACT=0Jonathan Tan
2020-05-27Documentation: correct hash environment variableToon Claes
2020-05-11http, imap-send: stop using CURLOPT_VERBOSEJonathan Tan
2020-02-24builtin/init-db: add environment variable for new repo hashbrian m. carlson
2020-02-12Merge branch 'hw/doc-git-dir'Junio C Hamano
2020-01-30git: update documentation for --git-dirHeba Waly
2020-01-22doc: move author and committer information to git-commit(1)brian m. carlson
2019-12-10Merge branch 'ds/commit-graph-delay-gen-progress'Junio C Hamano
2019-12-06Merge branch 'jk/lore-is-the-archive'Junio C Hamano
2019-11-30doc: recommend lore.kernel.org over public-inbox.orgJeff King
2019-11-27progress: create GIT_PROGRESS_DELAYDerrick Stolee
2019-11-07Documentation: fix a bunch of typos, both old and newElijah Newren
2019-07-11Merge branch 'sg/git-C-empty-doc'Junio C Hamano
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-07-01Document that 'git -C ""' works and doesn't change directorySZEDER Gábor
2019-06-17Merge branch 'po/git-help-on-git-itself'Junio C Hamano
2019-05-28trace2: document the supported values of GIT_TRACE2* env variablesSZEDER Gábor
2019-05-28trace2: rename environment variables to GIT_TRACE2*SZEDER Gábor
2019-05-16Doc: git.txt: remove backticks from link and add git-scm.com/docsPhilip Oakley
2019-05-13trace2: add variable description to git.txtDerrick Stolee
2019-05-07checkout: split part of it to new command 'restore'Nguyễn Thái Ngọc Duy
2019-03-07git.txt: remove empty line before list continuationMartin Ågren
2018-10-30Merge branch 'ah/doc-updates'Junio C Hamano
2018-10-23doc: fix inappropriate monospace formattingAndreas Heiduk
2018-10-16Merge branch 'ma/mailing-list-address-in-git-help'Junio C Hamano
2018-09-29git doc: direct bug reporters to mailing list archiveJonathan Nieder
2018-09-20Doc: use `--type=bool` instead of `--bool`Martin Ågren
2018-09-04Documentation/git.txt: clarify that GIT_TRACE=/path appendsSZEDER Gábor
2018-06-01Merge branch 'nd/command-list'Junio C Hamano
2018-05-21completion: allow to customize the completable command listNguyễn Thái Ngọc Duy
2018-05-21completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy
2018-05-21completion: add and use --list-cmds=nohelpersNguyễn Thái Ngọc Duy
2018-05-21git: support --list-cmds=list-<category>Nguyễn Thái Ngọc Duy
2018-05-21completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy
2018-05-21git.c: convert --list-* to --list-cmds=*Nguyễn Thái Ngọc Duy
2018-05-04git: add -P as a short option for --no-pagerJohannes Sixt
2018-03-15Merge branch 'ab/man-sec-list'Junio C Hamano