- Dec 20, 2013
-
- Dec 17, 2013
-
-
Junio C Hamano authored
* maint: Git 1.8.5.2 cmd_repack(): remove redundant local variable "nr_packs"
-
Junio C Hamano authored
Signed-off-by:
Junio C Hamano <gitster@pobox.com>
-
Junio C Hamano authored
Allow gitweb to be configured to show refs out of refs/heads/ as if they were branches. * kn/gitweb-extra-branch-refs: gitweb: Denote non-heads, non-remotes branches gitweb: Add a feature for adding more branch refs gitweb: Return 1 on validation success instead of passed input gitweb: Move check-ref-format code into separate function
-
Junio C Hamano authored
Be more careful when parsing remote repository URL given in the scp-style host:path notation. * tb/clone-ssh-with-colon-for-port: git_connect(): use common return point connect.c: refactor url parsing git_connect(): refactor the port handling for ssh git fetch: support host:/~repo t5500: add test cases for diag-url git fetch-pack: add --diag-url git_connect: factor out discovery of the protocol and its parts git_connect: remove artificial limit of a remote command t5601: add tests for ssh t5601: remove clear_ssh, refactor setup_ssh_wrapper
-
Junio C Hamano authored
"git fetch --depth=0" was a no-op, and was silently ignored. Diagnose it as an error. * nd/transport-positive-depth-only: clone,fetch: catch non positive --depth option value
-
Junio C Hamano authored
Remove a few duplicate implementations of prefix/suffix comparison functions, and rename them to starts_with and ends_with. * cc/starts-n-ends-with: replace {pre,suf}fixcmp() with {starts,ends}_with() strbuf: introduce starts_with() and ends_with() builtin/remote: remove postfixcmp() and use suffixcmp() instead environment: normalize use of prefixcmp() by removing " != 0"
-
Junio C Hamano authored
"git commit -v" appends the patch to the log message before editing, and then removes the patch when the editor returned control. However, the patch was not stripped correctly when the first modified path was a submodule. * jl/commit-v-strip-marker: commit -v: strip diffs and submodule shortlogs from the commit message
-
Junio C Hamano authored
SSL-related options were not passed correctly to underlying socket layer in "git send-email". * tr/send-email-ssl: send-email: set SSL options through IO::Socket::SSL::set_client_defaults send-email: --smtp-ssl-cert-path takes an argument send-email: pass Debug to Net::SMTP::SSL::new
-
Junio C Hamano authored
* nd/gettext-vsnprintf: gettext.c: detect the vsnprintf bug at runtime
-
Junio C Hamano authored
* mm/mv-file-to-no-such-dir-with-slash: mv: let 'git mv file no-such-dir/' error out
-
Junio C Hamano authored
* nd/remove-opt-boolean: parse-options: remove OPT_BOOLEAN
-
Junio C Hamano authored
* bc/doc-merge-no-op-revert: Documentation: document pitfalls with 3-way merge
-
Junio C Hamano authored
* fc/trivial: remote: fix status with branch...rebase=preserve fetch: add missing documentation t: trivial whitespace cleanups abspath: trivial style fix
-
Junio C Hamano authored
Test fix. * jk/t5000-gzip-simplify: t5000: simplify gzip prerequisite checks
-
Junio C Hamano authored
* kb/doc-exclude-directory-semantics: gitignore.txt: clarify recursive nature of excluded directories
-
Junio C Hamano authored
Signed-off-by:
Junio C Hamano <gitster@pobox.com>
-
Junio C Hamano authored
* rs/doc-submitting-patches: SubmittingPatches: document how to handle multiple patches
-
Junio C Hamano authored
* tr/doc-git-cherry: Documentation: revamp git-cherry(1)
-
Junio C Hamano authored
* nd/glossary-content-pathspec-markup: glossary-content.txt: fix documentation of "**" patterns
-
Junio C Hamano authored
* jj/doc-markup-gitcli: Documentation/gitcli.txt: fix double quotes
-
Junio C Hamano authored
* jj/doc-markup-hints-in-coding-guidelines: State correct usage of literal examples in man pages in the coding standards
-
Junio C Hamano authored
* jj/log-doc: Documentation/git-log.txt: mark-up fix and minor rephasing Documentation/git-log: update "--log-size" description
-
Junio C Hamano authored
* jj/rev-list-options-doc: Documentation/rev-list-options.txt: fix some grammatical issues and typos Documentation/rev-list-options.txt: fix mark-up
-
Junio C Hamano authored
* tb/doc-fetch-pack-url: git-fetch-pack uses URLs like git-fetch
-
Junio C Hamano authored
* mi/typofixes: contrib: typofixes Documentation/technical/http-protocol.txt: typofixes typofixes: fix misspelt comments
-
Junio C Hamano authored
Two processes creating loose objects at the same time could have failed unnecessarily when the name of their new objects started with the same byte value, due to a race condition. * jh/loose-object-dirs-creation-race: sha1_file.c:create_tmpfile(): Fix race when creating loose object dirs
-
Junio C Hamano authored
"git am --abort" sometimes complained about not being able to write a tree with an 0{40} object in it. * jk/two-way-merge-corner-case-fix: t1005: add test for "read-tree --reset -u A B" t1005: reindent unpack-trees: fix "read-tree -u --reset A B" with conflicted index
-
Junio C Hamano authored
"git cat-file --batch-check=ok" did not check the existence of the named object. * sb/sha1-loose-object-info-check-existence: sha1_loose_object_info(): do not return success on missing object
-
Junio C Hamano authored
"git diff -- ':(icase)makefile'" was unnecessarily rejected at the command line parser. * nd/magic-pathspec: diff: restrict pathspec limitations to diff b/f case only
-
Michael Haggerty authored
Its value is the same as the number of entries in the "names" string_list, so just use "names.nr" in its place. Signed-off-by:
Michael Haggerty <mhagger@alum.mit.edu> Acked-by:
Stefan Beller <stefanbeller@googlemail.com> Signed-off-by:
Junio C Hamano <gitster@pobox.com>
-
- Dec 12, 2013
-
-
Junio C Hamano authored
Signed-off-by:
Junio C Hamano <gitster@pobox.com>
-
Junio C Hamano authored
* jn/scripts-updates: remove #!interpreter line from shell libraries test: replace shebangs with descriptions in shell libraries test: make FILEMODE a lazy prereq contrib: remove git-p4import mark contributed hooks executable mark perl test scripts executable mark Windows build scripts executable
-
Junio C Hamano authored
Allow receive-pack to insist on receiving a fat pack from "git push" clients. * cn/thin-push-capability: send-pack: don't send a thin pack to a server which doesn't support it
-
Junio C Hamano authored
* jk/remove-deprecated: stop installing git-tar-tree link peek-remote: remove deprecated alias of ls-remote lost-found: remove deprecated command tar-tree: remove deprecated command repo-config: remove deprecated alias for "git config"
-
Junio C Hamano authored
* tr/commit-slab-cleanup: commit-slab: sizeof() the right type in xrealloc commit-slab: declare functions "static inline" commit-slab: document clear_$slabname()
-
Junio C Hamano authored
* rs/doc-submitting-patches: SubmittingPatches: document how to handle multiple patches
-
Junio C Hamano authored
* tr/doc-git-cherry: Documentation: revamp git-cherry(1)
-
Junio C Hamano authored
* cl/p4-use-diff-tree: git p4: Use git diff-tree instead of format-patch
-
Junio C Hamano authored
* tr/config-multivalue-lift-max: config: arbitrary number of matches for --unset and --replace-all
-