git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-02-13 04:20:59 to 2016-02-16 02:39:03 UTC [more...]

Bug report: 'git commit --dry-run' corner case: returns error ("nothing to commit") when all conflicts resolved to HEAD
 2016-02-16  2:38 UTC  (2+ messages)
` [PATCH] wt-status.c: set commitable bit if there is a meaningful merge

[PATCH 0/18] hardening allocations against integer overflow
 2016-02-16  2:17 UTC  (22+ messages)
` [PATCH 01/18] add helpers for detecting size_t overflow
` [PATCH 02/18] tree-diff: catch integer overflow in combine_diff_path allocation
` [PATCH 03/18] harden REALLOC_ARRAY and xcalloc against size_t overflow
` [PATCH 04/18] add helpers for allocating flex-array structs
` [PATCH 05/18] convert trivial cases to ALLOC_ARRAY
` [PATCH 06/18] use xmallocz to avoid size arithmetic
` [PATCH 07/18] convert trivial cases to FLEX_ARRAY macros
` [PATCH 08/18] use st_add and st_mult for allocation size computation
` [PATCH 09/18] write_untracked_extension: use FLEX_ALLOC helper
` [PATCH 10/18] fast-import: simplify allocation in start_packfile
` [PATCH 11/18] fetch-pack: simplify add_sought_entry
` [PATCH 12/18] test-path-utils: fix normalize_path_copy output buffer size
` [PATCH 13/18] sequencer: simplify memory allocation of get_message
` [PATCH 14/18] git-compat-util: drop mempcpy compat code
` [PATCH 15/18] transport_anonymize_url: use xstrfmt
` [PATCH 16/18] diff_populate_gitlink: use a strbuf
` [PATCH 17/18] convert ewah/bitmap code to use xmalloc
` [PATCH 18/18] ewah: convert to REALLOC_ARRAY, etc

[PATCH 0/4] .gitignore, reinclude rules, take 2
 2016-02-16  1:36 UTC  (10+ messages)
` [PATCH 1/4] dir.c: fix match_pathname()
` [PATCH 2/4] dir.c: support tracing exclude
` [PATCH 3/4] dir.c: support marking some patterns already matched
` [PATCH 4/4] dir.c: don't exclude whole dir prematurely

Git Submodule auto-update
 2016-02-16  1:24 UTC 

[PATCH] Implement https public key pinning
 2016-02-16  1:22 UTC  (9+ messages)
          ` [PATCH +warn] "

git worktree fails to recreate existing branch even with -B
 2016-02-16  1:15 UTC  (6+ messages)
  ` [PATCH 1/2] worktree: fix "add -B"
    ` [PATCH 2/2] worktree add -B: do the checkout test before update branch

malloc memory corruption on merge-tree with leading newline
 2016-02-16  1:12 UTC  (3+ messages)
` [PATCH] merge_blobs: use strbuf instead of manually-sized mmfile_t

Custom merge driver with no rename detection
 2016-02-16  1:04 UTC  (8+ messages)

[PATCH] merge-recursive: option to disable renames
 2016-02-16  0:50 UTC 

[PATCH v2 0/4] git remote improvements
 2016-02-16  0:16 UTC  (10+ messages)
` [PATCH v2 1/4] remote: use parse_config_key
` [PATCH v2 2/4] remote: simplify remote_is_configured()
` [PATCH v2 3/4] remote: actually check if remote exits
` [PATCH v2 4/4] remote: use remote_is_configured() for add and rename

[PATCH v4 0/3] config: add '--sources' option to print the source of a config value
 2016-02-15 23:56 UTC  (18+ messages)
` [PATCH v4 1/3] t: do not hide Git's exit code in tests
` [PATCH v4 2/3] config: add 'type' to config_source struct that identifies config type
` [PATCH v4 3/3] config: add '--show-origin' option to print the origin of a config value

git svn dcommit doesn't support --username option for file:/// urls
 2016-02-15 22:01 UTC  (5+ messages)

[PATCH] remote-curl: don't fall back to Basic auth if we haven't tried Negotiate
 2016-02-15 21:51 UTC  (10+ messages)
` [PATCH] http: add option to try authentication without username

[PATCH 0/4] git remote improvements
 2016-02-15 21:37 UTC  (15+ messages)
` [PATCH 1/4] remote: use skip_prefix
` [PATCH 2/4] remote: simplify remote_is_configured()
` [PATCH 3/4] remote: actually check if remote exits
` [PATCH 4/4] remote: use remote_is_configured() for add and rename

'Failed to create .git/index.lock'
 2016-02-15 21:34 UTC  (3+ messages)

[PATCH 0/2] enable "svn.pathnameencoding" on dcommit
 2016-02-15 21:32 UTC  (8+ messages)
` [PATCH 1/2] git-svn: "
` [PATCH 2/2] git-svn: apply "svn.pathnameencoding" before URL encoding
  ` [PULL] svn pathnameencoding for git svn dcommit

What's cooking in git.git (Feb 2016, #04; Fri, 12)
 2016-02-15 21:26 UTC  (5+ messages)

git archive should use vendor extension in pax header
 2016-02-15 20:25 UTC  (6+ messages)

[PATCH] Disown ssh+git and git+ssh
 2016-02-15 18:16 UTC  (4+ messages)

How can I get a list of checkout history?
 2016-02-15 16:56 UTC  (2+ messages)

颞下颌关节炎
 2016-02-15 15:21 UTC 

Issues with cc-cmd
 2016-02-15 10:09 UTC  (3+ messages)

stdout vs stderr
 2016-02-15  9:59 UTC 

[PATCH v4 00/20] refs backend
 2016-02-15  9:57 UTC  (4+ messages)
` [PATCH v4 20/21] refs: add LMDB refs storage backend

[PATCH v3 0/3] config: add '--sources' option to print the source of a config value
 2016-02-15  9:41 UTC  (25+ messages)
` [PATCH v3 1/3] git-config.txt: describe '--includes' default behavior
` [PATCH v3 2/3] config: add 'type' to config_source struct that identifies config type
` [PATCH v3 3/3] config: add '--show-origin' option to print the origin of a config value

[PATCH v2 00/25] More flexibility in making shallow clones
 2016-02-15  8:15 UTC  (19+ messages)
` [PATCH v2 09/25] upload-pack: tighten number parsing at "deepen" lines
` [PATCH v2 14/25] shallow.c: implement a generic shallow boundary finder based on rev-list
` [PATCH v2 18/25] t5500, t5539: tests for shallow depth since a specific date
` [PATCH v2 20/25] upload-pack: support define shallow boundary by excluding revisions
` [PATCH v2 21/25] fetch: define shallow boundary with --shallow-exclude

[PATCH 0/5] Replacing strbuf_getline_lf() by strbuf_getline() on trimmed input
 2016-02-15  5:05 UTC  (5+ messages)
` [PATCH 1/5] bisect: read bisect paths with strbuf_getline()

Announcing git-cinnabar 0.3.0
 2016-02-14 21:57 UTC  (3+ messages)

[PATCH] remote-curl: Include curl_errorstr on SSL setup failures
 2016-02-14 18:04 UTC  (3+ messages)

RFC: Resumable clone based on hybrid "smart" and "dumb" HTTP
 2016-02-14 17:56 UTC  (12+ messages)

[PATCH v6 00/11] Fix icase grep on non-ascii
 2016-02-14 11:49 UTC  (14+ messages)
` [PATCH v7 00/12] nd/icase updates
  ` [PATCH v7 01/12] grep: allow -F -i combination
  ` [PATCH v7 02/12] grep: break down an "if" stmt in preparation for next changes
  ` [PATCH v7 03/12] test-regex: isolate the bug test code
  ` [PATCH v7 04/12] test-regex: expose full regcomp() to the command line
  ` [PATCH v7 05/12] grep/icase: avoid kwsset on literal non-ascii strings
  ` [PATCH v7 06/12] grep/icase: avoid kwsset when -F is specified
  ` [PATCH v7 07/12] grep/pcre: prepare locale-dependent tables for icase matching
  ` [PATCH v7 08/12] gettext: add is_utf8_locale()
  ` [PATCH v7 09/12] grep/pcre: support utf-8
  ` [PATCH v7 10/12] diffcore-pickaxe: "share" regex error handling code
  ` [PATCH v7 11/12] diffcore-pickaxe: support case insensitive match on non-ascii
  ` [PATCH v7 12/12] grep.c: reuse "icase" variable

Interim "What's cooking"
 2016-02-14  9:26 UTC  (5+ messages)
    ` [PATCH] t5570: add tests for "git fetch -v"
        ` [PATCH v2] t5570: add tests for "git {clone,fetch,pull} -v"

`.git` symlink makes `git submodule add` fail
 2016-02-13 18:52 UTC  (6+ messages)

[PATCH] git-completion.bash: always swallow error output of for-each-ref
 2016-02-13 17:14 UTC  (10+ messages)

GSoC 2016: applications open, deadline = Fri, 19/2
 2016-02-13 11:21 UTC  (5+ messages)


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).