summaryrefslogtreecommitdiffstats
path: root/Documentation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/doc-use-docbook-5'Junio C Hamano2019-11-041-1/+2
|\
| * manpage-bold-literal.xsl: match for namespaced "d:literal" in templateMartin Ågren2019-11-021-1/+2
* | RelNotes/2.24.0: fix self-contradictory noteElijah Newren2019-11-021-4/+3
* | RelNotes/2.24.0: typofixElijah Newren2019-11-021-1/+1
* | Git 2.24-rc2v2.24.0-rc2Junio C Hamano2019-10-301-0/+2
* | Eleventh batchJunio C Hamano2019-10-231-0/+10
* | Merge branch 'bc/smart-http-atomic-push'Junio C Hamano2019-10-231-0/+5
|\ \
| * | remote-curl: pass on atomic capability to remote sidebrian m. carlson2019-10-171-0/+5
* | | Git 2.24-rc0v2.24.0-rc0Junio C Hamano2019-10-181-0/+17
* | | Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano2019-10-182-2/+3
|\ \ \
| * | | format-patch: create leading components of output directoryBert Wesarg2019-10-122-2/+3
* | | | Merge branch 'js/doc-stash-save'Junio C Hamano2019-10-181-2/+3
|\ \ \ \
| * | | | doc(stash): clarify the description of `save`Johannes Schindelin2019-10-111-2/+3
| | |/ / | |/| |
* | | | Ninth batchJunio C Hamano2019-10-151-0/+33
* | | | Merge branch 'js/trace2-cap-max-output-files'Junio C Hamano2019-10-153-8/+33
|\ \ \ \
| * | | | trace2: write discard message to sentinel filesJosh Steadmon2019-10-051-2/+14
| * | | | trace2: discard new traces if target directory has too many filesJosh Steadmon2019-10-051-0/+6
| * | | | docs: clarify trace2 version invariantsJosh Steadmon2019-10-041-1/+7
| * | | | docs: mention trace2 target-dir mode in git-configJosh Steadmon2019-10-042-5/+6
* | | | | Merge branch 'en/fast-imexport-nested-tags'Junio C Hamano2019-10-152-4/+36
|\ \ \ \ \
| * | | | | fast-export: allow user to request tags be marked with --mark-tagsElijah Newren2019-10-041-4/+13
| * | | | | fast-import: add support for new 'alias' commandElijah Newren2019-10-041-0/+22
| * | | | | fast-import: allow tags to be identified by mark labelsElijah Newren2019-10-041-0/+1
* | | | | | Merge branch 'js/fetch-jobs'Junio C Hamano2019-10-152-4/+19
|\ \ \ \ \ \
| * | | | | | fetch: let --jobs=<n> parallelize --multiple, tooJohannes Schindelin2019-10-062-4/+19
* | | | | | | Eighth batchJunio C Hamano2019-10-111-0/+30
* | | | | | | Merge branch 'dl/rev-list-doc-cleanup'Junio C Hamano2019-10-111-53/+1
|\ \ \ \ \ \ \
| * | | | | | | git-rev-list.txt: prune options in synopsisDenton Liu2019-10-061-53/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'ab/pcre-jit-fixes'Junio C Hamano2019-10-111-0/+17
|\ \ \ \ \ \ \
| * | | | | | | grep: make the behavior for NUL-byte in patterns saneÆvar Arnfjörð Bjarmason2019-07-011-0/+17
* | | | | | | | Merge branch 'en/clean-nested-with-ignored'Junio C Hamano2019-10-111-7/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | clean: avoid removing untracked files in a nested git repositoryElijah Newren2019-09-171-3/+3
| * | | | | | | | clean: disambiguate the definition of -dElijah Newren2019-09-171-4/+6
| * | | | | | | | git-clean.txt: do not claim we will delete files with -n/--dry-runElijah Newren2019-09-171-1/+1
* | | | | | | | | Seventh batchJunio C Hamano2019-10-091-0/+20
* | | | | | | | | Merge branch 'py/git-gui-has-maintainer'Junio C Hamano2019-10-091-8/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation: update the location of the git-gui repoPratyush Yadav2019-10-061-8/+2
* | | | | | | | | | Sixth batchJunio C Hamano2019-10-071-0/+61
* | | | | | | | | | Merge branch 'ps/my-first-contribution-alphasort'Junio C Hamano2019-10-071-5/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | doc: MyFirstContribution: fix cmd placement instructionsPedro Sousa2019-09-281-5/+5
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ah/doc-submodule-ignore-submodules'Junio C Hamano2019-10-071-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | doc: fix reference to --ignore-submodulesAlex Henrie2019-09-181-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'js/doc-patch-text'Junio C Hamano2019-10-071-14/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | diff, log doc: small grammer, format, and language fixesJohannes Sixt2019-09-171-6/+6
| * | | | | | | | | | diff, log doc: say "patch text" instead of "patches"Johannes Sixt2019-09-171-8/+12
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'gs/commit-graph-progress'Junio C Hamano2019-10-071-2/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | commit-graph: add --[no-]progress to write and verifyGarima Singh2019-09-181-2/+5
* | | | | | | | | | | Merge branch 'dl/submodule-set-branch'Junio C Hamano2019-10-071-1/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git-submodule.txt: fix AsciiDoc formatting errorDenton Liu2019-09-161-1/+2
* | | | | | | | | | | | Merge branch 'cs/pretty-formats-doc-typofix'Junio C Hamano2019-10-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \