- Nov 21, 2018
-
-
Junio C Hamano authored
Signed-off-by:
Junio C Hamano <gitster@pobox.com>
-
Junio C Hamano authored
* sg/test-rebase-editor-fix: t3404-rebase-interactive: test abbreviated commands
-
Junio C Hamano authored
Build portability fix. * tb/char-may-be-unsigned: path.c: char is not (always) signed
-
Junio C Hamano authored
Code clean-up that results in a small bugfix. * jk/uploadpack-packobjectshook-fix: upload-pack: fix broken if/else chain in config callback
-
Junio C Hamano authored
Belated documentation update to adjust to a new world order that happened a yew years ago. * uk/merge-subtree-doc-update: howto/using-merge-subtree: mention --allow-unrelated-histories
-
Junio C Hamano authored
Code cleanup. * jc/cocci-preincr: fsck: s/++i > 1/i++/ cocci: simplify "if (++u > 1)" to "if (u++)"
-
Junio C Hamano authored
Doc updates. * ah/doc-updates: doc: fix formatting in git-update-ref doc: fix indentation of listing blocks in gitweb.conf.txt doc: fix descripion for 'git tag --format' doc: fix inappropriate monospace formatting doc: fix ASCII art tab spacing doc: clarify boundaries of 'git worktree list --porcelain'
-
Junio C Hamano authored
Docfix. * sg/doc-show-branch-typofix: doc: fix small typo in git show-branch
-
Junio C Hamano authored
Code clean-up. * tq/branch-style-fix: branch: trivial style fix
-
Junio C Hamano authored
Code clean-up. * tq/branch-create-wo-branch-get: builtin/branch.c: remove useless branch_get
-
Junio C Hamano authored
Code clean-up to serve as a BCP example. Further clean-up patches may want to follow soon. * sb/strbuf-h-update: strbuf.h: format according to coding guidelines
-
Junio C Hamano authored
Doc update to mark "git cherry" as a plumbing command. * du/cherry-is-plumbing: doc: move git-cherry to plumbing
-
Junio C Hamano authored
Doc update to mark "git get-tar-commit-id" as a plumbing command. * du/get-tar-commit-id-is-plumbing: doc: move git-get-tar-commit-id to plumbing
-
Junio C Hamano authored
Doc update. * mm/doc-no-dashed-git: doc: fix a typo and clarify a sentence
-
Junio C Hamano authored
Doc update. * du/rev-parse-is-plumbing: doc: move git-rev-parse from porcelain to plumbing
-
Junio C Hamano authored
Test fix. * ma/t7005-bash-workaround: t7005-editor: quote filename to fix whitespace-issue
-
Junio C Hamano authored
Doc update. * jc/how-to-document-api: CodingGuidelines: document the API in *.h files
-
Junio C Hamano authored
Typofixes. * mw/doc-typofixes: docs: typo: s/isimilar/similar/ docs: graph: remove unnecessary `graph_update()' call docs: typo: s/go/to/
-
Junio C Hamano authored
Code clean-up. * rs/sequencer-oidset-insert-avoids-dups: sequencer: use return value of oidset_insert()
-
Junio C Hamano authored
Doc update. * ma/mailing-list-address-in-git-help: git doc: direct bug reporters to mailing list archive
-
Junio C Hamano authored
Doc update. * nd/packobjectshook-doc-fix: config.txt: correct the note about uploadpack.packObjectsHook
-
Junio C Hamano authored
Test fix. * ma/t1400-undebug-test: t1400: drop debug `echo` to actually execute `test`
-
Junio C Hamano authored
Doc update. * ma/commit-graph-docs: Doc: refer to the "commit-graph file" with dash git-commit-graph.txt: refer to "*commit*-graph file" git-commit-graph.txt: typeset more in monospace git-commit-graph.txt: fix bullet lists
-
Junio C Hamano authored
Doc update. * dz/credential-doc-url-matching-rules: doc: clarify gitcredentials path component matching
-
Junio C Hamano authored
Comment fix. * jk/check-everything-connected-is-long-gone: receive-pack: update comment with check_everything_connected
-
Junio C Hamano authored
Doc updates. * fe/doc-updates: git-describe.1: clarify that "human readable" is also git-readable git-column.1: clarify initial description, provide examples git-archimport.1: specify what kind of Arch we're talking about
-
Junio C Hamano authored
Test update. Supersedes tz/t5551-with-curl-7.61.1 topic * tg/t5551-with-curl-7.61.1: t5551: compare sorted cookies files t5551: move setup code inside test_expect blocks
-
Junio C Hamano authored
Fix for typo in a sample code in comment. * tq/refs-internal-comment-fix: refs: docstring typo
-
Junio C Hamano authored
Test updates. * sg/split-index-test: t0090: disable GIT_TEST_SPLIT_INDEX for the test checking split index t1700-split-index: drop unnecessary 'grep'
-
Junio C Hamano authored
Doc fix. * bw/protocol-v2: config: document value 2 for protocol.version
-
Junio C Hamano authored
Code clean-up. * sb/string-list-remove-unused: string-list: remove unused function print_string_list
-
Junio C Hamano authored
Build tweak to help developers. * jk/dev-build-format-security: config.mak.dev: add -Wformat-security
-
Junio C Hamano authored
Test update. * sg/t3701-tighten-trace: t3701-add-interactive: tighten the check of trace output
-
Junio C Hamano authored
Code clean-up. * en/double-semicolon-fix: Remove superfluous trailing semicolons
-
Junio C Hamano authored
Code clean-up. * tb/void-check-attr: Make git_check_attr() a void function
-
Junio C Hamano authored
Docfix. * sg/doc-trace-appends: Documentation/git.txt: clarify that GIT_TRACE=/path appends
-
Junio C Hamano authored
Developer aid. * tg/conflict-marker-size: .gitattributes: add conflict-marker-size for relevant files
-
Junio C Hamano authored
Build tweak. * ts/doc-build-manpage-xsl-quietly: Documentation/Makefile: make manpage-base-url.xsl generation quieter
-
Junio C Hamano authored
A regression in Git 2.12 era made "git fsck" fall into an infinite loop while processing truncated loose objects. * jk/detect-truncated-zlib-input: cat-file: handle streaming failures consistently check_stream_sha1(): handle input underflow t1450: check large blob in trailing-garbage test
-
Junio C Hamano authored
Our test scripts can now take the '-V' option as a synonym for the '--verbose-log' option. * sg/test-verbose-log: test-lib: introduce the '-V' short option for '--verbose-log'
-