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

possible bug: inconsistent CLI behaviour for empty user.name
 2017-02-24  1:08 UTC  (8+ messages)
  ` [PATCH 1/4] ident: mark error messages for translation
  ` [PATCH 2/4] ident: handle NULL email when complaining of empty name
  ` [PATCH 3/4] ident: reject all-crud ident name
  ` [PATCH 4/4] ident: do not ignore empty config name/email

[PATCH 00/10] decoupling a submodule's existence and its url
 2017-02-24  0:58 UTC  (13+ messages)
` [PATCH 01/10] submodule: decouple url and submodule existence
` [PATCH 02/10] submodule update: add `--init-active` switch
` [PATCH 03/10] clone: add --submodule-spec=<pathspec> switch
` [PATCH 04/10] completion: clone can initialize specific submodules
` [PATCH 05/10] submodule--helper: add is_active command
` [PATCH 06/10] submodule add: respect submodule.active
` [PATCH 07/10] submodule status: use submodule--helper is-active
` [PATCH 08/10] submodule deinit: use most reliable url
` [PATCH 09/10] submodule sync: use submodule--helper is-active
` [PATCH 10/10] submodule--helper clone: check for configured submodules using helper

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

[BUG] allowtipsha1inwant serves unreachable blobs if you know its hash
 2017-02-24  0:44 UTC  (5+ messages)

SHA1 collisions found
 2017-02-24  0:16 UTC  (39+ messages)
                          ` [PATCH 1/3] add collision-detecting sha1 implementation
                          ` [PATCH 2/3] sha1dc: adjust header includes for git
                          ` [PATCH 3/3] Makefile: add USE_SHA1DC knob

[PATCH] submodule init: warn about falling back to a local path
 2017-02-24  0:17 UTC  (4+ messages)

[RFCv4 PATCH 00/14] Checkout aware of Submodules!
 2017-02-23 22:57 UTC  (17+ messages)
` [RFCv5 "
  ` [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_move_head
  ` [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: wipe selected submodules
  ` [PATCH 14/15] entry.c: update submodules when interesting
  ` [PATCH 15/15] builtin/checkout: add --recurse-submodules switch

[PATCH 0/3] delete_ref(): support reflog messages
 2017-02-23 22:29 UTC  (5+ messages)
` [PATCH v2 0/4] delete_ref: "
  ` [PATCH v2 1/4] delete_ref: accept a reflog message argument

What's cooking in git.git (Feb 2017, #07; Thu, 23)
 2017-02-23 22:13 UTC 

[PATCH 1/4] t7003: ensure --prune-empty can prune root commit
 2017-02-23 21:33 UTC  (6+ messages)
` [PATCH 2/4] t7003: ensure --prune-empty removes entire branch when applicable
` [PATCH 3/4] filter-branch: fix --prune-empty on parentless commits
` [PATCH 4/4] p7000: add test for filter-branch with --prune-empty

SHAttered (the first practical SHA1 attack)
 2017-02-23 21:20 UTC  (2+ messages)

[PATCH] git svn branch fails with authenticaton failures
 2017-02-23 20:54 UTC  (2+ messages)

[PATCH] http(s): automatically try NTLM authentication first
 2017-02-23 20:48 UTC  (32+ messages)
                ` [PATCH 1/2] http: restrict auth methods to what the server advertises
                ` [PATCH 2/2] http: add an "auto" mode for http.emptyauth

git bugs
 2017-02-23 20:27 UTC 

[RFC 00/14] Allow fetch-pack to send ref names (globs allowed)
 2017-02-23 20:14 UTC  (7+ messages)
` [RFC 03/14] upload-pack: test negotiation with changing repo
        ` [PATCH] upload-pack: report "not our ref" to client

[PATCH v5 0/1] Conditional config include
 2017-02-23 19:59 UTC  (3+ messages)
` [PATCH v5 1/1] config: add conditional include

feature request: user email config per domain
 2017-02-23 19:29 UTC  (5+ messages)
  ` Fwd: "

usability bug: git-gui: keyboard shortcuts don't operate correctly on multi-file selections
 2017-02-23 19:09 UTC 

body-CC-comment regression
 2017-02-23 18:53 UTC  (4+ messages)
` [PATCH v2] send-email: only allow one address per body tag

[RFC] Add support for downloading blobs on demand
 2017-02-23 15:39 UTC  (6+ messages)

[ANNOUNCE] Git Rev News edition 24
 2017-02-23  9:41 UTC 

[PATCH v4 00/15] Remove submodule from files-backend.c
 2017-02-23  9:26 UTC  (20+ messages)
` [PATCH v5 00/24] "
  ` [PATCH v5 01/24] refs.h: add forward declaration for structs used in this file
  ` [PATCH v5 11/24] refs.c: flatten get_ref_store() a bit
  ` [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()
  ` [PATCH v5 15/24] refs: move submodule code out of files-backend.c
  ` [PATCH v5 16/24] files-backend: replace submodule_allowed check in files_downcast()
  ` [PATCH v5 17/24] refs: rename get_ref_store() to get_submodule_ref_store() and make it public
  ` [PATCH v5 18/24] refs: add new ref-store api
  ` [PATCH v5 19/24] refs: new transaction related "
  ` [PATCH v5 20/24] files-backend: avoid ref api targetting main ref store
  ` [PATCH v5 21/24] refs: delete pack_refs() in favor of refs_pack_refs()
  ` [PATCH v5 22/24] t/helper: add test-ref-store to test ref-store functions
  ` [PATCH v5 23/24] t1405: some basic tests on main ref store
  ` [PATCH v5 24/24] t1406: new tests for submodule "

git email From: parsing (was Re: [GIT PULL] Staging/IIO driver patches for 4.11-rc1)
 2017-02-23  7:59 UTC  (3+ messages)

[RFC][Git GUI] Make Commit message field in git GUI re sizable
 2017-02-23  6:46 UTC  (5+ messages)

[PATCH v5 00/19] object_id part 6
 2017-02-22 23:45 UTC  (10+ messages)
` [PATCH v5 03/19] builtin/diff-tree: convert to struct object_id
        ` [PATCH] t: add multi-parent test of diff-tree --stdin

[PATCH] Documentation: Link git-ls-files to core.quotePath variable
 2017-02-22 21:08 UTC  (7+ messages)

[PATCH] git add -i: replace \t with blanks in the help message
 2017-02-22 20:50 UTC  (2+ messages)

url.<base>.insteadOf vs. submodules
 2017-02-22 19:11 UTC  (16+ messages)

[RFCv3 PATCH 00/14] Checkout aware of Submodules!
 2017-02-22 18:43 UTC  (5+ messages)
` [RFCv4 "
  ` [PATCH 03/15] lib-submodule-update.sh: define tests for recursing into submodules

[PATCH] Documentation: use brackets for optional arguments
 2017-02-22 18:21 UTC  (2+ messages)

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

[PATCH] fetch: print an error when declining to request an unadvertised object
 2017-02-22 17:26 UTC  (13+ messages)
    ` [PATCH 1/3] fetch-pack: move code to report unmatched refs to a function
        ` [PATCH v2 "
        ` [PATCH v2 2/3] fetch_refs_via_pack: call report_unmatched_refs
        ` [PATCH v2 3/3] fetch-pack: add specific error for fetching an unadvertised object
    ` [PATCH 2/3] fetch_refs_via_pack: call report_unmatched_refs
    ` [PATCH 3/3] fetch-pack: add specific error for fetching an unadvertised object

`git show --oneline commit` does not do what's intuitively expected
 2017-02-22 17:18 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).