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

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

[RFC 0/3] imap-send curl tunnelling support
 2017-08-24 14:02 UTC  (14+ messages)

[PATCH] Doc: clarify that pack-objects makes packs, plural
 2017-08-24 13:38 UTC  (6+ messages)
  ` [PATCH v2] "

[BUG] rebase -i with empty commits + exec
 2017-08-24 13:35 UTC  (9+ messages)
` [BUG] rebase -i with only empty commits

[RFC PATCH 0/5] Add option to autostage changes when continuing a rebase
 2017-08-24 13:25 UTC  (12+ messages)

Undocumented change in `git branch -M` behavior
 2017-08-24 10:41 UTC  (4+ messages)
` [PATCH] Fix branch renaming not updating HEADs correctly

[RFC PATCH 0/7] Implement ref namespaces as a ref storage backend
 2017-08-24 10:20 UTC  (3+ messages)

sequencer status
 2017-08-24 10:12 UTC  (7+ messages)

"Your branch is up-to-date ..." is incorrect English grammar
 2017-08-24  9:48 UTC  (9+ messages)
      ` [PATCH 1/2] Documentation/user-manual: update outdated example output
      ` [PATCH 2/2] treewide: correct several "up-to-date" to "up to date"

Problems in Default merge message
 2017-08-24  9:01 UTC 

Revision resolution for remote-helpers?
 2017-08-24  8:23 UTC  (6+ messages)
      ` [git-for-windows] "

What does 'git blame --before <rev> -- <file>' supposed to mean?
 2017-08-24  7:58 UTC  (2+ messages)

[PATCH v3 0/4] imap-send: Fix and enable curl by default
 2017-08-24  7:24 UTC  (12+ messages)
` [PATCH v3 1/4] imap-send: return with error if curl failed
` [PATCH v3 2/4] imap-send: add wrapper to get server credentials if needed
` [PATCH v3 3/4] imap_send: setup_curl: retreive credentials if not set in config file
` [PATCH v3 4/4] imap-send: use curl by default

[PATCH] Retry acquiring reference locks for 100ms
 2017-08-24  7:01 UTC  (3+ messages)

Cannot checkout after setting the eol attribute
 2017-08-24  5:50 UTC  (9+ messages)
` [PATCH] Documentation: mention that `eol` can change the dirty status of paths

splitting off shell test framework
 2017-08-23 23:23 UTC  (6+ messages)

git send-email Cc with cruft not working as expected
 2017-08-23 22:49 UTC  (9+ messages)
        ` [RFC PATCH 1/2] send-email: fix garbage removal after address
          ` [RFC PATCH 2/2] send-email: don't use Mail::Address, even if available

[PATCH/RFC 0/5] Some ThreadSanitizer-results
 2017-08-23 22:39 UTC  (13+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] strbuf_setlen: don't write to strbuf_slopbuf

What's cooking in git.git (Aug 2017, #05; Tue, 22)
 2017-08-23 21:38 UTC  (3+ messages)

Should rerere auto-update a merge resolution?
 2017-08-23 21:12 UTC  (3+ messages)

[GSoC][PATCH 1/4] submodule--helper: introduce get_submodule_displaypath()
 2017-08-23 19:52 UTC  (12+ messages)
` [GSoC][PATCH 2/4] submodule--helper: introduce for_each_submodule_list()
  ` [GSoC][PATCH v2 0/4] submodule: Incremental rewrite of git-submodules
    ` [GSoC][PATCH v2 1/4] submodule--helper: introduce get_submodule_displaypath()
    ` [GSoC][PATCH v2 2/4] submodule--helper: introduce for_each_submodule()
    ` [GSoC][PATCH v2 3/4] submodule: port set_name_rev() from shell to C
    ` [GSoC][PATCH v2 4/4] submodule: port submodule subcommand 'status' "

Please fix the useless email prompts
 2017-08-23 17:36 UTC  (10+ messages)

How to force a push to succeed?
 2017-08-23 17:06 UTC  (8+ messages)

[PATCH/RFC] push: anonymize URL in error output
 2017-08-23 15:58 UTC  (3+ messages)

[PATCH 0/4] dropping support for older curl
 2017-08-23 15:41 UTC  (6+ messages)
` [PATCH 0/2] http: handle curl with vendor backports

[PATCH v2 0/3] Keep merge during kills
 2017-08-23 12:10 UTC  (17+ messages)
` [PATCH] merge: save merge state earlier
  ` [PATCH v2 1/3] Documentation/git-merge: explain --continue
              ` [PATCH v3 0/4] Keep merge during kills
                ` [PATCH v3 1/4] Documentation/git-merge: explain --continue
                ` [PATCH v3 2/4] merge: clarify call chain
                ` [PATCH v3 3/4] merge: split write_merge_state in two
                ` [PATCH v3 4/4] merge: save merge state earlier
` [PATCH v2 3/3] "

Advice needed for basic setup for home user
 2017-08-23  5:13 UTC  (2+ messages)

[PATCH] vcs-svn/repo_tree.h: remove repo_init declaration
 2017-08-23  1:10 UTC  (6+ messages)

[PATCH 0/4] vcs-svn: remove repo_tree library
 2017-08-23  0:04 UTC  (11+ messages)
` [PATCH 1/4] vcs-svn: remove prototypes for missing functions
` [PATCH 2/4] vcs-svn: remove custom mode constants
` [PATCH 3/4] vcs-svn: remove repo_delete wrapper function
` [PATCH 4/4] vcs-svn: move remaining repo_tree functions to fast_export.h
` [PATCH v2 bc/vcs-svn-cleanup] vcs-svn: remove repo_tree library
  ` [PATCH v2 1/4] vcs-svn: remove more unused prototypes and declarations
  ` [PATCH v2 2/4] vcs-svn: remove custom mode constants
  ` [PATCH v2 3/4] vcs-svn: remove repo_delete wrapper function
  ` [PATCH v2 4/4] vcs-svn: move remaining repo_tree functions to fast_export.h

[PATCH 0/2] accept non-integer for "this many days" expiry specification
 2017-08-22 21:46 UTC  (8+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] t4200: give us a clean slate after "rerere gc" tests
  ` [PATCH v2 2/6] t4200: make "rerere gc" test more robust
  ` [PATCH v2 3/6] t4200: gather "rerere gc" together
  ` [PATCH v2 4/6] t4200: parameterize "rerere gc" custom expiry test
  ` [PATCH v2 5/6] rerere: represent time duration in timestamp_t internally
  ` [PATCH v2 6/6] rerere: allow approxidate in gc.rerereResolved/gc.rerereUnresolved

[PATCH] Add 'raw' blob_plain link in history overview
 2017-08-22 20:09 UTC  (12+ messages)

Best way to check whether working tree matches a commit's tree
 2017-08-22 20:08 UTC  (3+ messages)

mk-dontmerge/size-t-on-next test failure
 2017-08-22 19:24 UTC  (2+ messages)

Submodule regression in 2.14?
 2017-08-22 18:55 UTC  (11+ messages)
` [PATCH] pull: respect submodule update configuration

[PATCH] repository: fix a sparse 'using integer a NULL pointer' warning
 2017-08-22 18:12 UTC  (3+ messages)

Submodule regression in 2.14?
 2017-08-22 18:10 UTC  (14+ messages)

What's cooking in git.git (Aug 2017, #04; Fri, 18)
 2017-08-22 15:58 UTC  (3+ messages)

[PATCH 0/1] Add stash entry count summary to short status output
 2017-08-22 15:25 UTC  (2+ messages)

t5551 hangs ?
 2017-08-22 14:51 UTC  (4+ 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).