git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-10-27 17:01:07 to 2016-10-29 18:02:17 UTC [more...]

Fetch/push lets a malicious server steal the targets of "have" lines
 2016-10-29 17:38 UTC  (9+ messages)

[PATCH v2 0/2] Use CLOEXEC to avoid fd leaks
 2016-10-29 17:06 UTC  (31+ messages)
` [PATCH v3 0/3] quick reroll of Lars's git_open() w/ O_CLOEXEC
  ` [PATCH v3 2/3] sha1_file: open window into packfiles with O_CLOEXEC

[PATCH] commit: simplify building parents list
 2016-10-29 12:55 UTC 

[PATCH 0/4] Make other git commands use trailer layout
 2016-10-29 12:37 UTC  (8+ messages)
` [PATCH 1/4] commit: make ignore_non_trailer take buf/len
` [PATCH 2/4] trailer: avoid unnecessary splitting on lines
` [PATCH 3/4] trailer: have function to describe trailer layout
` [PATCH 4/4] sequencer: use trailer's "

[PATCH v1 0/2] convert: stream and early out
 2016-10-29 12:22 UTC  (9+ messages)
` [PATCH v2 0/2] Stream and fast search
` [PATCH v2 1/2] read-cache: factor out get_sha1_from_index() helper
` [PATCH v2 2/2] convert.c: stream and fast search for binary

Is the entire working copy “at one branch”?
 2016-10-29  9:47 UTC  (2+ messages)

[PATCH] valgrind: support test helpers
 2016-10-29  9:44 UTC  (5+ messages)

[ANNOUNCE] Git v2.10.2
 2016-10-29  8:39 UTC  (2+ messages)

[PATCHv2 00/36] Revamp the attr subsystem!
 2016-10-29  7:10 UTC  (45+ messages)
` [PATCHv2 01/36] commit.c: use strchrnul() to scan for one line
` [PATCHv2 02/36] attr.c: "
` [PATCHv2 03/36] attr.c: update a stale comment on "struct match_attr"
` [PATCHv2 04/36] attr.c: explain the lack of attr-name syntax check in parse_attr()
` [PATCHv2 05/36] attr.c: complete a sentence in a comment
` [PATCHv2 06/36] attr.c: mark where #if DEBUG ends more clearly
` [PATCHv2 07/36] attr.c: simplify macroexpand_one()
` [PATCHv2 08/36] attr.c: tighten constness around "git_attr" structure
` [PATCHv2 09/36] attr.c: plug small leak in parse_attr_line()
` [PATCHv2 10/36] attr: rename function and struct related to checking attributes
` [PATCHv2 11/36] attr: (re)introduce git_check_attr() and struct git_attr_check
` [PATCHv2 12/36] attr: convert git_all_attrs() to use "struct git_attr_check"
` [PATCHv2 13/36] attr: convert git_check_attrs() callers to use the new API
` [PATCHv2 14/36] attr: retire git_check_attrs() API
` [PATCHv2 15/36] attr: add counted string version of git_check_attr()
` [PATCHv2 16/36] attr: add counted string version of git_attr()
` [PATCHv2 17/36] attr: expose validity check for attribute names
` [PATCHv2 18/36] attr: support quoting pathname patterns in C style
` [PATCHv2 19/36] attr.c: add push_stack() helper
` [PATCHv2 20/36] attr.c: pass struct git_attr_check down the callchain
` [PATCHv2 21/36] attr.c: rename a local variable check
` [PATCHv2 22/36] attr.c: correct ugly hack for git_all_attrs()
` [PATCHv2 23/36] attr.c: introduce empty_attr_check_elems()
` [PATCHv2 24/36] attr.c: always pass check[] to collect_some_attrs()
` [PATCHv2 25/36] attr.c: outline the future plans by heavily commenting
` [PATCHv2 26/36] attr: make git_check_attr_counted static
` [PATCHv2 27/36] attr: convert to new threadsafe API
` [PATCHv2 28/36] attr: keep attr stack for each check
` [PATCHv2 29/36] Documentation: fix a typo
` [PATCHv2 30/36] pathspec: move long magic parsing out of prefix_pathspec
` [PATCHv2 31/36] pathspec: move prefix check out of the inner loop
` [PATCHv2 32/36] pathspec: allow querying for attributes
` [PATCHv2 33/36] pathspec: allow escaped query values
` [PATCHv2 34/36] submodule update: add `--init-default-path` switch
` [PATCHv2 35/36] clone: add --init-submodule=<pathspec> switch
` [PATCHv2 36/36] completion: clone can initialize specific submodules

What's cooking in git.git (Oct 2016, #08; Fri, 28)
 2016-10-29  6:24 UTC 

[PATCH v1 00/19] Add configuration options for split-index
 2016-10-29  3:30 UTC  (6+ messages)
` [PATCH v1 16/19] read-cache: unlink old sharedindex files

[PATCH] Documenation: fmt-merge-msg: fix markup in example
 2016-10-28 23:19 UTC  (6+ messages)
  ` [PATCH v2] Documentation: "

[PATCH] pre-receive.sample: Mark executable
 2016-10-28 21:19 UTC  (2+ messages)

Can't get git to stop outputting to StdErr
 2016-10-28 21:08 UTC  (3+ messages)

[PATCH] compat: Allow static initializer for pthreads on Windows
 2016-10-28 20:52 UTC  (26+ messages)

[RFC PATCH 0/5] recursively grep across submodules
 2016-10-28 19:35 UTC  (14+ messages)
` [PATCH 1/5] submodules: add helper functions to determine presence of submodules
` [PATCH 2/5] submodules: load gitmodules file from commit sha1
` [PATCH 3/5] grep: add submodules as a grep source type
` [PATCH 4/5] grep: optionally recurse into submodules
` [PATCH 5/5] grep: enable recurse-submodules to work on <tree> objects

[PATCH] push: do not use potentially ambiguous default refspec
 2016-10-28 19:25 UTC 

"git push" says "src refspec XYZ matches more than one" even without explicit XYZ argument
 2016-10-28 19:13 UTC  (2+ messages)

[PATCHv2 1/2] attr: convert to new threadsafe API
 2016-10-28 18:16 UTC  (6+ messages)
` [PATCH] "

feature request
 2016-10-28 12:54 UTC  (14+ messages)

[PATCH] Fix typo in 2.11.0 RelNotes
 2016-10-28 15:33 UTC  (3+ messages)

Git crash course for SVN users - which of the 2?
 2016-10-28 14:42 UTC 

Expanding Includes in .gitignore
 2016-10-28  9:32 UTC  (17+ messages)

Drastic jump in the time required for the test suite
 2016-10-28  6:38 UTC  (3+ messages)

[PATCH v14 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-10-28  6:02 UTC  (5+ messages)
` [PATCH v15 "

[PATCHv2 00/36] Revamping the attr subsystem!
 2016-10-27 21:32 UTC  (9+ messages)
` [PATCH 17/36] attr: expose validity check for attribute names
` [PATCH 32/36] pathspec: allow querying for attributes

[PATCH] git-svn: do not reuse caches memoized for a different architecture
 2016-10-27 20:51 UTC  (4+ messages)

generating combined diff without an existing merge commit
 2016-10-27 18:40 UTC  (5+ messages)
` [PATCH] Documentation/git-diff: document git diff with 3+ commits

[PATCH] Update git rebase documentation to clarify HEAD behavior
 2016-10-27 14:06 UTC  (3+ messages)

[PATCH] git-compat-util: move content inside ifdef/endif guards
 2016-10-27 17:37 UTC  (2+ messages)

[PATCH v3 00/14] Mark strings in Perl scripts for translation
 2016-10-27 17:08 UTC  (3+ messages)
` [PATCH v4 "


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).