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

[PATCH v1 00/19] Add configuration options for split-index
 2016-11-07  9:38 UTC  (17+ messages)
` [PATCH v1 05/19] update-index: warn in case of split-index incoherency
` [PATCH v1 09/19] config: add git_config_get_max_percent_split_change()
` [PATCH v1 12/19] Documentation/config: add splitIndex.maxPercentChange

git -C has unexpected behaviour
 2016-11-07  7:26 UTC  (4+ messages)

Regarding "git log" on "git series" metadata
 2016-11-07  5:35 UTC  (31+ messages)

gitk: avoid obscene memory consumption
 2016-11-07  4:11 UTC  (6+ messages)

[PATCH v11 00/14] Git filter protocol
 2016-11-06 21:40 UTC  (11+ messages)
` [PATCH v11 13/14] convert: add filter.<driver>.process option
      ` [PATCH] t0021: expect more variations in the output of uniq -c
        ` [PATCH (optional)] t0021: use arithmetic expansion to trim whitespace from wc -c output

2.11.0-rc1 will not be tagged for a few days
 2016-11-07  2:32 UTC 

[PATCH v1 0/2] Fix default macOS build locally and on Travis CI
 2016-11-06 21:42 UTC  (6+ messages)
` [PATCH v1 1/2] config.mak.in: set NO_OPENSSL and APPLE_COMMON_CRYPTO for macOS >10.11
` [PATCH v1 2/2] travis-ci: disable GIT_TEST_HTTPD for macOS

What's cooking in git.git (Oct 2016, #09; Mon, 31)
 2016-11-06 14:55 UTC  (28+ messages)
    ` [PATCH 0/4] t0021 perl portability fixups
      ` [PATCH 1/4] t0021: use write_script to create rot13 shell script
      ` [PATCH 2/4] t0021: put $TEST_ROOT in $PATH
      ` [PATCH 3/4] t0021: use $PERL_PATH for rot13-filter.pl
      ` [PATCH 4/4] t0021: fix filehandle usage on older perl

[PATCH v4 00/25] Prepare the sequencer for the upcoming rebase -i patches
 2016-11-06 14:05 UTC  (4+ messages)
` [PATCH v5 00/27] "
  ` [PATCH v5 08/27] sequencer: completely revamp the "todo" script parsing

[RFC PATCH 0/5] recursively grep across submodules
 2016-11-06  7:42 UTC  (10+ messages)
` [PATCH 4/5] grep: optionally recurse into submodules
` [PATCH v2 0/6] recursively grep across submodules
  ` [PATCH v2 1/6] submodules: add helper functions to determine presence of submodules

[ANNOUNCE] Prerelease: Git for Windows v2.11.0-rc0
 2016-11-05  9:50 UTC 

[PATCH] transport: add core.allowProtocol config option
 2016-11-05  0:18 UTC  (34+ messages)
` [PATCH v2] "
` [PATCH v3] transport: add protocol policy "

[PATCH] doc: fill in omitted word
 2016-11-04 21:43 UTC 

[PATCH 0/5] git check-ref-format --stdin --report-errors
 2016-11-04 19:13 UTC  (6+ messages)
` [PATCH 1/5] check-ref-format: Refactor out check_one_ref_format
` [PATCH 2/5] check-ref-format: Refactor to make --branch code more common
` [PATCH 3/5] check-ref-format: Abolish leak of collapsed refname
` [PATCH 4/5] check-ref-format: New --report-errors option
` [PATCH 5/5] check-ref-format: New --stdin option

[PATCH] diffcore-delta: remove unused parameter to diffcore_count_changes()
 2016-11-04 16:46 UTC  (3+ messages)

[PATCH] branch: remove unused parameter to create_branch()
 2016-11-04 16:52 UTC  (3+ messages)

Git issue
 2016-11-04  4:52 UTC  (6+ messages)

send-email garbled header with trailing doublequote in email
 2016-11-04  0:11 UTC  (9+ messages)

[PATCHv2 00/36] Revamp the attr subsystem!
 2016-11-03 20:53 UTC  (3+ messages)

[PATCHv2 34/36] submodule update: add `--init-default-path` switch
 2016-11-03 17:46 UTC  (2+ messages)
` [PATCH] SQUASH to: "

`git stash apply` deleted a random dir from my working copy
 2016-11-03 17:04 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.10.2
 2016-11-03 16:51 UTC  (7+ messages)
` Help with vger's rules, was "

Test mail
 2016-11-03 16:49 UTC 

Bug in git rev-parse @{push}?
 2016-11-03 16:09 UTC  (7+ messages)

ignore blank line removals
 2016-11-03 15:57 UTC 

[PATCH 0/3] submodule-config: clarify/cleanup docs and header
 2016-11-03  5:36 UTC  (5+ messages)
` [PATCH 1/3] submodule config: inline config_from_{name, path}
` [PATCH 2/3] submodule-config: rename commit_sha1 to commit_or_tree
` [PATCH 3/3] submodule-config: clarify parsing of null_sha1 element

RFE: Discard hunks during `git add -p`
 2016-11-02 22:37 UTC  (4+ messages)

[ANNOUNCE] Git v2.11.0-rc0
 2016-11-02 21:44 UTC  (9+ messages)

[PATCH 0/5] disallow symlinks for .gitignore and .gitattributes
 2016-11-02 19:56 UTC  (8+ messages)
` [PATCH 1/5] add open_nofollow() helper
` [PATCH 2/5] attr: convert "macro_ok" into a flags field
` [PATCH 3/5] exclude: convert "check_index" "
` [PATCH 4/5] attr: do not respect symlinks for in-tree .gitattributes
` [PATCH 5/5] exclude: do not respect symlinks for in-tree .gitignore

[PATCH 0/4] Make other git commands use trailer layout
 2016-11-02 17:29 UTC  (7+ messages)
` [PATCH v3 0/5] "
` [PATCH v3 1/5] trailer: be stricter in parsing separators
` [PATCH v3 2/5] commit: make ignore_non_trailer take buf/len
` [PATCH v3 3/5] trailer: avoid unnecessary splitting on lines
` [PATCH v3 4/5] trailer: have function to describe trailer layout
` [PATCH v3 5/5] sequencer: use trailer's "

How can I tell, from a script, if “git cherry-pick” fails?
 2016-11-02 15:36 UTC  (3+ messages)

[PATCH 0/3] auto-sizing default abbreviation length
 2016-11-02  2:12 UTC  (5+ messages)
` [PATCH 3/3] abbrev: auto size the default abbreviation


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