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

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

Best way to check whether working tree matches a commit's tree
 2017-08-22 18:00 UTC 

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

Cannot checkout after setting the eol attribute
 2017-08-22 17:49 UTC 

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

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

mk-dontmerge/size-t-on-next test failure
 2017-08-22 17:06 UTC 

Git makes a merge commit but as a normal (non-merge) commit
 2017-08-22 16:11 UTC  (17+ messages)
  ` [PATCH] merge: save merge state earlier
    ` [PATCH v2 0/3] Keep merge during kills
      ` [PATCH v2 1/3] Documentation/git-merge: explain --continue
      ` [PATCH v2 2/3] merge: split write_merge_state in two
      ` [PATCH v2 3/3] merge: save merge state earlier

[PATCH v3 0/4] imap-send: Fix and enable curl by default
 2017-08-22 15:56 UTC  (5+ 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

What's cooking in git.git (Aug 2017, #04; Fri, 18)
 2017-08-22 15:58 UTC  (10+ messages)
  ` [PATCH] doc: fix typo in sendemail.identity

[RFC PATCH 0/5] Add option to autostage changes when continuing a rebase
 2017-08-22 15:54 UTC  (11+ 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)

[Patch size_t V3 00/19] use size_t
 2017-08-22  1:19 UTC  (6+ messages)
` [Patch size_t V3 15/19] Convert archive functions to size_t
` [Patch size_t V3 16/19] Convert various things "

[PATCH 0/3] read-cache: use stack ondisk struct when writing index
 2017-08-21 23:42 UTC  (6+ messages)
` [PATCH 1/3] perf: add test for writing the index
` [PATCH 2/3] read-cache: fix memory leak in do_write_index
` [PATCH 3/3] read-cache: avoid allocating every ondisk entry when writing

[PATCH v3 00/23] Move exported packfile funcs to its own file
 2017-08-21 22:55 UTC  (10+ messages)
` [RFC PATCH 00/10] An attempt to move "
  ` [PATCH v2 00/25] Move exported "
  ` [PATCH v3 04/23] pack: move open_pack_index(), parse_pack_index()

"Your branch is up-to-date ..." is incorrect English grammar
 2017-08-21 22:37 UTC  (3+ messages)

[RFC PATCH 0/6] Hash Abstraction
 2017-08-21 21:16 UTC  (11+ messages)
` [RFC PATCH 1/6] vcs-svn: remove unused prototypes
` [RFC PATCH 2/6] vcs-svn: rename repo functions to "svn_repo"
` [RFC PATCH 3/6] setup: expose enumerated repo info
` [RFC PATCH 4/6] Add structure representing hash algorithm
` [RFC PATCH 5/6] Integrate hash algorithm support with repo setup
` [RFC PATCH 6/6] Switch empty tree and blob lookups to use hash abstraction

[GSoC] Update: Week 14
 2017-08-21 20:48 UTC 

[PATCH] git-gui: Prevent double UTF-8 conversion
 2017-08-21 18:52 UTC  (2+ messages)

Bug?: git archive exclude pathspec and gitattributes export-ignore
 2017-08-21 18:17 UTC  (13+ messages)
    ` [PATCH 1/4] t5001: add tests for export-ignore attributes and exclude pathspecs
    ` [PATCH 2/4] archive: factor out helper functions for handling attributes
    ` [PATCH 3/4] archive: don't queue excluded directories
    ` [PATCH 4/4] archive: queue directories for all types of pathspecs

[PATCH/RFC 0/5] Some ThreadSanitizer-results
 2017-08-21 17:43 UTC  (8+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] convert: always initialize attr_action in convert_attrs
  ` [PATCH v2 2/4] pack-objects: take lock before accessing `remaining`
  ` [PATCH v2 3/4] strbuf_setlen: don't write to strbuf_slopbuf
  ` [PATCH v2 4/4] ThreadSanitizer: add suppressions

[GSoC][PATCH 1/4] submodule--helper: introduce get_submodule_displaypath()
 2017-08-21 17:24 UTC  (6+ messages)
` [GSoC][PATCH 2/4] submodule--helper: introduce for_each_submodule_list()
` [GSoC][PATCH 3/4] submodule: port set_name_rev() from shell to C
` [GSoC][PATCH 4/4] submodule: port submodule subcommand 'status' "

[PATCH] Add 'raw' blob_plain link in history overview
 2017-08-21 14:13 UTC  (6+ messages)

[PATCH] commit & merge: modularize the empty message validator
 2017-08-21 14:05 UTC  (4+ messages)
` [PATCH v2] branch: change the error messages to be more meaningful
` [PATCH v2/RFC] commit: change the meaning of an empty commit message

[PATCH] branch: change the error messages to be more meaningful
 2017-08-21 13:36 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Retry acquiring reference locks for 100ms
 2017-08-21 11:51 UTC 

[PATCH 0/6] Convert hash-object to struct object_id
 2017-08-21  4:59 UTC  (10+ messages)
` [PATCH 1/6] builtin/hash-object: convert "
` [PATCH 2/6] read-cache: "
` [PATCH 3/6] sha1_file: convert index_path "
` [PATCH 4/6] sha1_file: convert index_fd "
` [PATCH 5/6] sha1_file: convert hash_sha1_file_literally "
` [PATCH 6/6] sha1_file: convert index_stream "

fatal: bad numeric config value '60 days' for 'gc.rerereresolved': invalid unit
 2017-08-21  0:20 UTC  (6+ messages)
` [PATCH 0/2] accept non-integer for "this many days" expiry specification
  ` [PATCH 1/2] rerere: represent time duration in timestamp_t internally
  ` [PATCH 2/2] rerere: allow approxidate in gc.rerereResolved/gc.rerereUnresolved

Please fix the useless email prompts
 2017-08-20 23:56 UTC  (11+ messages)

What does 'git blame --before <rev> -- <file>' supposed to mean?
 2017-08-20 18:45 UTC 

git-svn: Handling of branches created from subfolders
 2017-08-20 17:42 UTC  (3+ messages)

[PATCH 0/4] dropping support for older curl
 2017-08-20 16:28 UTC  (8+ messages)
` [PATCH 0/2] http: handle curl with vendor backports
` [PATCH 1/2] http: Fix handling of missing CURLPROTO_*

git add -p breaks after split on change at the top of the file
 2017-08-20 16:25 UTC  (7+ messages)

Add --ignore-missing to git-pack-objects?
 2017-08-20 16:05 UTC  (3+ messages)

git fetch with refspec does not include tags?
 2017-08-20 15:51 UTC  (9+ messages)

[PATCH v1] convert: display progress for filtered objects that have been delayed
 2017-08-20 15:47 UTC 

Git *accepts* a branch name, it can't identity in the future?
 2017-08-20 10:00 UTC  (5+ messages)

[PATCH 0/2] Add progress to format-patch and rebase
 2017-08-20  7:43 UTC  (12+ messages)
` [PATCH v2 1/2] format-patch: have progress option while generating patches
                ` [PATCH] progress: simplify "delayed" progress API

[PATCH 1/3] stash: add test for stash create with no files
 2017-08-19 21:07 UTC  (6+ messages)
` [PATCH 2/3] stash: Add a test for when apply fails during stash branch
` [PATCH 3/3] stash: add test for stashing in a detached state

[PATCH] commit: remove unused inline function single_parent()
 2017-08-19 16:50 UTC  (2+ messages)

git svn show-externals output format
 2017-08-19 12:59 UTC  (3+ messages)

[PATCH/RFC] File commited with CRLF should roundtrip diff and apply
 2017-08-19 11:28 UTC  (3+ messages)
` [PATCH v4 1/2] convert: Add SAFE_CRLF_KEEP_CRLF
` [PATCH v4 2/2] File commited with CRLF should roundtrip diff and apply

Partial clone design (with connectivity check for locally-created objects)
 2017-08-18 23:33 UTC  (8+ messages)
` [RFC PATCH] Updated "imported object" design

Revision resolution for remote-helpers?
 2017-08-18 22:33 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).