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

Git Open Source Weekend London 11th/12th November
 2017-11-05 11:58 UTC  (6+ messages)
  ` [PATCH/DONOTAPPLY 0/4] first steps towards pager.foo.{command,enable}
    ` [PATCH 1/4] t7006: document that `pager.foo` can be partially preserved
    ` [PATCH 2/4] pager: refactor `pager_command_config()`

git grep -P fatal: pcre_exec failed with error code -8
 2017-11-05  9:41 UTC  (3+ messages)

what is the function of .git/branches/?
 2017-11-05  9:38 UTC  (2+ messages)

[PATCH v2 0/9] Tidy up the constants related to ref_update::flags
 2017-11-05  8:42 UTC  (10+ messages)
` [PATCH v2 1/9] files_transaction_prepare(): don't leak flags to packed transaction
` [PATCH v2 2/9] prune_ref(): call `ref_transaction_add_update()` directly
` [PATCH v2 3/9] ref_transaction_update(): die on disallowed flags
` [PATCH v2 4/9] ref_transaction_add_update(): remove a check
` [PATCH v2 5/9] refs: tidy up and adjust visibility of the `ref_update` flags
` [PATCH v2 6/9] refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
` [PATCH v2 7/9] refs: rename constant `REF_ISPRUNING` to `REF_IS_PRUNING`
` [PATCH v2 8/9] write_packed_entry(): take `object_id` arguments
` [PATCH v2 9/9] refs: update some more docs to use "oid" rather than "sha1"

Regression[2.14.3->2.15]: Interactive rebase fails if submodule is modified
 2017-11-05  7:30 UTC  (7+ messages)

[PATCH 5/7] refs: tidy up and adjust visibility of the `ref_update` flags
 2017-11-05  7:19 UTC  (3+ messages)

[PATCH 0/7] Tidy up the constants related to ref_update::flags
 2017-11-05  6:46 UTC  (4+ messages)
` [PATCH 1/7] files_transaction_prepare(): don't leak flags to packed transaction

[RFC PATCH 0/3] git-describe <blob> ?
 2017-11-05  6:28 UTC  (38+ messages)
` [PATCH 0/7] git-describe <blob>
  ` [PATCH 6/7] builtin/describe.c: describe a blob
  ` [PATCHv2 0/7] git describe blob
    ` [PATCHv2 6/7] builtin/describe.c: describe a blob
    ` [PATCHv3 0/7] git describe blob
      ` [PATCHv3 1/7] t6120: fix typo in test name
      ` [PATCHv3 2/7] list-objects.c: factor out traverse_trees_and_blobs
      ` [PATCHv3 3/7] revision.h: introduce blob/tree walking in order of the commits
      ` [PATCHv3 4/7] builtin/describe.c: rename `oid` to avoid variable shadowing
      ` [PATCHv3 5/7] builtin/describe.c: print debug statements earlier
      ` [PATCHv3 6/7] builtin/describe.c: factor out describe_commit
      ` [PATCHv3 7/7] builtin/describe.c: describe a blob

[PATCH v1 0/2] Add option to git log to choose which refs receive decoration
 2017-11-05  6:17 UTC  (10+ messages)
` [PATCH v1 1/2] refs: extract function to normalize partial refs
` [PATCH v1 2/2] log: add option to choose which refs to decorate

Regression in 'git branch -m'?
 2017-11-05  5:36 UTC  (6+ messages)
` [PATCH 2/2] refs_resolve_ref_unsafe: handle d/f conflicts for writes

[PATCH 1/3] notes: move hex_to_bytes() to hex.c and export it
 2017-11-05  2:56 UTC  (7+ messages)
` [PATCH 2/3] http-push: use hex_to_bytes()

[PATCH 1/2] sequencer: factor out rewrite_file()
 2017-11-05  2:07 UTC  (13+ messages)

[PATCH 0/6] Create Git/Packet.pm
 2017-11-05  2:03 UTC  (5+ messages)
` [PATCH 5/6] t0021/rot13-filter: add capability functions

[PATCH] l10n: es.po: fix typos
 2017-11-05  0:18 UTC  (2+ messages)

How to resolve mixture of modified and deleted conflicts easily in git?
 2017-11-04 19:10 UTC  (2+ messages)

[PATCH] Git-cvsimport Improvement
 2017-11-04 18:30 UTC 

[PATCH] fix typos in 2.15.0 release notes
 2017-11-04 12:16 UTC  (4+ messages)
  ` (no subject)

[PATCH 0/4] WIP: git-remote-media wiki namespace support
 2017-11-04 10:57 UTC  (3+ messages)
` [PATCH 3/4] remote-mediawiki: show known namespace choices on failure

[PATCH 1/4] remote-mediawiki: add namespace support
 2017-11-04  9:57 UTC  (28+ messages)
` [PATCH v2 0/7] "
  ` [PATCH 4/7] remote-mediawiki: skip virtual namespaces
  ` [PATCH 5/7] remote-mediawiki: support fetching from (Main) namespace
  ` [PATCH v3 0/7] remote-mediawiki: namespace support
    ` [PATCH v3 1/7] remote-mediawiki: add "
    ` [PATCH v3 2/7] remote-mediawiki: allow fetching namespaces with spaces
    ` [PATCH v3 3/7] remote-mediawiki: show known namespace choices on failure
    ` [PATCH v3 4/7] remote-mediawiki: skip virtual namespaces
    ` [PATCH v3 5/7] remote-mediawiki: support fetching from (Main) namespace
    ` [PATCH v3 6/7] remote-mediawiki: process namespaces in order
    ` [PATCH v3 7/7] remote-mediawiki: show progress while fetching namespaces

Bug report: git reset --hard does not fix submodule worktree
 2017-11-04  0:46 UTC 

Git libsecret No Unlock Dialog Issue
 2017-11-03 20:44 UTC  (7+ messages)
      ` [PATCH] credential-libsecret: unlock locked secrets

[PATCH 00/14] WIP Partial clone part 3: clone, fetch, fetch-pack, upload-pack, and tests
 2017-11-03 20:38 UTC  (20+ messages)
` [PATCH 01/14] upload-pack: add object filtering for partial clone
` [PATCH 02/14] clone, fetch-pack, index-pack, transport: "
` [PATCH 03/14] fetch: refactor calculation of remote list
` [PATCH 04/14] fetch: add object filtering for partial fetch
` [PATCH 05/14] remote-curl: add object filtering for partial clone
` [PATCH 06/14] pack-objects: test support for blob filtering
` [PATCH 07/14] fetch-pack: test support excluding large blobs
` [PATCH 08/14] fetch: add from_promisor and exclude-promisor-objects parameters
` [PATCH 09/14] t5500: add fetch-pack tests for partial clone
` [PATCH 10/14] t5601: test "
` [PATCH 11/14] t5500: more tests for partial clone and fetch
` [PATCH 12/14] unpack-trees: batch fetching of missing blobs
` [PATCH 13/14] fetch-pack: restore save_commit_buffer after use
` [PATCH 14/14] index-pack: silently assume missing objects are promisor

submodule using revision
 2017-11-03 20:26 UTC  (2+ messages)

[PATCH] config: document blame configuration
 2017-11-03 19:21 UTC  (5+ messages)
` [PATCHv2] "

"Cannot fetch git.git" (worktrees at fault? or origin/HEAD) ?
 2017-11-03 19:11 UTC  (10+ messages)

[PATCH 0/9] WIP Partial clone part 2: fsck and promisors
 2017-11-03 18:39 UTC  (13+ messages)
` [PATCH 1/9] extension.partialclone: introduce partial clone extension
` [PATCH 2/9] fsck: introduce partialclone extension
` [PATCH 3/9] fsck: support refs pointing to promisor objects
` [PATCH 4/9] fsck: support referenced "
` [PATCH 5/9] fsck: support promisor objects as CLI argument
` [PATCH 6/9] index-pack: refactor writing of .keep files
` [PATCH 7/9] introduce fetch-object: fetch one promisor object
` [PATCH 8/9] sha1_file: support lazily fetching missing objects
` [PATCH 9/9] gc: do not repack promisor packfiles

[PATCH] setup: avoid double slashes when looking for HEAD
 2017-11-03 18:38 UTC  (2+ messages)

[PATCH v2 0/6] Partial clone part 1: object filtering
 2017-11-03 18:34 UTC  (14+ messages)
` [PATCH v2 1/6] dir: allow exclusions from blob in addition to file
` [PATCH v2 2/6] oidmap: add oidmap iterator methods
` [PATCH v2 3/6] oidset: add iterator methods to oidset
` [PATCH v2 4/6] list-objects: filter objects in traverse_commit_list
` [PATCH v2 5/6] rev-list: add list-objects filtering support
` [PATCH v2 6/6] pack-objects: add list-objects filtering

git tries to stat //HEAD when searching for a repo, leading to huge delays on Cygwin
 2017-11-03 18:29 UTC  (6+ messages)
` [PATCH] setup.c: don't try to access '//HEAD' during repo discovery

[PATCH] fix an 'dubious one-bit signed bitfield' error
 2017-11-03 17:26 UTC  (2+ messages)

git, isolation
 2017-11-03 17:18 UTC  (3+ messages)

git, isolation
 2017-11-03 16:36 UTC 

[PATCH 0/3] mingw: introduce a way to avoid std handle inheritance
 2017-11-03 11:51 UTC  (10+ messages)
` [PATCH 3/3] mingw: document the experimental standard handle redirection

Documentation for git-diff is very difficult to understand for a layman
 2017-11-03 10:09 UTC  (2+ messages)

[BUG] Incosistent repository state when trying to rename HEAD in the middle of a rebase
 2017-11-03  9:23 UTC  (4+ messages)

[PATCH] mailmap: use Kaartic Sivaraam's new address
 2017-11-03  5:43 UTC 

[RFC PATCH v2 0/5] Give more useful error messages when renaming a branch
 2017-11-03  2:58 UTC  (9+ messages)
` [RFC PATCH v3 0/4] give more useful error messages while renaming branch
  ` [RFC PATCH v3 3/4] branch: introduce dont_fail parameter for branchname validation
  ` [RFC PATCH v3 4/4] builtin/branch: give more useful error messages when renaming

[PATCH 1/2] sequencer: factor out rewrite_file()
 2017-11-03  1:47 UTC  (6+ messages)
` [PATCH 1/2] wrapper.c: consistently quote filenames in error messages

No log --no-decorate completion?
 2017-11-02 21:19 UTC  (6+ messages)

[BUG] git clean -d is too greedy
 2017-11-02 18:04 UTC  (2+ messages)

On the nature of cover letters [WAS Re: [PATCH 0/6] Create Git/Packet.pm]
 2017-11-02 18:03 UTC  (8+ messages)

[PATCH] imap-send: handle NULL return of next_arg()
 2017-11-02 17:27 UTC  (3+ messages)

[PATCH 1/3] bisect: fix memory leak and document `find_bisection()`
 2017-11-02 10:47 UTC  (3+ messages)

[PATCH] reduce_heads: fix memory leaks
 2017-11-02 10:45 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).