git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-02-19 22:33:06 to 2017-02-22 14:07:40 UTC [more...]

[PATCH v3 00/16] Remove submodule from files-backend.c
 2017-02-22 14:04 UTC  (31+ messages)
` [PATCH v4 00/15] "
  ` [PATCH v4 06/15] files-backend: remove the use of git_path()
  ` [PATCH v4 11/15] refs.c: make get_main_ref_store() public and use it
  ` [PATCH v4 14/15] files-backend: remove submodule_allowed from files_downcast()
  ` [PATCH v5 00/24] Remove submodule from files-backend.c
    ` [PATCH v5 01/24] refs.h: add forward declaration for structs used in this file
    ` [PATCH v5 02/24] files-backend: make files_log_ref_write() static
    ` [PATCH v5 03/24] files-backend: add and use files_packed_refs_path()
    ` [PATCH v5 04/24] files-backend: convert git_path() to strbuf_git_path()
    ` [PATCH v5 05/24] files-backend: move "logs/" out of TMP_RENAMED_LOG
    ` [PATCH v5 06/24] files-backend: add and use files_reflog_path()
    ` [PATCH v5 07/24] files-backend: add and use files_refname_path()
    ` [PATCH v5 08/24] files-backend: remove the use of git_path()
    ` [PATCH v5 09/24] refs.c: introduce get_main_ref_store()
    ` [PATCH v5 10/24] refs: rename lookup_ref_store() to lookup_submodule_ref_store()
    ` [PATCH v5 11/24] refs.c: flatten get_ref_store() a bit
    ` [PATCH v5 12/24] refs.c: kill register_ref_store(), add register_submodule_ref_store()
    ` [PATCH v5 13/24] refs.c: make get_main_ref_store() public and use it
    ` [PATCH v5 14/24] path.c: move some code out of strbuf_git_path_submodule()

feature request: user email config per domain
 2017-02-22 13:51 UTC  (2+ messages)

Fwd: Typo in worktree man page
 2017-02-22 12:34 UTC  (3+ messages)
  ` [PATCH] Documentation: correctly spell git worktree --detach

[PATCH] Documentation: use brackets for optional arguments
 2017-02-22 12:25 UTC 

[RFC][Git GUI] Make Commit message field in git GUI re sizable
 2017-02-22 11:59 UTC  (3+ messages)

Partnership with Git
 2017-02-22  9:06 UTC  (6+ messages)

[PATCH 0/4 v4] WIP: allow "-" as a shorthand for "previous branch"
 2017-02-22  6:27 UTC  (6+ messages)
` [PATCH 4/4 v4] sha1_name.c: teach get_sha1_1 "-" shorthand for "@{-1}"

url.<base>.insteadOf vs. submodules
 2017-02-22  2:59 UTC  (15+ messages)

[PATCH] git svn branch fails with authenticaton failures
 2017-02-22  2:37 UTC 

[PATCH] Documentation: Link git-ls-files to core.quotePath variable
 2017-02-22  1:38 UTC  (4+ messages)

[BUG] submodule config does not apply to upper case submodules?
 2017-02-22  1:06 UTC  (21+ messages)
        ` [PATCH] config: preserve <subsection> case for one-shot config on the command line
                      ` [PATCH v2] "
                  ` [PATCH] config: reject invalid VAR in 'git -c VAR=VAL command'
                        ` [PATCH v2] "

Git trademark status and policy
 2017-02-22  1:01 UTC  (4+ messages)

[RFCv3 PATCH 00/14] Checkout aware of Submodules!
 2017-02-22  0:31 UTC  (15+ messages)
` [RFCv4 "
  ` [PATCH 06/15] update submodules: add submodule config parsing
  ` [PATCH 08/15] submodules: introduce check to see whether to touch a submodule
  ` [PATCH 12/15] unpack-trees: check if we can perform the operation for submodules

[PATCH v5 00/19] object_id part 6
 2017-02-21 23:47 UTC  (20+ messages)
` [PATCH v5 01/19] hex: introduce parse_oid_hex
` [PATCH v5 02/19] builtin/commit: convert to struct object_id
` [PATCH v5 03/19] builtin/diff-tree: "
` [PATCH v5 04/19] builtin/describe: "
` [PATCH v5 05/19] builtin/fast-export: "
` [PATCH v5 06/19] builtin/fmt-merge-message: "
` [PATCH v5 07/19] builtin/grep: "
` [PATCH v5 08/19] builtin/branch: "
` [PATCH v5 09/19] builtin/clone: "
` [PATCH v5 10/19] builtin/merge: "
` [PATCH v5 11/19] Convert remaining callers of resolve_refdup to object_id
` [PATCH v5 12/19] builtin/replace: convert to struct object_id
` [PATCH v5 13/19] reflog-walk: convert struct reflog_info "
` [PATCH v5 14/19] refs: convert each_reflog_ent_fn "
` [PATCH v5 15/19] refs: simplify parsing of reflog entries
` [PATCH v5 16/19] sha1_file: introduce an nth_packed_object_oid function
` [PATCH v5 17/19] Convert object iteration callbacks to struct object_id
` [PATCH v5 18/19] builtin/merge-base: convert "
` [PATCH v5 19/19] wt-status: "

[PATCH] submodule init: warn about falling back to a local path
 2017-02-21 23:18 UTC 

Git bisect does not find commit introducing the bug
 2017-02-21 22:39 UTC  (21+ messages)

[RFC PATCH] show decorations at the end of the line
 2017-02-21 22:24 UTC  (18+ messages)

What's cooking in git.git (Feb 2017, #06; Tue, 21)
 2017-02-21 22:23 UTC 

[PATCH] remote: Ignore failure to remove missing branch.<name>.merge
 2017-02-21 22:03 UTC  (4+ messages)

Inconsistent results of git blame --porcelain when detecting copies from other files
 2017-02-21 17:48 UTC  (6+ messages)
    ` AW: "

[RFC] Subtle differences in passing configs to git clone
 2017-02-21 17:47 UTC  (2+ messages)

[PATCH v5 0/6] stash: support pathspec argument
 2017-02-21 16:55 UTC  (7+ messages)
` [PATCH v6 "
  ` [PATCH v6 4/6] stash: teach 'push' (and 'create_stash') to honor pathspec

[PATCH 0/3] delete_ref(): support reflog messages
 2017-02-21 16:45 UTC  (9+ messages)
` [PATCH v2 0/4] delete_ref: "
  ` [PATCH v2 1/4] delete_ref: accept a reflog message argument
  ` [PATCH v2 2/4] update-ref: pass reflog message to delete_ref()
  ` [PATCH v2 3/4] rename_ref: replace empty message in HEAD's log
  ` [PATCH v2 4/4] branch: record creation of renamed branch "

Not expected merge conflict output
 2017-02-21  9:24 UTC 

[PATCH] fetch: print an error when declining to request an unadvertised object
 2017-02-21  6:36 UTC  (3+ messages)

Bug-Report: git-svn and backslash in SVN branch name
 2017-02-21  6:02 UTC  (4+ messages)
` [PATCH] git-svn: escape backslashes in refnames

Sending informational messages from upload-pack
 2017-02-21  5:59 UTC  (3+ messages)

git svn find-rev -- search for nearest SVN rev
 2017-02-21  2:54 UTC 

slightly confusing message
 2017-02-21  2:22 UTC  (4+ messages)

[PATCH v4 00/19] object_id part 6
 2017-02-21  1:10 UTC  (24+ messages)
` [PATCH v4 01/19] hex: introduce parse_oid_hex
` [PATCH v4 02/19] builtin/commit: convert to struct object_id
` [PATCH v4 03/19] builtin/diff-tree: "
` [PATCH v4 04/19] builtin/describe: "
` [PATCH v4 05/19] builtin/fast-export: "
` [PATCH v4 06/19] builtin/fmt-merge-message: "
` [PATCH v4 07/19] builtin/grep: "
` [PATCH v4 08/19] builtin/branch: "
` [PATCH v4 09/19] builtin/clone: "
` [PATCH v4 10/19] builtin/merge: "
` [PATCH v4 11/19] Convert remaining callers of resolve_refdup to object_id
` [PATCH v4 12/19] builtin/replace: convert to struct object_id
` [PATCH v4 13/19] reflog-walk: convert struct reflog_info "
` [PATCH v4 14/19] refs: convert each_reflog_ent_fn "
` [PATCH v4 15/19] refs: simplify parsing of reflog entries
` [PATCH v4 16/19] sha1_file: introduce an nth_packed_object_oid function
` [PATCH v4 17/19] Convert object iteration callbacks to struct object_id
` [PATCH v4 18/19] builtin/merge-base: convert "
` [PATCH v4 19/19] wt-status: "

git diff --quiet exits with 1 on clean tree with CRLF conversions
 2017-02-20 21:25 UTC  (5+ messages)

[PATCH 0/5] A series of performance enhancements in the memihash and name-cache area
 2017-02-20 20:27 UTC  (5+ messages)
` [PATCH 2/5] hashmap: allow memihash computation to be continued

Cross-referencing the Git mailing list archive with their corresponding commits in `pu`
 2017-02-20 20:06 UTC  (4+ messages)

[PATCH/RFC 00/11] Remove submodule from files-backend.c
 2017-02-20 12:25 UTC  (5+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 04/16] files-backend: replace *git_path*() with files_path()

body-CC-comment regression
 2017-02-20 12:10 UTC  (3+ messages)
` [PATCH v2] send-email: only allow one address per body tag

[PATCH v2] git-check-ref-format: clarify man for --normalize
 2017-02-20  9:10 UTC  (3+ messages)

missing handling of "No newline at end of file" in git am
 2017-02-20  8:06 UTC  (5+ messages)

git-scm.com status report
 2017-02-20  7:53 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).