git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-03-17 22:02:19 to 2017-03-19 19:13:00 UTC [more...]

[PATCH v5 00/24] Remove submodule from files-backend.c
 2017-03-19 19:10 UTC  (30+ messages)
` [PATCH v6 00/27] "
  ` [PATCH v6 01/27] refs.h: add forward declaration for structs used in this file
  ` [PATCH v6 02/27] files-backend: make files_log_ref_write() static
  ` [PATCH v6 03/27] files-backend: delete dead code in files_init_db()
  ` [PATCH v6 04/27] files-backend: add and use files_packed_refs_path()
  ` [PATCH v6 05/27] files-backend: make sure files_rename_ref() always reach the end
  ` [PATCH v6 06/27] files-backend: convert git_path() to strbuf_git_path()
  ` [PATCH v6 07/27] files-backend: move "logs/" out of TMP_RENAMED_LOG
  ` [PATCH v6 08/27] files-backend: add and use files_reflog_path()
  ` [PATCH v6 09/27] files-backend: add and use files_refname_path()
  ` [PATCH v6 10/27] files-backend: remove the use of git_path()
  ` [PATCH v6 11/27] refs.c: introduce get_main_ref_store()
  ` [PATCH v6 12/27] refs: rename lookup_ref_store() to lookup_submodule_ref_store()
  ` [PATCH v6 13/27] refs.c: flatten get_ref_store() a bit
  ` [PATCH v6 14/27] refs.c: kill register_ref_store(), add register_submodule_ref_store()
  ` [PATCH v6 15/27] refs.c: make get_main_ref_store() public and use it
  ` [PATCH v6 16/27] path.c: move some code out of strbuf_git_path_submodule()
  ` [PATCH v6 17/27] refs: move submodule code out of files-backend.c
  ` [PATCH v6 18/27] files-backend: replace submodule_allowed check in files_downcast()
  ` [PATCH v6 19/27] refs: rename get_ref_store() to get_submodule_ref_store() and make it public
  ` [PATCH v6 20/27] refs: add new ref-store api
  ` [PATCH v6 21/27] refs: new transaction related "
  ` [PATCH v6 22/27] files-backend: avoid ref api targetting main ref store
  ` [PATCH v6 23/27] refs: delete pack_refs() in favor of refs_pack_refs()
  ` [PATCH v6 24/27] t/helper: add test-ref-store to test ref-store functions
  ` [PATCH v6 25/27] t1405: some basic tests on main ref store
  ` [PATCH v6 26/27] t1406: new tests for submodule "
  ` [PATCH v6 27/27] refs.h: add a note about sorting order of for_each_ref_*

[PATCH] push: Re-include "push.default=tracking" in the documentation
 2017-03-19 14:36 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] rev-parse: match @{u}, @{push} and ^{<type>} case-insensitively
 2017-03-19 14:26 UTC  (5+ messages)

Add configuration options for some commonly used command-line options (Was: [RFH] GSoC 2015 application)
 2017-03-19 13:43 UTC  (4+ messages)
` Add configuration options for some commonly used command-line options

[PATCH v2 0/5] Kill manual ref parsing code in worktree.c
 2017-03-19  9:34 UTC  (9+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] environment.c: fix potential segfault by get_git_common_dir()
  ` [PATCH v3 2/4] refs: introduce get_worktree_ref_store()
  ` [PATCH v3 3/4] worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()
  ` [PATCH v3 4/4] refs: kill set_worktree_head_symref()

[PATCH] git-commit.txt: list post-rewrite in HOOKS section
 2017-03-19  9:01 UTC 

[PATCH 0/8] Various changes to the "tag" command
 2017-03-19  6:43 UTC  (27+ messages)
` [PATCH 1/8] tag: Remove a TODO item from the test suite
    ` [PATCH 0/2] doc/SubmittingPatches: A couple of minor improvements
    ` [PATCH 1/2] doc/SubmittingPatches: clarify the casing convention for "area: change..."
    ` [PATCH 2/2] doc/SubmittingPatches: show how to get a CLI commit summary
` [PATCH 2/8] tag: Refactor the options handling code to be less bizarro
` [PATCH 3/8] tag: Change misleading --list <pattern> documentation
` [PATCH 4/8] tag: Implicitly supply --list given another list-like option
` [PATCH 5/8] tag: Implicitly supply --list given the -n option
` [PATCH 6/8] ref-filter: Add --no-contains option to tag/branch/for-each-ref
` [PATCH 7/8] tag: Add tests for --with and --without
` [PATCH 8/8] tag: Change --point-at to default to HEAD

Is there a way to have a local version of a header file?
 2017-03-19  0:19 UTC  (10+ messages)

[PATCH] l10n: add framework for localizing the manpages
 2017-03-18 23:03 UTC  (6+ messages)
` [PATCH v2 1/2] l10n: Introduce framework for localizing man pages
  ` [PATCH v2 2/2] l10n: Add git-add.txt to localized "

[PATCH] Remove dependency on deprecated Net::SMTP::SSL
 2017-03-18 23:14 UTC  (4+ messages)
` [PATCH] send-email: Net::SMTP::SSL is obsolete, use only when necessary

[PATCH 00/20] object_id part 7
 2017-03-18 21:19 UTC  (21+ messages)
` [PATCH 01/20] Define new hash-size constants for allocating memory
` [PATCH 02/20] Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ
` [PATCH 03/20] Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ
` [PATCH 04/20] builtin/diff: convert to struct object_id
` [PATCH 05/20] builtin/pull: convert portions "
` [PATCH 06/20] builtin/receive-pack: "
` [PATCH 07/20] fsck: convert init_skiplist "
` [PATCH 08/20] parse-options-cb: convert sha1_array_append caller "
` [PATCH 09/20] test-sha1-array: convert most code "
` [PATCH 10/20] sha1_name: convert struct disambiguate_state to object_id
` [PATCH 11/20] sha1_name: convert disambiguate_hint_fn to take object_id
` [PATCH 12/20] submodule: convert check_for_new_submodule_commits to object_id
` [PATCH 13/20] builtin/pull: convert to struct object_id
` [PATCH 14/20] sha1-array: convert internal storage for struct sha1_array to object_id
` [PATCH 15/20] Make sha1_array_append take a struct object_id *
` [PATCH 16/20] Convert remaining callers of sha1_array_lookup to object_id
` [PATCH 17/20] Convert sha1_array_lookup to take struct object_id
` [PATCH 18/20] Convert sha1_array_for_each_unique and for_each_abbrev to object_id
` [PATCH 19/20] Rename sha1_array to oid_array
` [PATCH 20/20] Documentation: update and rename api-sha1-array.txt

How do I make 'git diff --no-index' follow symlinks?
 2017-03-18 22:54 UTC  (3+ messages)

[PATCH v3 0/2] diff --no-index: support symlinks and pipes
 2017-03-18 21:00 UTC  (3+ messages)
` [PATCH v3 1/2] diff --no-index: optionally follow symlinks
` [PATCH v3 2/2] diff --no-index: support reading from pipes

[PATCH] Inconsistency between git log and git rev-parse for ^HEAD^@
 2017-03-18 21:26 UTC  (3+ messages)

Shared repositories no longer securable against privilege escalation
 2017-03-18 21:17 UTC  (5+ messages)

[PATCH] pickaxe: fix segfault with '-S<...> --pickaxe-regex'
 2017-03-18 19:17 UTC  (5+ messages)
  ` [PATCHv2] "

[BUG] "git stash -- path" reports wrong unstaged changes
 2017-03-18 18:36 UTC  (2+ messages)

[PATCH/RFC 00/15] Fix git-gc losing objects in multi worktree
 2017-03-18 18:00 UTC  (15+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 01/12] revision.h: new flag in struct rev_info wrt. worktree-related refs
  ` [PATCH v2 02/12] revision.c: refactor add_index_objects_to_pending()
  ` [PATCH v2 03/12] revision.c: --indexed-objects add objects from all worktrees
  ` [PATCH v2 04/12] refs.c: refactor get_submodule_ref_store(), share common free block
  ` [PATCH v2 05/12] refs: move submodule slash stripping code to get_submodule_ref_store
  ` [PATCH v2 06/12] refs: add refs_head_ref()
  ` [PATCH v2 07/12] revision.c: use refs_for_each*() instead of for_each_*_submodule()
  ` [PATCH v2 08/12] refs: remove dead for_each_*_submodule()
  ` [PATCH v2 09/12] revision.c: --all adds HEAD from all worktrees
  ` [PATCH v2 10/12] files-backend: make reflog iterator go through per-worktree reflog
  ` [PATCH v2 11/12] revision.c: --reflog add HEAD reflog from all worktrees
  ` [PATCH v2 12/12] rev-list: expose and document --single-worktree

GSoC 2017: application open, deadline = February 9, 2017
 2017-03-18 17:42 UTC  (3+ messages)

[PATCHv3] rev-parse: add --show-superproject-working-tree
 2017-03-18 17:24 UTC  (9+ messages)
` [PATCHv4] "
    ` [PATCH] Documentation/git-worktree: use working tree for trees on the file system

[PATCH] receive-pack: simplify run_update_post_hook()
 2017-03-18 17:12 UTC  (5+ messages)

[PATCH v3 00/10] decoupling a submodule's existence and its url
 2017-03-18 17:00 UTC  (19+ messages)
` [PATCH v4 00/10] decoupling url and submodule interest
  ` [PATCH v4 07/10] submodule init: initialize active submodules
  ` [PATCH v5 00/10] decoupling url and submodule interest
    ` [PATCH v5 01/10] submodule--helper: add is-active subcommand
    ` [PATCH v5 02/10] submodule status: use submodule--helper is-active
    ` [PATCH v5 03/10] submodule sync: skip work for inactive submodules
    ` [PATCH v5 04/10] submodule sync: use submodule--helper is-active
    ` [PATCH v5 05/10] submodule--helper clone: check for configured submodules using helper
    ` [PATCH v5 06/10] submodule: decouple url and submodule interest
    ` [PATCH v5 07/10] submodule init: initialize active submodules
    ` [PATCH v5 08/10] clone: teach --recurse-submodules to optionally take a pathspec
    ` [PATCH v5 09/10] submodule--helper init: set submodule.<name>.active
    ` [PATCH v5 10/10] submodule add: respect submodule.active and submodule.<name>.active

[PATCH] tests: create an interactive gdb session with the 'debug' helper
 2017-03-18 16:14 UTC  (5+ messages)
    ` [PATCHv2 1/2] "
      ` [PATCHv2 2/2] tests: make the 'test_pause' helper work in non-verbose mode

Commiting files larger than 4 GB on Windows
 2017-03-18 13:03 UTC  (8+ messages)

[PATCH] gitk: use right colour for remote refs in the "Tags and heads" dialog
 2017-03-18 11:25 UTC 

Bug with .gitignore and branch switching
 2017-03-18  4:30 UTC  (7+ messages)

[PATCH] gitk: Add Chinese(zh_CN) translation
 2017-03-18  3:21 UTC  (2+ messages)

[PATCH] http-push: don't check return value of lookup_unknown_object()
 2017-03-17 22:12 UTC 

[PATCH] grep: fix build with no thread support
 2017-03-17 23:03 UTC  (7+ messages)

[PATCH] shortlog: don't set after_subject to an empty string
 2017-03-17 23:52 UTC 

[PATCH] run-command: fix segfault when cleaning forked async process
 2017-03-17 23:42 UTC  (3+ messages)

fatal: Could not get current working directory: Permission denied | affected 2.10,2.11,2.12, but not 1.9.5 |
 2017-03-17 22:50 UTC  (12+ messages)

[PATCH] grep: fix build with no thread support
 2017-03-17 23:00 UTC  (4+ messages)
` [PATCH 1/2] grep: set default output method
  ` [PATCH 2/2] grep: fix builds with with no thread support

[RFD PATCH 3/3] name-rev: Allow lightweight tags and branch refs
 2017-03-17 22:43 UTC  (9+ messages)
` [PATCH 0/2] Teach name-rev to pay more attention to lightweight tags
  ` [PATCH 2/2] name-rev: favor describing with tags and use committer date to tiebreak

[PATCH] revision: remove declaration of path_name()
 2017-03-17 22:26 UTC  (2+ 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).