git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-10-14 14:15:13 to 2016-10-18 17:15:19 UTC [more...]

[PATCH] submodule--helper: normalize funny urls
 2016-10-18 17:15 UTC  (6+ messages)

[PATCH] daemon, path.c: fix a bug with ~ in repo paths
 2016-10-18 17:08 UTC  (2+ messages)

Git log exclude/remotes/branches options not working as expected
 2016-10-18 17:02 UTC  (2+ messages)

git checkout crashes after server being updated to Debian X86_64
 2016-10-18 17:00 UTC  (3+ messages)

[PATCH v2 0/6] allow non-trailers and multiple-line trailers
 2016-10-18 16:36 UTC  (21+ messages)
` [PATCH 0/5] "
  ` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] trailer: improve const correctness
  ` [PATCH v3 2/6] trailer: use list.h for doubly-linked list
  ` [PATCH v3 3/6] trailer: streamline trailer item create and add
  ` [PATCH v3 4/6] trailer: make args have their own struct
  ` [PATCH v3 5/6] trailer: allow non-trailers in trailer block
  ` [PATCH v3 6/6] trailer: support values folded to multiple lines
` [PATCH v2 2/6] trailer: use list.h for doubly-linked list

[PATCH v2 00/25] Prepare the sequencer for the upcoming rebase -i patches
 2016-10-18 15:56 UTC  (35+ messages)
` [PATCH v3 "
  ` [PATCH v3 07/25] sequencer: completely revamp the "todo" script parsing
  ` [PATCH v3 13/25] sequencer: prepare for rebase -i's commit functionality
  ` [PATCH v3 14/25] sequencer: introduce a helper to read files written by scripts
  ` [PATCH v3 15/25] sequencer: allow editing the commit message on a case-by-case basis
  ` [PATCH v3 16/25] sequencer: support amending commits
  ` [PATCH v4 00/25] Prepare the sequencer for the upcoming rebase -i patches
    ` [PATCH v4 05/25] sequencer: eventually release memory allocated for the option values
    ` [PATCH v4 08/25] sequencer: completely revamp the "todo" script parsing

What's cooking in git.git (Oct 2016, #03; Tue, 11)
 2016-10-18 15:53 UTC  (10+ messages)

Merge conflicts in .gitattributes can cause trouble
 2016-10-18 12:39 UTC  (4+ messages)

color.diff.whitespace unused on removed lines
 2016-10-18 11:01 UTC  (3+ messages)
` [PATCH 0/4] diff.wsErrorHighlight configuration variable

Huge performance bottleneck reading packs
 2016-10-18 10:28 UTC  (14+ messages)
    ` [PATCH] fetch: use "quick" has_sha1_file for tag following

What's cooking in git.git (Oct 2016, #04; Mon, 17)
 2016-10-17 22:46 UTC  (2+ messages)

[RFD] should all merge bases be equal?
 2016-10-17 22:28 UTC 

[PATCH] t0040: convert all possible tests to use `test-parse-options --expect`
 2016-10-17 21:51 UTC  (2+ messages)

[PATCH] convert: mark a file-local symbol static
 2016-10-17 21:48 UTC  (14+ messages)

Problems with "git svn clone"
 2016-10-17 21:03 UTC 

[PATCH] cocci: avoid self-references in object_id transformations
 2016-10-17 21:11 UTC  (5+ messages)

[GIT PULL] l10n updates for 2.10.0 maint branch
 2016-10-17 20:29 UTC  (2+ messages)

[PATCH 1/2] submodule: ignore trailing slash on superproject URL
 2016-10-17 20:07 UTC  (11+ messages)

[PATCH v2 0/3] gitweb: Be smarter about linking to SHA1s in log messages
 2016-10-17 19:46 UTC  (15+ messages)
` [PATCH v2 1/3] gitweb: Fix a typo in a comment
` [PATCH v2 2/3] gitweb: Link to 7-char+ SHA1s, not only 8-char+
` [PATCH v2 3/3] gitweb: Link to "git describe"'d commits in log messages

[PATCH v11 00/14] Git filter protocol
 2016-10-17 18:47 UTC  (16+ messages)
` [PATCH v11 01/14] convert: quote filter names in error messages
` [PATCH v11 02/14] convert: modernize tests
` [PATCH v11 03/14] run-command: move check_pipe() from write_or_die to run_command
` [PATCH v11 04/14] run-command: add clean_on_exit_handler
` [PATCH v11 05/14] pkt-line: rename packet_write() to packet_write_fmt()
` [PATCH v11 06/14] pkt-line: extract set_packet_header()
` [PATCH v11 07/14] pkt-line: add packet_write_fmt_gently()
` [PATCH v11 08/14] pkt-line: add packet_flush_gently()
` [PATCH v11 09/14] pkt-line: add packet_write_gently()
` [PATCH v11 10/14] pkt-line: add functions to read/write flush terminated packet streams
` [PATCH v11 11/14] convert: make apply_filter() adhere to standard Git error handling
` [PATCH v11 12/14] convert: prepare filter.<driver>.process option
` [PATCH v11 13/14] convert: add "
` [PATCH v11 14/14] contrib/long-running-filter: add long running filter example

[RFC] Case insensitive Git attributes
 2016-10-17 17:50 UTC  (9+ messages)

[RFC] test-lib: detect common misuse of test_expect_failure
 2016-10-17 17:36 UTC  (3+ messages)

[PATCH v10 00/14] Git filter protocol
 2016-10-17 17:05 UTC  (21+ messages)
` [PATCH v10 04/14] run-command: add clean_on_exit_handler
` [PATCH v10 13/14] convert: add filter.<driver>.process option
` [PATCH v10 14/14] contrib/long-running-filter: add long running filter example

Uninitialized submodules as symlinks
 2016-10-17 15:12 UTC  (10+ messages)

[PATCH 1/4] i18n: apply: mark error message for translation
 2016-10-17 13:15 UTC  (4+ messages)
` [PATCH 2/4] i18n: convert mark error messages "
` [PATCH 3/4] i18n: credential-cache--daemon: mark advice "
` [PATCH 4/4] i18n: diff: mark warnings "

Automagic `git checkout branchname` mysteriously fails
 2016-10-17 11:39 UTC  (4+ messages)

[PATCH v1 0/2] Fix default macOS build locally and on Travis CI
 2016-10-17  9:50 UTC  (4+ 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

link broken on git man page
 2016-10-16 21:17 UTC  (3+ messages)

Draft of Git Rev News edition 20
 2016-10-16 20:09 UTC 

[PATCH] avoid pointer arithmetic involving NULL in FLEX_ALLOC_MEM
 2016-10-16 19:46 UTC  (4+ messages)

[PATCH] trailer: mark file-local symbol 'conf_head' static
 2016-10-15 20:57 UTC 

[PATCH v14 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-10-15  8:46 UTC  (22+ messages)
` [PATCH v15 "
  ` [PATCH v15 03/27] bisect--helper: `write_terms` shell function in C
  ` [PATCH v15 02/27] bisect: rewrite `check_term_format` "
  ` [PATCH v15 14/27] t6030: no cleanup with bad merge base
  ` [PATCH v15 13/27] bisect--helper: `bisect_start` shell function partially in C
  ` [PATCH v15 19/27] bisect--helper: `bisect_state` & `bisect_head` shell function "
  ` [PATCH v15 11/27] bisect--helper: `bisect_next_check` & bisect_voc "
  ` [PATCH v15 08/27] bisect--helper: `is_expected_rev` & `check_expected_revs` "
  ` [PATCH v15 25/27] bisect--helper: retire `--bisect-autostart` subcommand
  ` [PATCH v15 27/27] bisect--helper: remove the dequote in bisect_start()
  ` [PATCH v15 15/27] bisect--helper: `bisect_next` and `bisect_auto_next` shell function in C
  ` [PATCH v15 26/27] bisect--helper: retire `--bisect-auto-next` subcommand
  ` [PATCH v15 18/27] bisect--helper: `bisect_autostart` shell function in C
  ` [PATCH v15 17/27] bisect--helper: retire `--next-all` subcommand
  ` [PATCH v15 24/27] bisect--helper: retire `--bisect-write` subcommand
  ` [PATCH v15 16/27] bisect--helper: retire `--bisect-clean-state` subcommand
  ` [PATCH v15 21/27] bisect--helper: retire `--write-terms` subcommand
  ` [PATCH v15 07/27] bisect--helper: `bisect_reset` shell function in C

Change Default merge strategy options
 2016-10-14 19:18 UTC  (2+ messages)

Can we make interactive add easier to use?
 2016-10-14 19:12 UTC  (2+ messages)

[PATCH 1/3] i18n: apply: mark plural string for translation
 2016-10-14 17:55 UTC  (2+ messages)

Formatting problem send_mail in version 2.10.0
 2016-10-14 17:04 UTC  (13+ messages)

Why does git checkout -b touch the index?
 2016-10-14 16:07 UTC  (2+ messages)

[PATCHv3] attr: convert to new threadsafe API
 2016-10-14 15:37 UTC  (3+ messages)

[PATCH 0/2] infinite loop in "git ls-tree" for broken symlink
 2016-10-14 14:43 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).