git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-02-28 13:16:10 to 2017-03-02 06:13:57 UTC [more...]

[PATCH v4 00/15] Remove submodule from files-backend.c
 2017-03-02  6:13 UTC  (28+ messages)
` [PATCH v5 00/24] "
  ` [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 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 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()
  ` [PATCH v5 24/24] t1406: new tests for submodule ref store

[PATCH] Put sha1dc on a diet
 2017-03-02  6:10 UTC  (18+ messages)

[PATCH] mingw: use OpenSSL's SHA-1 routines
 2017-03-02  6:07 UTC  (7+ messages)

[PATCH 00/10] decoupling a submodule's existence and its url
 2017-03-02  5:43 UTC  (6+ messages)
` [PATCH 01/10] submodule: decouple url and submodule existence

[PATCH] Travis: also test on 32-bit Linux
 2017-03-02  5:06 UTC  (3+ messages)

[RFCv6 PATCH 00/18] Checkout aware of Submodules!
 2017-03-02  2:11 UTC  (20+ messages)
  ` [PATCH 01/18] lib-submodule-update.sh: reorder create_lib_submodule_repo
  ` [PATCH 02/18] lib-submodule-update.sh: do not use ./. as submodule remote
  ` [PATCH 03/18] lib-submodule-update: teach test_submodule_content the -C <dir> flag
  ` [PATCH 04/18] lib-submodule-update.sh: replace sha1 by hash
  ` [PATCH 05/18] lib-submodule-update.sh: define tests for recursing into submodules
  ` [PATCH 06/18] make is_submodule_populated gently
  ` [PATCH 07/18] connect_work_tree_and_git_dir: safely create leading directories
  ` [PATCH 08/18] update submodules: add submodule config parsing
  ` [PATCH 09/18] update submodules: add a config option to determine if submodules are updated
  ` [PATCH 10/18] submodules: introduce check to see whether to touch a submodule
  ` [PATCH 11/18] update submodules: move up prepare_submodule_repo_env
  ` [PATCH 12/18] update submodules: add submodule_move_head
  ` [PATCH 13/18] unpack-trees: pass old oid to verify_clean_submodule
  ` [PATCH 14/18] unpack-trees: check if we can perform the operation for submodules
  ` [PATCH 15/18] read-cache, remove_marked_cache_entries: wipe selected submodules
  ` [PATCH 16/18] entry.c: update submodules when interesting
  ` [PATCH 17/18] builtin/checkout: add --recurse-submodules switch
  ` [PATCH 18/18] builtin/read-tree: "

Delta compression not so effective
 2017-03-02  0:43 UTC  (11+ messages)

format-patch subject-prefix gets truncated when using the --numbered flag
 2017-03-01 19:43 UTC  (13+ messages)
  ` [PATCH 1/2] log-tree: factor out fmt_output_email_subject()
  ` [PATCH 2/2] pretty: use fmt_output_email_subject()

git diff --quiet exits with 1 on clean tree with CRLF conversions
 2017-03-01 23:29 UTC  (14+ messages)
                ` [PATCH v1 1/1] "

[PATCH 0/6 v5] allow "-" as a shorthand for "previous branch"
 2017-03-01 23:18 UTC  (6+ messages)
` [PATCH 5/6 v5] merge.c: delegate handling of "-" shorthand to revision.c:get_sha1
` [PATCH 6/6 v5] revert.c: delegate handling of "-" shorthand to setup_revisions

[PATCH] README: create HTTP/HTTPS links from URLs in Markdown
 2017-03-01 22:22 UTC 

What's cooking in git.git (Mar 2017, #01; Wed, 1)
 2017-03-01 23:08 UTC  (3+ messages)

[PATCH] gitweb tests: Skip tests when we don't have Time::HiRes
 2017-03-01 22:42 UTC  (5+ messages)
` [PATCH v2 0/2] Minor changes to skip gitweb tests without Time::HiRes
` [PATCH v2 1/2] gitweb tests: Change confusing "skip_all" phrasing
` [PATCH v2 2/2] gitweb tests: Skip tests when we don't have Time::HiRes

[PATCH v7 0/6] stash: support pathspec argument
 2017-03-01 22:43 UTC  (11+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/6] stash: introduce push verb
  ` [PATCH v8 2/6] stash: add test for the create command line arguments
  ` [PATCH v8 3/6] stash: refactor stash_create
  ` [PATCH v8 4/6] stash: teach 'push' (and 'create_stash') to honor pathspec
  ` [PATCH v8 5/6] stash: use stash_push for no verb form
  ` [PATCH v8 6/6] stash: allow pathspecs in the "

SHA1 collisions found
 2017-03-01 19:05 UTC  (21+ messages)

[PATCH v4 00/22] Add configuration options for split-index
 2017-03-01 21:39 UTC  (6+ messages)
` [PATCH v4 15/22] read-cache: touch shared index files when used
` [PATCH v4 17/22] read-cache: unlink old sharedindex files

git status --> Out of memory, realloc failed
 2017-03-01 20:12 UTC  (3+ messages)

[PATCH 0/6] Use time_t
 2017-03-01 19:53 UTC  (19+ messages)
` [PATCH 3/6] Introduce a new "printf format" for timestamps

[PATCH v6 0/1] Conditional config include
 2017-03-01 17:52 UTC  (9+ messages)
` [PATCH v7 0/3] "
  ` [PATCH v7 1/3] config.txt: clarify multiple key values in include.path
  ` [PATCH v7 2/3] config.txt: reflow the second include.path paragraph
  ` [PATCH v7 3/3] config: add conditional include

gpg verify git sub modules useful?
 2017-03-01 19:08 UTC  (4+ messages)

[BUG] branch renamed to 'HEAD'
 2017-03-01 17:35 UTC  (17+ messages)
                  ` [PATCH 2/8] strbuf_branchname: drop return value
                  ` [PATCH 4/8] interpret_branch_name: allow callers to restrict expansions
                  ` [PATCH 5/8] t3204: test git-branch @-expansion corner cases

Typesafer git hash patch
 2017-02-28 20:45 UTC  (8+ messages)

[PATCH 0/3] Test fetch-pack's ability to fetch arbitrary blobs
 2017-02-28 23:12 UTC  (9+ messages)
` [PATCH 1/3] revision: unify {tree,blob}_objects in rev_info
` [PATCH 2/3] revision: exclude trees/blobs given commit

[PATCH] Documentation: Link git-ls-files to core.quotePath variable
 2017-02-28 21:30 UTC  (11+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] Documentation: Improve description for core.quotePath
  ` [PATCH v2 2/2] Documentation: Link descriptions of -z to core.quotePath

SHA1 collisions found
 2017-02-28 21:47 UTC  (11+ messages)
                ` Transition plan for git to move to a new hash function

[PATCH] strbuf: add strbuf_add_real_path()
 2017-02-28 20:42 UTC  (4+ messages)

[PATCH 0/5] recursing submodules with relative pathspec (grep and ls-files)
 2017-02-28 21:07 UTC  (5+ messages)
` [PATCH 3/5] grep: fix bug when recuring with relative pathspec
` [PATCH 5/5] ls-files: "

'git submodules update' ignores credential.helper config of the parent repository
 2017-02-28 20:32 UTC  (7+ messages)

[ANNOUNCE] Git for Windows 2.12.0
 2017-02-28 20:59 UTC  (2+ messages)

[PATCH] http: attempt updating base URL only if no error
 2017-02-28 19:58 UTC  (4+ messages)

[PATCH 1/2] docs/diffcore: fix grammar in diffcore-rename header
 2017-02-28 17:32 UTC  (2+ messages)

Unconventional roles of git
 2017-02-28 15:27 UTC  (3+ messages)

SHA1 collisions found
 2017-02-28 13:25 UTC  (5+ 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).