git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-02-15 00:35:35 to 2017-02-16 22:55:36 UTC [more...]

[PATCH/RFC 00/11] Remove submodule from files-backend.c
 2017-02-16 22:55 UTC  (25+ messages)
` [PATCH 11/11] refs: split and make get_*_ref_store() public API
` [PATCH v2 00/16] Remove submodule from files-backend.c
  ` [PATCH v2 01/16] refs-internal.c: make files_log_ref_write() static
  ` [PATCH v2 02/16] files-backend: convert git_path() to strbuf_git_path()
  ` [PATCH v2 03/16] files-backend: add files_path()
  ` [PATCH v2 04/16] files-backend: replace *git_path*() with files_path()
  ` [PATCH v2 05/16] refs.c: share is_per_worktree_ref() to files-backend.c
  ` [PATCH v2 06/16] refs-internal.h: correct is_per_worktree_ref()
  ` [PATCH v2 07/16] files-backend: remove the use of git_path()
  ` [PATCH v2 08/16] refs.c: introduce get_main_ref_store()
  ` [PATCH v2 09/16] refs: rename lookup_ref_store() to lookup_submodule_ref_store()
  ` [PATCH v2 10/16] refs.c: flatten get_ref_store() a bit
  ` [PATCH v2 11/16] refs.c: kill register_ref_store(), add register_submodule_ref_store()
  ` [PATCH v2 12/16] refs.c: make get_main_ref_store() public and use it
  ` [PATCH v2 13/16] path.c: move some code out of strbuf_git_path_submodule()
  ` [PATCH v2 14/16] refs: move submodule code out of files-backend.c
  ` [PATCH v2 15/16] files-backend: remove submodule_allowed from files_downcast()
  ` [PATCH v2 16/16] refs: rename get_ref_store() to get_submodule_ref_store() and make it public

[RFCv3 PATCH 00/14] Checkout aware of Submodules!
 2017-02-16 22:54 UTC  (57+ messages)
` [PATCH 01/14] lib-submodule-update.sh: reorder create_lib_submodule_repo
` [PATCH 02/14] lib-submodule-update.sh: define tests for recursing into submodules
` [PATCH 03/14] make is_submodule_populated gently
` [PATCH 04/14] connect_work_tree_and_git_dir: safely create leading directories
` [PATCH 05/14] update submodules: add submodule config parsing
` [PATCH 07/14] update submodules: introduce is_interesting_submodule
` [PATCH 08/14] update submodules: move up prepare_submodule_repo_env
` [PATCH 09/14] update submodules: add submodule_go_from_to
` [PATCH 12/14] read-cache: remove_marked_cache_entries to wipe selected submodules
` [PATCH 14/14] builtin/checkout: add --recurse-submodules switch
  ` [RFCv4 PATCH 00/14] Checkout aware of Submodules!
    ` [PATCH 01/15] lib-submodule-update.sh: reorder create_lib_submodule_repo
    ` [PATCH 02/15] lib-submodule-update.sh: do not use ./. as submodule remote
    ` [PATCH 03/15] lib-submodule-update.sh: define tests for recursing into submodules
    ` [PATCH 04/15] make is_submodule_populated gently
    ` [PATCH 05/15] connect_work_tree_and_git_dir: safely create leading directories
    ` [PATCH 06/15] update submodules: add submodule config parsing
    ` [PATCH 07/15] update submodules: add a config option to determine if submodules are updated
    ` [PATCH 08/15] submodules: introduce check to see whether to touch a submodule
    ` [PATCH 09/15] update submodules: move up prepare_submodule_repo_env
    ` [PATCH 10/15] update submodules: add submodule_go_from_to
    ` [PATCH 11/15] unpack-trees: pass old oid to verify_clean_submodule
    ` [PATCH 12/15] unpack-trees: check if we can perform the operation for submodules
    ` [PATCH 13/15] read-cache: remove_marked_cache_entries to wipe selected submodules
    ` [PATCH 14/15] entry.c: update submodules when interesting
    ` [PATCH 15/15] builtin/checkout: add --recurse-submodules switch

There are too many unreachable loose objects
 2017-02-16 22:36 UTC  (2+ messages)

Confusing git messages when disk is full
 2017-02-16 21:31 UTC  (11+ messages)
                  ` [PATCH] tempfile: avoid "ferror | fclose" trick

[PATCH v3] reset: add an example of how to split a commit into two
 2017-02-16 21:26 UTC  (4+ messages)

Back quote typo in error messages (?)
 2017-02-16 20:58 UTC  (8+ messages)

[PATCH 0/4 v4] WIP: allow "-" as a shorthand for "previous branch"
 2017-02-16 19:43 UTC  (13+ messages)
` [PATCH 1/4 v4] revision.c: do not update argv with unknown option
` [PATCH 2/4 v4] revision.c: swap if/else blocks
` [PATCH 3/4 v4] revision.c: args starting with "-" might be a revision
` [PATCH 4/4 v4] sha1_name.c: teach get_sha1_1 "-" shorthand for "@{-1}"

[PATCH 0/1] config.txt: Fix formatting of submodule.alternateErrorStrategy section
 2017-02-16 19:23 UTC  (4+ messages)
` [PATCH 1/1] "

[BUG] submodule config does not apply to upper case submodules?
 2017-02-16 18:49 UTC  (18+ messages)
` [PATCH v1] t7400: cleanup "submodule add clone shallow submodule" test
        ` [PATCH] config: preserve <subsection> case for one-shot config on the command line

body-CC-comment regression
 2017-02-16 18:16 UTC  (4+ messages)

[PATCH] mingw: use OpenSSL's SHA-1 routines
 2017-02-16 18:12 UTC  (5+ messages)

[PATCH] mingw: make stderr unbuffered again
 2017-02-16 18:01 UTC  (13+ messages)

[PATCH 0/3] Fix l10n
 2017-02-16 17:27 UTC  (9+ messages)
` [PATCH 1/3] add git_psprintf helper function
` [PATCH 2/3] bisect_next_all: convert xsnprintf to git_psprintf
` [PATCH 3/3] stop_progress_msg: "

What's cooking in git.git (Feb 2017, #04; Tue, 14)
 2017-02-16 17:10 UTC  (3+ messages)

[PATCH V2 0/2] Fix l10n
 2017-02-16 17:07 UTC  (3+ messages)
` [PATCH V2 1/2] bisect_next_all: convert xsnprintf to xstrfmt
` [PATCH V2 2/2] stop_progress_msg: "

[PATCH] show-branch: fix crash with long ref name
 2017-02-16 12:40 UTC  (9+ messages)

[PATCH RFC 0/2] Kill manual ref parsing code in worktree.c
 2017-02-16 12:03 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] refs: introduce get_worktree_ref_store()
  ` [PATCH v2 2/5] refs.c: add refs_resolve_ref_unsafe()
  ` [PATCH v2 3/5] worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()
  ` [PATCH v2 4/5] refs: add refs_create_symref()
  ` [PATCH v2 5/5] refs: kill set_worktree_head_symref()

Continuous Testing of Git on Windows
 2017-02-16  1:33 UTC  (17+ messages)
  ` [git-for-windows] "

how are "untracked working tree files" even possible in this case?
 2017-02-15 23:40 UTC  (4+ messages)

[PATCH] completion: complete modified files for checkout with '--'
 2017-02-15 22:45 UTC  (7+ messages)
` [PATCH v2 1/2] completion: extract utility to complete paths from tree-ish
  ` [PATCH v2 2/2] completion: checkout: complete paths when ref given

Non-zero exit code without error
 2017-02-15 21:30 UTC  (6+ messages)

enhance git-add to avoid password being staged or committed?
 2017-02-15 21:26 UTC  (2+ messages)

[PATCH 0/5] A series of performance enhancements in the memihash and name-cache area
 2017-02-15 16:44 UTC  (4+ messages)

git-p4.py caching
 2017-02-15 13:10 UTC  (2+ messages)

[PATCH] completion: restore removed line continuating backslash
 2017-02-15 13:06 UTC  (5+ messages)

Google Doc about the Contributors' Summit
 2017-02-15 12:02 UTC  (5+ messages)
      ` Clarification about "Better tooling for reviews", was "

missing handling of "No newline at end of file" in git am
 2017-02-15 11:44 UTC  (4+ messages)

difflame improvements
 2017-02-15  5:19 UTC 

Feature request: flagging “volatile” branches for integration/development
 2017-02-15  1:55 UTC  (4+ messages)

[PATCH] clean: use warning_errno() when appropriate
 2017-02-15  1:36 UTC  (6+ messages)
` [PATCH v2] "


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