git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-03-16 20:24:44 to 2017-03-18 02:07:30 UTC [more...]

[PATCH v5 00/24] Remove submodule from files-backend.c
 2017-03-18  2:03 UTC  (19+ messages)
` [PATCH v6 00/27] "
  ` [PATCH v6 05/27] files-backend: make sure files_rename_ref() always reach the end
  ` [PATCH v6 06/27] files-backend: convert git_path() to strbuf_git_path()
  ` [PATCH v6 07/27] files-backend: move "logs/" out of TMP_RENAMED_LOG
  ` [PATCH v6 08/27] files-backend: add and use files_reflog_path()
  ` [PATCH v6 09/27] files-backend: add and use files_refname_path()
  ` [PATCH v6 10/27] files-backend: remove the use of git_path()
  ` [PATCH v6 11/27] refs.c: introduce get_main_ref_store()
  ` [PATCH v6 12/27] refs: rename lookup_ref_store() to lookup_submodule_ref_store()
  ` [PATCH v6 13/27] refs.c: flatten get_ref_store() a bit
  ` [PATCH v6 14/27] refs.c: kill register_ref_store(), add register_submodule_ref_store()
  ` [PATCH v6 15/27] refs.c: make get_main_ref_store() public and use it
  ` [PATCH v6 16/27] path.c: move some code out of strbuf_git_path_submodule()
  ` [PATCH v6 17/27] refs: move submodule code out of files-backend.c
  ` [PATCH v6 22/27] files-backend: avoid ref api targetting main ref store
  ` [PATCH v6 23/27] refs: delete pack_refs() in favor of refs_pack_refs()
  ` [PATCH v6 26/27] t1406: new tests for submodule ref store
  ` [PATCH v6 27/27] refs.h: add a note about sorting order of for_each_ref_*

[PATCHv3] rev-parse: add --show-superproject-working-tree
 2017-03-18  1:47 UTC  (7+ messages)
` [PATCHv4] "
    ` [PATCH] Documentation/git-worktree: use working tree for trees on the file system

[PATCH v3 00/10] decoupling a submodule's existence and its url
 2017-03-17 23:25 UTC  (38+ messages)
` [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 v5 00/10] decoupling url and submodule interest
    ` [PATCH v5 01/10] submodule--helper: add is-active subcommand
    ` [PATCH v5 02/10] submodule status: use submodule--helper is-active
    ` [PATCH v5 03/10] submodule sync: skip work for inactive submodules
    ` [PATCH v5 04/10] submodule sync: use submodule--helper is-active
    ` [PATCH v5 05/10] submodule--helper clone: check for configured submodules using helper
    ` [PATCH v5 06/10] submodule: decouple url and submodule interest
    ` [PATCH v5 07/10] submodule init: initialize active submodules
    ` [PATCH v5 08/10] clone: teach --recurse-submodules to optionally take a pathspec
    ` [PATCH v5 09/10] submodule--helper init: set submodule.<name>.active
    ` [PATCH v5 10/10] submodule add: respect submodule.active and submodule.<name>.active

[PATCH] http-push: don't check return value of lookup_unknown_object()
 2017-03-17 22:12 UTC 

[PATCH] receive-pack: simplify run_update_post_hook()
 2017-03-17 23:21 UTC  (4+ messages)

[PATCH] grep: fix build with no thread support
 2017-03-17 23:03 UTC  (11+ messages)
    ` [PATCH 1/2] grep: set default output method
      ` [PATCH 2/2] grep: fix builds with with no thread support

[PATCH] shortlog: don't set after_subject to an empty string
 2017-03-17 23:52 UTC 

[PATCH] run-command: fix segfault when cleaning forked async process
 2017-03-17 23:42 UTC  (3+ messages)

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

[RFD PATCH 3/3] name-rev: Allow lightweight tags and branch refs
 2017-03-17 22:43 UTC  (11+ messages)
` [PATCH 0/2] Teach name-rev to pay more attention to lightweight tags
  ` [PATCH 2/2] name-rev: favor describing with tags and use committer date to tiebreak

Bug with .gitignore and branch switching
 2017-03-17 22:36 UTC  (6+ messages)

[PATCH] revision: remove declaration of path_name()
 2017-03-17 22:26 UTC  (2+ messages)

What's cooking in git.git (Mar 2017, #07; Fri, 17)
 2017-03-17 21:15 UTC 

[PATCH v2 0/4] recursing submodules with relative pathspec (grep and ls-files)
 2017-03-17 21:25 UTC  (16+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] grep: fix help text typo
  ` [PATCH v3 2/5] setup: allow for prefix to be passed to git commands
  ` [PATCH v3 3/5] grep: fix bug when recursing with relative pathspec
  ` [PATCH v3 4/5] ls-files: fix typo in variable name
  ` [PATCH v3 5/5] ls-files: fix bug when recursing with relative pathspec

[GSoC][PATCH v4 4/4] credential-cache: add tests for XDG functionality
 2017-03-17 19:31 UTC  (13+ messages)
` [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
    ` [GSoC][PATCH v6 1/3] path.c: add xdg_cache_home
      ` [GSoC][PATCH v6 2/3] credential-cache: use XDG_CACHE_HOME for socket
      ` [GSoC][PATCH v6 3/3] credential-cache: add tests for XDG functionality

Shared repositories no longer securable against privilege escalation
 2017-03-17 18:24 UTC  (7+ messages)

[PATCH 1/2] describe: localize debug output fully
 2017-03-17 18:17 UTC  (3+ messages)
` [PATCH 2/2] l10n: de: translate describe debug terms

[PATCH] gitk: Add Chinese(zh_CN) translation
 2017-03-17 18:14 UTC 

[PATCH 0/2] Re-integrate sha1dc
 2017-03-17 17:45 UTC  (20+ 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
            ` [RFC PATCH 0/3] Git integration update for DC-SHA1
              ` [PATCH 1/3] Makefile: add DC_SHA1 knob
              ` [PATCH 3/3] Makefile: make DC_SHA1 the default

[PATCH] l10n: de: lower case after semi-colon
 2017-03-17 17:11 UTC  (2+ messages)

why patch to the gitk no replay?
 2017-03-17 16:53 UTC  (2+ messages)

[PATCH] tests: create an interactive gdb session with the 'debug' helper
 2017-03-17 14:55 UTC  (2+ messages)

[BUG] "git stash -- path" reports wrong unstaged changes
 2017-03-17 14:50 UTC 

Viewing untracked+stashed files in git stash show
 2017-03-17 14:14 UTC  (6+ messages)

[PATCH 00/10] RFC Partial Clone and Fetch
 2017-03-17 14:13 UTC  (4+ messages)

[PATCH 0/3] describe --contains sanity
 2017-03-17 10:56 UTC  (7+ messages)
` [PATCH 1/3] describe: debug is incompatible with contains
` [PATCH 2/3] git-prompt: add a describe style for any tags

File names are considered case insensitive in a folder. (aBcd.py ==AbcD.py) Inbox x
 2017-03-17 11:19 UTC  (2+ messages)

RFC: Another proposed hash function transition plan
 2017-03-17 11:07 UTC  (5+ messages)

Stable GnuPG interface, git should use GPGME
 2017-03-17  9:56 UTC  (4+ messages)

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

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

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

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  (5+ messages)
` [PATCH v2] "

[PATCH] Put sha1dc on a diet
 2017-03-16 22:07 UTC  (10+ 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 


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