git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-01-27 08:34:36 to 2016-01-30 05:12:21 UTC [more...]

clones over rsync broken?
 2016-01-30  5:11 UTC 

[PATCH v4] push --force-with-lease: Fix ref status reporting
 2016-01-29 23:18 UTC 

Bugs in git filter-branch (git replace related)
 2016-01-29 23:11 UTC  (4+ messages)

[PATCH v3] push --force-with-lease: Fix ref status reporting
 2016-01-29 22:53 UTC  (3+ messages)

Gitignore file exceptions are not applied to untarcked files
 2016-01-29 20:54 UTC  (3+ messages)

[PATCH 1/2] gitk: fr.po: Update translation (311t)
 2016-01-29 20:21 UTC  (2+ messages)
` [PATCH 2/2] gitk: fr.po: Sync translations with git

[PATCH 0/2] Make stash a builtin
 2016-01-29 19:58 UTC  (13+ messages)
` [PATCH 1/2] stash--helper: implement "git stash--helper"
  ` [PATCH 2/2] stash: use "stash--helper"
      ` AW: "
    ` AW: [PATCH 1/2] stash--helper: implement "git stash--helper"

[PATCH v2 0/9] Handle errors when setting configs
 2016-01-29 18:55 UTC  (12+ messages)
` [PATCH v2 1/9] config: introduce set_or_die wrappers
` [PATCH v2 2/9] branch: return error code for install_branch_config
` [PATCH v2 3/9] remote: handle config errors in set_url
` [PATCH v2 4/9] clone: handle config errors in cmd_clone
` [PATCH v2 5/9] branch: handle config errors when unsetting upstream
` [PATCH v2 6/9] init-db: handle config errors
` [PATCH v2 7/9] sequencer: handle config errors when saving opts
` [PATCH v2 8/9] submodule--helper: handle config errors
` [PATCH v2 9/9] compat: die when unable to set core.precomposeunicode

[PATCH v2] convert: legitimately disable clean/smudge filter with an empty override
 2016-01-29 18:55 UTC  (5+ messages)

[PATCH] mergetool: reorder vim/gvim buffers in three-way diffs
 2016-01-29 18:45 UTC  (2+ messages)

[PATCH] pass transport verbosity down to git_connect
 2016-01-29 17:41 UTC  (8+ messages)

[PATCH v5 00/10] Fix icase grep on non-ascii
 2016-01-29 14:29 UTC  (18+ messages)
` [PATCH v5 01/10] grep: allow -F -i combination
` [PATCH v5 02/10] grep: break down an "if" stmt in preparation for next changes
` [PATCH v5 03/10] test-regex: expose full regcomp() to the command line
` [PATCH v5 04/10] grep/icase: avoid kwsset on literal non-ascii strings
` [PATCH v5 05/10] grep/icase: avoid kwsset when -F is specified
` [PATCH v5 06/10] grep/pcre: prepare locale-dependent tables for icase matching
` [PATCH v5 07/10] gettext: add is_utf8_locale()
` [PATCH v5 08/10] grep/pcre: support utf-8
` [PATCH v5 09/10] diffcore-pickaxe: "share" regex error handling code
` [PATCH v5 10/10] diffcore-pickaxe: support case insensitive match on non-ascii

fast-import fails in read-only tree
 2016-01-29 14:28 UTC  (3+ messages)

[PATCH] attempt connects in parallel for IPv6-capable builds
 2016-01-29  7:10 UTC  (6+ messages)

[PATCH] stripspace: Call U+0020 a "space" instead of a "blank"
 2016-01-29  3:10 UTC 

[PATCH] blame: display a more helpful error message if the file was deleted
 2016-01-29  3:10 UTC  (2+ messages)

[PATCH] convert: legitimately disable clean/smudge filter with an empty override
 2016-01-28 23:51 UTC  (11+ messages)

[PATCHv3 0/2] Port `git submodule init` from shell to C
 2016-01-28 22:11 UTC  (6+ messages)
` [PATCHv4 "
  ` [PATCHv4 1/2] submodule: port resolve_relative_url "
  ` [PATCHv4 2/2] submodule: port init "

[PATCH 00/19] Let Git's tests pass on Windows
 2016-01-28 21:37 UTC  (47+ messages)
` [PATCH v2 "
  ` [PATCH v2 12/19] mingw: skip test in t1508 that fails due to path conversion
  ` [PATCH v2 16/19] mingw: mark t9100's test cases with appropriate prereqs
  ` [PATCH v2 18/19] mingw: handle the missing POSIXPERM prereq in t9124
  ` [PATCH v2 19/19] mingw: do not bother to test funny file names
  ` [PATCH v3 00/20] Let Git's tests pass on Windows
    ` [PATCH v3 01/20] mingw: let's use gettext with MSYS2
    ` [PATCH v3 02/20] mingw: do not trust MSYS2's MinGW gettext.sh
    ` [PATCH v3 03/20] Git.pm: stop assuming that absolute paths start with a slash
    ` [PATCH v3 04/20] mingw: factor out Windows specific environment setup
    ` [PATCH v3 05/20] mingw: prepare the TMPDIR environment variable for shell scripts
    ` [PATCH v3 06/20] mingw: try to delete target directory before renaming
    ` [PATCH v3 07/20] mingw: let lstat() fail with errno == ENOTDIR when appropriate
    ` [PATCH v3 08/20] mingw: fix t5601-clone.sh
    ` [PATCH v3 09/20] mingw: accomodate t0060-path-utils for MSYS2
    ` [PATCH v3 10/20] mingw: disable mkfifo-based tests
    ` [PATCH v3 11/20] tests: turn off git-daemon tests if FIFOs are not available
    ` [PATCH v3 12/20] mingw: skip test in t1508 that fails due to path conversion
    ` [PATCH v3 13/20] mingw: fix t9700's assumption about directory separators
    ` [PATCH v3 14/20] mingw: work around pwd issues in the tests
    ` [PATCH v3 15/20] Avoid absolute path in t0008
    ` [PATCH v3 16/20] mingw: mark t9100's test cases with appropriate prereqs
    ` [PATCH v3 17/20] mingw: avoid illegal filename in t9118
    ` [PATCH v3 18/20] mingw: handle the missing POSIXPERM prereq in t9124
    ` [PATCH v3 19/20] mingw: skip a test in t9130 that cannot pass on Windows
    ` [PATCH v3 20/20] mingw: do not bother to test funny file names

[PATCH] travis-ci: run previously failed tests first, then slowest to fastest
 2016-01-28 21:32 UTC  (16+ messages)
                      ` eol round trip Was: [PATCH] travis-ci: run previously failed

[RFC] tag-ref and tag object binding
 2016-01-28 21:09 UTC  (15+ messages)

[PATCH v2] push --force-with-lease: Fix ref status reporting
 2016-01-28 20:30 UTC  (2+ messages)

Starting on a microproject for GSoC
 2016-01-28 19:45 UTC  (7+ messages)

[PATCH v2 0/6] Split .git/config in multiple worktree setup
 2016-01-28 18:45 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] worktree: new repo extension to manage worktree behaviors
  ` [PATCH v3 2/6] path.c: new (identical) list for worktree v1
  ` [PATCH v3 4/6] worktree: new config file hierarchy

git archive should use vendor extension in pax header
 2016-01-28  9:14 UTC  (6+ messages)

git for windows
 2016-01-28  8:56 UTC  (4+ messages)

GPL v2 authoritative answer on stored code as a derived work
 2016-01-28  8:16 UTC  (4+ messages)

[PATCH v3 0/2] Let merge-file write out conflict markers with correct EOLs
 2016-01-28  7:55 UTC  (14+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] merge-file: let conflict markers match end-of-line style of the context
  ` [PATCH v5 0/2] Let merge-file write out conflict markers with correct EOLs
    ` [PATCH v5 1/2] merge-file: let conflict markers match end-of-line style of the context
    ` [PATCH v5 2/2] merge-file: ensure that conflict sections match eol style

BUG: git subtree split gets confused on removed and readded directory
 2016-01-28  4:06 UTC  (10+ messages)
    ` [PATCH] contrib/subtree: Split history with empty trees correctly (was: Re: BUG: git subtree split gets confused on removed and readded directory)
      ` [PATCH] contrib/subtree: Split history with empty trees correctly

NEW ARRIVALS, CISCO,CPU's,Memory, LAPTOP AND AVAYA
 2016-01-27  4:52 UTC 

[BUG] typo DWIMery with alias broken (cd to random dir)
 2016-01-27 23:47 UTC  (12+ messages)
` [PATCH] git.c: fix help.autocorrect after 57ea712 breaks it
      ` [PATCH 2/3] git: protect against unbalanced calls to {save,restore}_env()
        ` [PATCH v2 "
      ` [PATCH 3/3] git: simplify environment save/restore logic
        ` [PATCH v2 "
          ` [PATCH v2 1/3] git: remove an early return from save_env_before_alias()

Need support with git credential storage
 2016-01-27 22:28 UTC  (2+ messages)

[PATCH] git-svn: loosen config globs limitations
 2016-01-27 20:26 UTC  (6+ messages)
  ` [PATCH] git-svn: shorten glob error message

What's cooking in git.git (Jan 2016, #04; Wed, 20)
 2016-01-27 18:03 UTC  (5+ messages)

[PATCH] optionally disable gitattributes
 2016-01-27 15:25 UTC  (4+ messages)

[PATCH v2] t0027: Add tests for get_stream_filter()
 2016-01-27 15:15 UTC  (4+ messages)
` [PATCH v1 1/6] "

[ANNOUNCE] Git-backup - Backup set of Git repositories & just files; efficiently
 2016-01-27 15:09 UTC 

What's cooking in git.git (Jan 2016, #05; Tue, 26)
 2016-01-27 10:21 UTC  (2+ 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).