git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-10-10 22:13:49 to 2016-10-12 16:41:14 UTC [more...]

Bug? git worktree fails with master on bare repo
 2016-10-12 16:41 UTC  (8+ messages)
    ` [PATCH] worktree: allow the main brach of a bare repository to be checked out

[PATCH] t1512: become resilient to GETTEXT_POISON build
 2016-10-12 16:32 UTC  (2+ messages)

Bug with git merge-base and a packed ref
 2016-10-12 16:32 UTC  (2+ messages)

[PATCH v2 00/25] Prepare the sequencer for the upcoming rebase -i patches
 2016-10-12 16:24 UTC  (28+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/25] sequencer: use static initializers for replay_opts
  ` [PATCH v3 03/25] sequencer: avoid unnecessary indirection
  ` [PATCH v3 05/25] sequencer: eventually release memory allocated for the option values
  ` [PATCH v3 07/25] sequencer: completely revamp the "todo" script parsing
  ` [PATCH v3 08/25] sequencer: strip CR from the todo script
  ` [PATCH v3 12/25] sequencer: remember the onelines when parsing the todo file
  ` [PATCH v3 13/25] sequencer: prepare for rebase -i's commit functionality

interactive rebase should better highlight the not-applying commit
 2016-10-12 16:24 UTC  (6+ messages)

[PATCHv2] attr: convert to new threadsafe API
 2016-10-12 16:20 UTC  (4+ messages)

2 directories same spelling one directory is camel cased
 2016-10-12 16:05 UTC 

Formatting problem send_mail in version 2.10.0
 2016-10-12 15:59 UTC  (16+ messages)

[PATCH 0/5] allow non-trailers and multiple-line trailers
 2016-10-12 15:38 UTC  (9+ messages)
` [PATCH 1/5] trailer: use singly-linked list, not doubly
` [PATCH 2/5] trailer: streamline trailer item create and add
` [PATCH 3/5] trailer: make args have their own struct
` [PATCH 4/5] trailer: allow non-trailers in trailer block
` [PATCH 5/5] trailer: support values folded to multiple lines

problem with git worktree and git svn
 2016-10-12 14:45 UTC 

git branches & merge
 2016-10-12 14:43 UTC  (2+ messages)

[PATCH] sequencer: mark a file-local symbol static
 2016-10-12 14:17 UTC  (2+ messages)

[PATCH 1/2] submodule: ignore trailing slash on superproject URL
 2016-10-12 13:30 UTC  (2+ messages)

git diff
 2016-10-12 13:51 UTC  (3+ messages)

[PATCH v1 0/2] convert: stream and early out
 2016-10-12 13:47 UTC  (4+ messages)
` [PATCH v2 0/2] Stream and fast search
` [PATCH v2 1/2] read-cache: factor out get_sha1_from_index() helper
` [PATCH v2 2/2] convert.c: stream and fast search for binary

[PATCH v2 0/3] Speedup finding of unpushed submodules
 2016-10-12 13:33 UTC  (13+ messages)
` [PATCH v2 1/3] serialize collection of changed submodules
` [PATCH v2 2/3] serialize collection of refs that contain submodule changes
` [PATCH v2 3/3] batch check whether submodule needs pushing into one call

[PATCH v2] gpg-interface: use more status letters
 2016-10-12 13:04 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/2] Support `git reset --stdin`
 2016-10-12 12:57 UTC  (13+ messages)
` [PATCH 1/2] reset: fix usage
` [PATCH 2/2] reset: support the --stdin option

[PATCH v10 00/14] Git filter protocol
 2016-10-12 10:54 UTC  (12+ messages)
` [PATCH v10 04/14] run-command: add clean_on_exit_handler
` [PATCH v10 13/14] convert: add filter.<driver>.process option

git merge deletes my changes
 2016-10-12  5:51 UTC  (4+ messages)

Feature Request: user defined suffix for temp files created by git-mergetool
 2016-10-12  8:24 UTC  (8+ messages)
      ` [PATCH 1/2] "
        ` [PATCH 2/2] "
            ` [PATCH v2 "

Make `git fetch --all` parallel?
 2016-10-12  6:47 UTC  (12+ messages)

git 2.10.1 test regression in t3700-add.sh
 2016-10-12  5:59 UTC  (7+ messages)

[PATCH] convert: mark a file-local symbol static
 2016-10-11 23:46 UTC 

[PATCH 00/28] Revamping the attr subsystem!
 2016-10-11 21:53 UTC  (44+ messages)
` [PATCH 01/28] commit.c: use strchrnul() to scan for one line
` [PATCH 02/28] attr.c: "
` [PATCH 03/28] attr.c: update a stale comment on "struct match_attr"
` [PATCH 04/28] attr.c: explain the lack of attr-name syntax check in parse_attr()
` [PATCH 05/28] attr.c: complete a sentence in a comment
` [PATCH 06/28] attr.c: mark where #if DEBUG ends more clearly
` [PATCH 07/28] attr.c: simplify macroexpand_one()
` [PATCH 08/28] attr.c: tighten constness around "git_attr" structure
` [PATCH 09/28] attr.c: plug small leak in parse_attr_line()
` [PATCH 10/28] attr: rename function and struct related to checking attributes
` [PATCH 11/28] attr: (re)introduce git_check_attr() and struct git_attr_check
` [PATCH 12/28] attr: convert git_all_attrs() to use "struct git_attr_check"
` [PATCH 13/28] attr: convert git_check_attrs() callers to use the new API
` [PATCH 14/28] attr: retire git_check_attrs() API
` [PATCH 15/28] attr: add counted string version of git_check_attr()
` [PATCH 16/28] attr: add counted string version of git_attr()
` [PATCH 17/28] attr: expose validity check for attribute names
` [PATCH 18/28] attr: support quoting pathname patterns in C style
` [PATCH 19/28] attr.c: add push_stack() helper
` [PATCH 20/28] attr.c: pass struct git_attr_check down the callchain
` [PATCH 21/28] attr.c: rename a local variable check
` [PATCH 22/28] attr.c: correct ugly hack for git_all_attrs()
` [PATCH 23/28] attr.c: introduce empty_attr_check_elems()
` [PATCH 24/28] attr.c: always pass check[] to collect_some_attrs()
` [PATCH 25/28] attr.c: outline the future plans by heavily commenting
` [PATCH 26/28] attr: make git_attr_counted static
` [PATCH 27/28] attr: make git_check_attr_counted static
` [PATCH 28/28] attr: convert to new threadsafe API

What's cooking in git.git (Oct 2016, #03; Tue, 11)
 2016-10-11 21:45 UTC  (4+ messages)

[PATCH] upload-pack: use priority queue in reachable() check
 2016-10-11 21:26 UTC  (2+ messages)

[PATCH] contrib: add credential helper for libsecret
 2016-10-11 20:32 UTC  (12+ messages)

[PATCH] t4014-format-patch: Adjust git_version regex to better handle distro changes to DEF_VER
 2016-10-11 20:06 UTC  (3+ messages)

Allow "git shortlog" to group by committer information
 2016-10-11 19:17 UTC  (4+ messages)

[PATCH v4 0/7] Add --format to tag verification
 2016-10-11 17:43 UTC  (2+ messages)

[PATCH v4 4/4] mergetool: honor -O<orderfile>
 2016-10-11 17:05 UTC  (4+ messages)

[PATCH] gitk: Fix Japanese translation for "marked commit"
 2016-10-11 16:36 UTC 

[PATCH] clean up confusing suggestion for commit references
 2016-10-11 16:47 UTC  (6+ messages)

[PATCH 0/2] submodule pushes be extra careful
 2016-10-11 16:36 UTC  (6+ messages)
` [PATCH 1/2] submodule add: extend force flag to add existing repos

[PATCH/RFC] git.c: support "!!" aliases that do not move cwd
 2016-10-11 15:01 UTC  (20+ messages)

git filter-branch --subdirectory-filter not working as expected, history of other folders is preserved
 2016-10-11 13:56 UTC  (5+ messages)

Feature request: use relative path in worktree config files
 2016-10-11 11:16 UTC  (6+ messages)

%C(auto) not working as expected
 2016-10-11 10:59 UTC  (13+ messages)
            ` [PATCH] pretty: respect color settings for %C placeholders
            ` [PATCH v2] pretty: fix document link for color specification

git merge deletes my changes
 2016-10-11  7:11 UTC  (3+ messages)

Invisible file remove during merge
 2016-10-11  2:42 UTC  (2+ messages)

[PATCH 0/3] i-t-a entries in git-status, and git-commit
 2016-10-10 23:08 UTC  (9+ messages)
` [PATCH 1/3] Resurrect "diff-lib.c: adjust position of i-t-a entries in diff"


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