git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-08-14 19:31:13 to 2018-08-16 02:39:57 UTC [more...]

[RFC] submodule: munge paths to submodule git directories
 2018-08-16  2:39 UTC  (12+ messages)
` [PATCH 0/2] munge submodule names
  ` [PATCH 2/2] submodule: munge paths to submodule git directories

What's cooking in git.git (Aug 2018, #03; Wed, 15)
 2018-08-16  2:35 UTC  (2+ messages)

[RFC PATCH 0/7] Unset the submodule URL in the superproject when no longer needed
 2018-08-16  2:31 UTC  (8+ messages)
` [PATCH 1/7] t7410: update to new style
` [PATCH 2/7] builtin/submodule--helper: remove stray new line
` [PATCH 3/7] submodule: is_submodule_active to differentiate between new and old mode
` [PATCH 4/7] submodule sync: omit setting submodule URL in config if possible
` [PATCH 5/7] submodule--helper: factor out allocation of callback cookie
` [PATCH 6/7] submodule--helper, update_clone: store index to update_clone instead of ce
` [PATCH 7/7] builtin/submodule--helper: unset submodule url if possible

[PATCHv4 0/6] Add missing includes and forward declares
 2018-08-16  0:19 UTC  (12+ messages)
  ` [PATCHv4 1/6] Add missing includes and forward declarations
  ` [PATCHv4 2/6] alloc: make allocate_alloc_state and clear_alloc_state more consistent
  ` [PATCHv4 3/6] Move definition of enum branch_track from cache.h to branch.h
  ` [PATCHv4 4/6] urlmatch.h: fix include guard
  ` [PATCHv4 5/6] compat/precompose_utf8.h: use more common include guard style
  ` [PATCHv4 6/6] Remove forward declaration of an enum

[RFC PATCH 0/5] filter: support for excluding all trees and blobs
 2018-08-15 23:19 UTC  (29+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v4 6/6] list-objects-filter: implement filter tree:0
` [PATCH v5 0/6] filter: support for excluding all trees and blobs
  ` [PATCH v5 1/6] list-objects: store common func args in struct
  ` [PATCH v5 2/6] list-objects: refactor to process_tree_contents
  ` [PATCH v5 3/6] list-objects: always parse trees gently
  ` [PATCH v5 4/6] rev-list: handle missing tree objects properly
  ` [PATCH v5 5/6] revision: mark non-user-given objects instead
  ` [PATCH v5 6/6] list-objects-filter: implement filter tree:0
` [PATCH v6 0/6] filter: support for excluding all trees and blobs
  ` [PATCH v6 1/6] list-objects: store common func args in struct
  ` [PATCH v6 2/6] list-objects: refactor to process_tree_contents
  ` [PATCH v6 3/6] list-objects: always parse trees gently
  ` [PATCH v6 4/6] rev-list: handle missing tree objects properly
  ` [PATCH v6 5/6] revision: mark non-user-given objects instead
  ` [PATCH v6 6/6] list-objects-filter: implement filter tree:0

Bug with Git submodules and submodule.recurse setting
 2018-08-15 22:52 UTC  (4+ messages)
` [PATCH] git-submodule.sh: accept verbose flag in cmd_update to be non-quiet
  ` Aw: "

[PATCH v2] worktree: add --quiet option
 2018-08-15 22:36 UTC  (2+ messages)

[PATCH v6 0/4] stash: add new tests and introduce a new helper function
 2018-08-15 22:25 UTC  (19+ messages)
` [GSoC][PATCH v7 00/26] Convert "git stash" to C builtin
  ` [GSoC][PATCH v7 04/26] stash: renamed test cases to be more descriptive
  ` [GSoC][PATCH v7 09/26] stash: implement the "list" command in the builtin
  ` [GSoC][PATCH v7 10/26] stash: convert show to builtin
  ` [GSoC][PATCH v7 11/26] stash: change `git stash show` usage text and documentation
  ` [GSoC][PATCH v7 12/26] stash: refactor `show_stash()` to use the diff API
  ` [GSoC][PATCH v7 13/26] stash: update `git stash show` documentation
  ` [GSoC][PATCH v7 14/26] stash: convert store to builtin
  ` [GSoC][PATCH v7 15/26] stash: convert create "

"less -F" is broken
 2018-08-15 21:57 UTC  (5+ messages)

[PATCH] gpg-interface.c: detect and reject multiple signatures on commits
 2018-08-15 21:31 UTC 

Potential vulnerability: 'mixed up' output when commit has multiple signatures
 2018-08-15 21:20 UTC  (2+ messages)

"Changes not staged for commit" after cloning a repo on macOS
 2018-08-15 21:06 UTC  (2+ messages)

[PATCH v1] checkout: optionally speed up "git checkout -b foo"
 2018-08-15 21:05 UTC  (7+ messages)
` [PATCH v2] checkout: optimize "git checkout -b <new_branch>"

[PATCH 00/24] Kill the_index part3
 2018-08-15 19:48 UTC  (10+ messages)
` [PATCH 07/24] ls-files: correct index argument to get_convert_attr_ascii()
` [PATCH 08/24] unpack-trees: remove 'extern' on function declaration

[PATCH v3 0/1] clone: warn on colidding entries on checkout
 2018-08-15 19:38 UTC  (5+ messages)
` [PATCH v4] clone: report duplicate entries on case-insensitive filesystems

[PATCH] rebase -i: fix numbering in squash message
 2018-08-15 19:17 UTC  (4+ messages)

[PATCH v2 0/6] chainlint: improve robustness against "unusual" shell coding
 2018-08-15 18:45 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] chainlint: match arbitrary here-docs tags rather than hard-coded names
  ` [PATCH v3 2/6] chainlint: match quoted here-doc tags
  ` [PATCH v3 3/6] chainlint: recognize multi-line $(...) when command cuddled with "$("
  ` [PATCH v3 4/6] chainlint: let here-doc and multi-line string commence on same line
  ` [PATCH v3 5/6] chainlint: recognize multi-line quoted strings more robustly
  ` [PATCH v3 6/6] chainlint: add test of pathological case which triggered false positive

[PATCH v3 0/4] Speed up unpack_trees()
 2018-08-15 18:28 UTC  (17+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 2/5] unpack-trees: add performance tracing
  ` [PATCH v4 3/5] unpack-trees: optimize walking same trees with cache-tree

[PATCH] Makefile: extend NO_TCLTK=NoThanks to cover docs
 2018-08-15 18:07 UTC  (5+ messages)

[PATCH 1/2] branch.c: remove explicit reference to the_repository
 2018-08-15 17:43 UTC  (16+ messages)
` [PATCH 2/2] cherry-pick: fix --quit not deleting CHERRY_PICK_HEAD

[PATCH] branch: support configuring --sort via .gitconfig
 2018-08-15 16:59 UTC  (2+ messages)

[PATCH 0/1] Fix make -C t chainlint with DOS line endings
 2018-08-15 16:32 UTC  (4+ messages)
` [PATCH 1/1] chainlint: fix for core.autocrlf=true

Contributor Summit planning
 2018-08-15 16:28 UTC  (17+ messages)
            ` Measuring Community Involvement (was Re: Contributor Summit planning)

[PATCH 0/9] Add missing includes and forward declares
 2018-08-15 16:11 UTC  (14+ messages)

[PATCHv2 0/6] Add missing includes and forward declares
 2018-08-15 15:26 UTC  (18+ messages)
` [PATCHv3 "
  ` [PATCHv3 1/6] "
  ` [PATCHv3 2/6] alloc: make allocate_alloc_state and clear_alloc_state more consistent
  ` [PATCHv3 3/6] Move definition of enum branch_track from cache.h to branch.h
  ` [PATCHv3 4/6] urlmatch.h: fix include guard
  ` [PATCHv3 5/6] compat/precompose_utf8.h: use more common include guard style
  ` [PATCHv3 6/6] Add missing includes and forward declares

git submodule: 3 modules same git repo?
 2018-08-15 15:20 UTC  (11+ messages)
` [PATCH 1/2] store submodule in common dir

[PATCH 0/7] speeding up cat-file by reordering object access
 2018-08-15 14:05 UTC  (4+ messages)
` [PATCH 4/7] for_each_packed_object: support iterating in pack-order

[PATCH 0/2] rebase -i: fix SIGSEGV when 'merge <branch>' fails
 2018-08-15  9:39 UTC  (3+ messages)
` [PATCH 1/2] t3430: add conflicting commit
` [PATCH 2/2] rebase -i: fix SIGSEGV when 'merge <branch>' fails

Syncing HEAD
 2018-08-15  5:49 UTC  (7+ messages)

[PATCH] partial-clone: render design doc using asciidoc
 2018-08-14 23:18 UTC  (4+ messages)

[PATCH v4 4/6] rev-list: handle missing tree objects properly
 2018-08-14 23:14 UTC  (5+ messages)

t5570-git-daemon fails with SIGPIPE on OSX
 2018-08-14 22:37 UTC  (3+ messages)

[PATCH] t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' test
 2018-08-14 21:49 UTC  (2+ messages)

[PATCH] submodule: add more exhaustive up-path testing
 2018-08-14 21:32 UTC  (7+ messages)

[PATCH 0/7] Resend of sb/submodule-update-in-c
 2018-08-14 21:24 UTC  (4+ messages)

[PATCH 0/2] send-email: impose a delay while sending to appease GMail
 2018-08-14 21:02 UTC  (5+ messages)
` [PATCH v2] send-email: add an option to impose delay sent E-Mails

[PATCH v3 0/7] Make submodules work if .gitmodules is not checked out
 2018-08-14 20:36 UTC  (5+ messages)
` [PATCH v3 3/7] t7411: be nicer to future tests and really clean things up
` [PATCH v3 7/7] submodule: support reading .gitmodules even when it's not checked out

[PATCH 0/4] finishing touches on jk/for-each-object-iteration
 2018-08-14 19:39 UTC  (4+ messages)
` [PATCH 3/4] cat-file: use a single strbuf for all output


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