git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-08-23 12:11:01 to 2017-08-25 20:33:01 UTC [more...]

[GSoC][PATCH 1/4] submodule--helper: introduce get_submodule_displaypath()
 2017-08-25 20:32 UTC  (17+ messages)
` [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 v3 0/4] Incremental rewrite of git-submodules
            ` [GSoC][PATCH v3 1/4] submodule--helper: introduce get_submodule_displaypath()
            ` [GSoC][PATCH v3 2/4] submodule--helper: introduce for_each_listed_submodule()
            ` [GSoC][PATCH v3 3/4] submodule: port set_name_rev() from shell to C
            ` [GSoC][PATCH v3 4/4] submodule: port submodule subcommand 'status' "
  ` [GSoC][PATCH v2 3/4] submodule: port set_name_rev() "
  ` [GSoC][PATCH v2 4/4] submodule: port submodule subcommand 'status' "

[PATCH] usage_with_options: omit double new line on empty option list
 2017-08-25 20:27 UTC  (2+ messages)

[PATCH/RFC] push: anonymize URL in error output
 2017-08-25 19:37 UTC  (6+ messages)

[PATCH 1/2] apply: check date of potential epoch timestamps first
 2017-08-25 19:06 UTC  (2+ messages)
` [PATCH 2/2] apply: remove epoch date from regex

[RFC 0/7] transitioning to protocol v2
 2017-08-25 18:55 UTC  (20+ messages)
` [RFC 1/7] pkt-line: add packet_write function
` [RFC 2/7] pkt-line: add strbuf_packet_read
` [RFC 3/7] protocol: tell server that the client understands v2
` [RFC 4/7] t: fix ssh tests to cope with using '-o SendEnv=GIT_PROTOCOL'
` [RFC 5/7] http: send Git-Protocol-Version header
` [RFC 6/7] transport: teach client to recognize v2 server response
` [RFC 7/7] upload-pack: ack version 2

[PATCH 1/2] refs/files-backend: duplicate strings added to affected_refnames
 2017-08-25 18:49 UTC  (2+ messages)
` [PATCH 2/2] refs/files-backend: fix memory leak in lock_ref_for_update

[PATCH] usage_with_options: omit double new line on empty option list
 2017-08-25 17:31 UTC  (5+ messages)

Should rerere auto-update a merge resolution?
 2017-08-25 17:08 UTC  (8+ messages)

[PATCH/RFC 0/5] Some ThreadSanitizer-results
 2017-08-25 17:04 UTC  (18+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] strbuf_setlen: don't write to strbuf_slopbuf
  ` [PATCH v2 4/4] ThreadSanitizer: add suppressions

Submodule regression in 2.14?
 2017-08-25 16:53 UTC  (13+ messages)

cat-file timing window on Cygwin
 2017-08-25 15:08 UTC  (2+ messages)

[PATCH] sha1-lookup: remove sha1_entry_pos() from header file
 2017-08-25 14:03 UTC  (2+ messages)

Revision resolution for remote-helpers?
 2017-08-25 12:02 UTC  (8+ messages)
      ` [git-for-windows] "

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

[PATCH v4 00/16] Fix git-gc losing objects in multi worktree
 2017-08-25 11:21 UTC  (27+ 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()

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

[PATCH] gitk: different color for boundary commits
 2017-08-25  8:16 UTC  (2+ messages)

[PATCH v5 00/40] Add initial experimental external ODB support
 2017-08-25  6:14 UTC  (4+ messages)
` [PATCH v5 35/40] Add Documentation/technical/external-odb.txt

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

[Patch size_t V3 00/19] use size_t
 2017-08-24 20:29 UTC  (3+ messages)
` [Patch size_t V3 11/19] Use size_t for config parsing

[PATCH] commit & merge: modularize the empty message validator
 2017-08-24 20:19 UTC  (3+ messages)
` [PATCH v2/RFC] commit: change the meaning of an empty commit message

[PATCH 0/1] Add stash entry count summary to short status output
 2017-08-24 20:07 UTC  (5+ messages)

[PATCH v1] convert: display progress for filtered objects that have been delayed
 2017-08-24 19:40 UTC  (2+ messages)

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

[PATCH] Doc: clarify that pack-objects makes packs, plural
 2017-08-24 19:09 UTC  (6+ messages)

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

[PATCH v3 0/4] imap-send: Fix and enable curl by default
 2017-08-24 18:54 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 4/4] imap-send: use curl by default

What's cooking in git.git (Aug 2017, #06; Thu, 24)
 2017-08-24 18:50 UTC 

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

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

[PATCH] Retry acquiring reference locks for 100ms
 2017-08-24 14:44 UTC  (4+ messages)

splitting off shell test framework
 2017-08-24 14:23 UTC  (7+ messages)

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

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  (6+ 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 

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

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  (7+ 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 1/3] Documentation/git-merge: explain --continue
 2017-08-23 12:10 UTC  (5+ messages)
` [PATCH v3 0/4] Keep merge during kills
  ` [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


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