git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-10-28 06:12:01 to 2016-11-01 19:13:43 UTC [more...]

[PATCH v1 00/19] Add configuration options for split-index
 2016-11-01 19:13 UTC  (22+ messages)
` [PATCH v1 03/19] split-index: add {add,remove}_split_index() functions
` [PATCH v1 05/19] update-index: warn in case of split-index incoherency
` [PATCH v1 09/19] config: add git_config_get_max_percent_split_change()
` [PATCH v1 10/19] read-cache: regenerate shared index if necessary
` [PATCH v1 16/19] read-cache: unlink old sharedindex files

[PATCH 0/4] Make other git commands use trailer layout
 2016-11-01 18:16 UTC  (14+ 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 "

[ANNOUNCE] Git v2.10.2
 2016-11-01 18:01 UTC  (3+ messages)

Git issue
 2016-11-01 18:11 UTC  (3+ messages)

[RFC PATCH 0/5] recursively grep across submodules
 2016-11-01 17:31 UTC  (25+ messages)
` [PATCH 5/5] grep: enable recurse-submodules to work on <tree> objects
` [PATCH v2 0/6] recursively grep across submodules
  ` [PATCH v2 1/6] submodules: add helper functions to determine presence of submodules
  ` [PATCH v2 2/6] submodules: load gitmodules file from commit sha1
  ` [PATCH v2 3/6] grep: add submodules as a grep source type
  ` [PATCH v2 4/6] grep: optionally recurse into submodules
  ` [PATCH v2 5/6] grep: enable recurse-submodules to work on <tree> objects
  ` [PATCH v2 6/6] grep: search history of moved submodules

[PATCH] sha1_name: make wraparound of the index into ring-buffer explicit
 2016-11-01 15:04 UTC  (2+ messages)

[L10N] Kickoff of translation for Git 2.11.0 round 1
 2016-11-01 14:19 UTC 

[PATCH v1 0/2] convert: stream and early out
 2016-11-01  9:36 UTC  (7+ messages)
` [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

[ANNOUNCE] Git v2.11.0-rc0
 2016-11-01  9:07 UTC  (3+ messages)

[PATCH RESEND] cocci: avoid self-references in object_id transformations
 2016-11-01  8:49 UTC 

What's cooking in git.git (Oct 2016, #09; Mon, 31)
 2016-10-31 21:49 UTC 

[PATCH] push: do not use potentially ambiguous default refspec
 2016-10-31 21:10 UTC  (3+ messages)

[PATCH] rebase: add --forget to cleanup rebase, leave HEAD untouched
 2016-10-31 19:25 UTC  (4+ messages)

[PATCH v2 0/2] Use CLOEXEC to avoid fd leaks
 2016-10-31 18:05 UTC  (33+ 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

Reporting Bug in Git Version Control System
 2016-10-31 16:09 UTC  (3+ messages)

[git rebase -i] show time and author besides commit hash and message?
 2016-10-31 15:57 UTC  (5+ messages)
  ` [PATCH] doc: fix missing "::" in config list

Is the entire working copy “at one branch”?
 2016-10-31 10:41 UTC  (3+ messages)

[PATCH] git-sh-setup: Restore sourcability from outside scripts
 2016-10-31  0:30 UTC  (9+ messages)

[PATCH] commit: simplify building parents list
 2016-10-30 23:03 UTC  (2+ messages)

Expanding Includes in .gitignore
 2016-10-30 12:54 UTC  (15+ messages)

Fetch/push lets a malicious server steal the targets of "have" lines
 2016-10-30  8:16 UTC  (13+ messages)

[PATCH] valgrind: support test helpers
 2016-10-29  9:44 UTC  (5+ 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] 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  (24+ messages)

"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  (6+ 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 

Drastic jump in the time required for the test suite
 2016-10-28  6:38 UTC  (3+ 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).