git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-03-14 23:47:09 to 2017-03-17 05:48:33 UTC [more...]

[PATCH] grep: fix build with no thread support
 2017-03-17  5:47 UTC 

[PATCH 0/3] describe --contains sanity
 2017-03-17  5:45 UTC  (16+ messages)
` [PATCH 1/3] describe: debug is incompatible with contains
` [PATCH 2/3] git-prompt: add a describe style for any tags
` [RFD PATCH 3/3] name-rev: Allow lightweight tags and branch refs
      ` [PATCH 0/2] Teach name-rev to pay more attention to lightweight tags
        ` [PATCH 1/2] name-rev: refactor logic to see if a new candidate is a better name
        ` [PATCH 2/2] name-rev: favor describing with tags and use committer date to tiebreak

[GSoC][PATCH/RFC v3 3/3] credential-cache: only use user_socket if a socket
 2017-03-17  5:38 UTC  (16+ messages)
` [GSoC][PATCH v4 0/4] Moving credential-cache socket to xdg path
  ` [GSoC][PATCH v4 1/4] path.c: add xdg_cache_home
  ` [GSoC][PATCH v4 2/4] dir: add directory_exists
  ` [GSoC][PATCH v4 3/4] credential-cache: use XDG_CACHE_HOME for socket
  ` [GSoC][PATCH v4 4/4] credential-cache: add tests for XDG functionality
    ` [GSoC][PATCH v5 1/3] path.c: add xdg_cache_home
      ` [GSoC][PATCH v5 2/3] credential-cache: use XDG_CACHE_HOME for socket
      ` [GSoC][PATCH v5 3/3] credential-cache: add tests for XDG functionality

Commiting files larger than 4 GB on Windows
 2017-03-17  5:29 UTC  (8+ messages)

[PATCH v2 00/11] decoupling a submodule's existence and its url
 2017-03-17  5:26 UTC  (46+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 03/10] submodule sync: use submodule--helper is-active
  ` [PATCH v3 04/10] submodule--helper clone: check for configured submodules using helper
  ` [PATCH v3 05/10] submodule: decouple url and submodule existence
  ` [PATCH v3 06/10] submodule update: add `--init-active` switch
  ` [PATCH v3 07/10] clone: add --submodule-spec=<pathspec> switch
  ` [PATCH v3 09/10] submodule--helper init: set submodule.<name>.active
  ` [PATCH v3 10/10] submodule add: respect submodule.active and submodule.<name>.active
  ` [PATCH v4 00/10] decoupling url and submodule interest
    ` [PATCH v4 01/10] submodule--helper: add is-active subcommand
    ` [PATCH v4 02/10] submodule status: use submodule--helper is-active
    ` [PATCH v4 03/10] submodule sync: skip work for inactive submodules
    ` [PATCH v4 04/10] submodule sync: use submodule--helper is-active
    ` [PATCH v4 05/10] submodule--helper clone: check for configured submodules using helper
    ` [PATCH v4 06/10] submodule: decouple url and submodule interest
    ` [PATCH v4 07/10] submodule init: initialize active submodules
    ` [PATCH v4 08/10] clone: teach --recurse-submodules to optionally take a pathspec
    ` [PATCH v4 09/10] submodule--helper init: set submodule.<name>.active
    ` [PATCH v4 10/10] submodule add: respect submodule.active and submodule.<name>.active

[PATCH] wt-status.c: improve readability for wt_shortstatus_print
 2017-03-17  5:25 UTC  (3+ messages)

[PATCH 0/2] Re-integrate sha1dc
 2017-03-17  5:24 UTC  (13+ messages)
  ` [PATCH 2/5] sha1dc: adjust header includes for git
  ` [PATCH 3/5] sha1dc: disable safe_hash feature
  ` [PATCH 4/5] Makefile: add USE_SHA1DC knob

USE_SHA1DC is broken in pu
 2017-03-17  3:32 UTC  (9+ messages)

Shared repositories no longer securable against privilege escalation
 2017-03-17  0:23 UTC 

sequencer "edit" command always issues a warning
 2017-03-17  0:19 UTC  (4+ messages)

What's cooking in git.git (Mar 2017, #06; Tue, 14)
 2017-03-17  0:18 UTC  (2+ messages)
` Getting ready for 2.12.1

Proposal for "fetch-any-blob Git protocol" and server design
 2017-03-16 22:48 UTC  (5+ messages)

[RFC PATCH] short status: improve reporting for submodule changes
 2017-03-16 22:53 UTC  (7+ messages)
    ` [PATCH v2] "

[PATCH] Put sha1dc on a diet
 2017-03-16 22:07 UTC  (10+ messages)

[PATCH 00/10] RFC Partial Clone and Fetch
 2017-03-16 21:43 UTC  (3+ messages)

[GSoC][PATCH v4 4/4] credential-cache: add tests for XDG functionality
 2017-03-16 21:03 UTC 

[PATCH 2/2] Integrate the sha1dc code with the git build
 2017-03-16 20:25 UTC 

[PATCH]v2 adding built-in driver for javascript
 2017-03-16 19:06 UTC  (5+ messages)

[PATCH 0/6] minor pack-name cleanups
 2017-03-16 18:57 UTC  (25+ messages)
` [PATCH 1/6] index-pack: factor out pack/idx finalization
` [PATCH 2/6] move odb_* declarations out of git-compat-util.h
` [PATCH 3/6] sha1_file.c: make pack-name helper globally accessible
` [PATCH 4/6] index-pack: drop fixed-size buffer for pack filenames
` [PATCH 5/6] fast-import: replace fixed buffer with odb_pack_name
` [PATCH 6/6] odb_pack_keep(): stop generating keepfile name
` [PATCH v2 0/5] minor pack-name cleanups
  ` [PATCH v2 1/5] move odb_* declarations out of git-compat-util.h
  ` [PATCH v2 2/5] sha1_file.c: make pack-name helper globally accessible
  ` [PATCH v2 3/5] odb_pack_keep(): stop generating keepfile name
  ` [PATCH v2 4/5] replace snprintf with odb_pack_name()
  ` [PATCH v2 5/5] index-pack: make pointer-alias fallbacks safer

Viewing untracked+stashed files in git stash show
 2017-03-16 16:34 UTC 

[PATCH] Makefile: escape ' in bin-wrappers rule
 2017-03-16 11:24 UTC  (2+ messages)

Finding a tag that introduced a submodule change
 2017-03-16 10:17 UTC  (5+ messages)

[PATCH] submodule.c: fix an 'using integer as NULL pointer' warning
 2017-03-16  4:49 UTC  (2+ messages)

GSoC Project | Submodules related work
 2017-03-15 22:13 UTC  (4+ messages)

[PATCH 0/3] minor rev-parse option-parsing cleanups
 2017-03-15 21:38 UTC  (6+ messages)
` [PATCH 1/3] rev-parse: use skip_prefix when parsing options
` [PATCH 2/3] rev-parse: add helper for parsing "--foo/--foo="
` [PATCH 3/3] rev-parse: simplify parsing of ref options

fatal: Could not get current working directory: Permission denied | affected 2.10,2.11,2.12, but not 1.9.5 |
 2017-03-15 21:30 UTC  (10+ messages)

[PATCH v2 3/3] difftool: handle modified symlinks in dir-diff mode
 2017-03-15 20:58 UTC  (3+ messages)

[GSoC] Discussion of "Submodule related work" project
 2017-03-15 20:48 UTC  (3+ messages)

[PATCH] submodule-config: correct error reporting for invalid ignore value
 2017-03-15 20:21 UTC  (5+ messages)

[RFC PATCH] Move SHA-1 implementation selection into a header file
 2017-03-15 19:48 UTC  (9+ messages)

BUG: "git revert -m 0 <commit>" considered to be "git revert <commit>"
 2017-03-15 19:15 UTC  (3+ messages)
` [PATCH] cherry-pick: detect bogus arguments to --mainline

[PATCH] l10n: add framework for localizing the manpages
 2017-03-15 18:28 UTC  (9+ messages)

git-clone --config order & fetching extra refs during initial clone
 2017-03-15 17:08 UTC  (6+ messages)

[ANNOUNCE] Git Rev News edition 25
 2017-03-15 17:06 UTC 

[PATCH 0/5] recursing submodules with relative pathspec (grep and ls-files)
 2017-03-15 17:02 UTC  (8+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] grep: fix help text typo
  ` [PATCH v2 4/4] ls-files: fix bug when recursing with relative pathspec

[PATCH 1/3] t7800: remove whitespace before redirect
 2017-03-15 16:41 UTC  (4+ messages)
` [PATCH 2/3] t7800: cleanup cruft left behind by tests
` [PATCH 3/3] difftool: handle modified symlinks in dir-diff mode

git pretty format: "%+b" not working with "%w" in front of it?
 2017-03-15 15:18 UTC  (2+ messages)

(no subject)
 2017-03-15 14:35 UTC 

[PATCH] git-status: make porcelain more robust
 2017-03-15  7:13 UTC  (3+ messages)

[Bug] Unicode display
 2017-03-15  7:00 UTC  (3+ messages)

[RFCv8 PATCH 00/17] Checkout aware of Submodules!
 2017-03-15  0:41 UTC  (3+ messages)
` [PATCHv9 00/19] "


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