git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-01-26 02:38:00 to 2016-01-28 02:30:54 UTC [more...]

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

Starting on a microproject for GSoC
 2016-01-28  1:18 UTC  (2+ messages)

GPL v2 authoritative answer on stored code as a derived work
 2016-01-27 23:58 UTC  (3+ messages)

[BUG] typo DWIMery with alias broken (cd to random dir)
 2016-01-27 23:47 UTC  (16+ 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()

git archive should use vendor extension in pax header
 2016-01-27 23:45 UTC  (4+ messages)

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

[PATCH v2 0/6] Split .git/config in multiple worktree setup
 2016-01-27 22:23 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 3/6] worktree: share .git/common in v1
  ` [PATCH v3 4/6] worktree: new config file hierarchy
  ` [PATCH v3 5/6] config: select .git/common/config with --repo
  ` [PATCH v3 6/6] worktree add: switch to worktree version 1

[PATCH] travis-ci: run previously failed tests first, then slowest to fastest
 2016-01-27 20:49 UTC  (13+ messages)

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

[PATCH 00/19] Let Git's tests pass on Windows
 2016-01-27 20:24 UTC  (81+ messages)
` [PATCH 05/19] mingw: prepare the TMPDIR environment variable for shell scripts
` [PATCH 06/19] mingw: try to delete target directory before renaming
` [PATCH 13/19] mingw: outsmart MSYS2's path substitution in t1508
` [PATCH 16/19] mingw: avoid absolute path in t0008
` [PATCH 17/19] mingw: fix git-svn tests that expect chmod to work
` [PATCH 18/19] mingw: skip a couple of git-svn tests that cannot pass on Windows
` [PATCH v2 00/19] Let Git's tests "
  ` [PATCH v2 01/19] mingw: let's use gettext with MSYS2
  ` [PATCH v2 02/19] mingw: do not trust MSYS2's MinGW gettext.sh
  ` [PATCH v2 03/19] Git.pm: stop assuming that absolute paths start with a slash
  ` [PATCH v2 04/19] mingw: factor out Windows specific environment setup
  ` [PATCH v2 05/19] mingw: prepare the TMPDIR environment variable for shell scripts
  ` [PATCH v2 06/19] mingw: try to delete target directory before renaming
  ` [PATCH v2 07/19] mingw: let lstat() fail with errno == ENOTDIR when appropriate
  ` [PATCH v2 08/19] mingw: fix t5601-clone.sh
  ` [PATCH v2 09/19] mingw: accomodate t0060-path-utils for MSYS2
  ` [PATCH v2 10/19] mingw: disable mkfifo-based tests
  ` [PATCH v2 11/19] tests: turn off git-daemon tests if FIFOs are not available
  ` [PATCH v2 12/19] mingw: skip test in t1508 that fails due to path conversion
  ` [PATCH v2 13/19] mingw: fix t9700's assumption about directory separators
  ` [PATCH v2 14/19] mingw: work around pwd issues in the tests
  ` [PATCH v2 15/19] Avoid absolute path in t0008
  ` [PATCH v2 16/19] mingw: mark t9100's test cases with appropriate prereqs
  ` [PATCH v2 17/19] mingw: avoid illegal filename in t9118
  ` [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 0/2] Let merge-file write out conflict markers with correct EOLs
 2016-01-27 20:22 UTC  (27+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] merge-file: let conflict markers match end-of-line style of the context
  ` [PATCH v3 0/2] Let merge-file write out conflict markers with correct EOLs
    ` [PATCH v3 1/2] merge-file: let conflict markers match end-of-line style of the context
    ` [PATCH v4 0/2] Let merge-file write out conflict markers with correct EOLs
      ` [PATCH v4 1/2] merge-file: let conflict markers match end-of-line style of the context
      ` [PATCH v4 2/2] merge-file: ensure that conflict sections match eol style
      ` [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

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

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

git for windows
 2016-01-27 15:32 UTC  (3+ 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  (5+ messages)

[PATCH] convert: legitimately disable clean/smudge filter with an empty override
 2016-01-27  9:50 UTC  (7+ messages)

Git install Windows Server supported?
 2016-01-27  7:32 UTC  (2+ messages)

[PATCH v8 00/11] Untracked cache improvements
 2016-01-27  6:58 UTC  (12+ messages)
` [PATCH v8 01/11] dir: free untracked cache when removing it
` [PATCH v8 02/11] update-index: use enum for untracked cache options
` [PATCH v8 03/11] update-index: add --test-untracked-cache
` [PATCH v8 04/11] update-index: add untracked cache notifications
` [PATCH v8 05/11] update-index: move 'uc' var declaration
` [PATCH v8 06/11] dir: add {new,add}_untracked_cache()
` [PATCH v8 07/11] dir: add remove_untracked_cache()
` [PATCH v8 08/11] dir: simplify untracked cache "ident" field
` [PATCH v8 09/11] config: add core.untrackedCache
` [PATCH v8 10/11] test-dump-untracked-cache: don't modify the untracked cache
` [PATCH v8 11/11] t7063: add tests for core.untrackedCache

[RFC/PATCH 0/5] [WAS: Submodule Groups] Labels and submodule.autoInitialize
 2016-01-26 21:50 UTC  (5+ messages)

[PATCHv2 1/2] http: allow selection of proxy authentication method
 2016-01-26 18:59 UTC  (3+ messages)
` [PATCHv2 2/2] http: use credential API to handle proxy authentication

[PATCH v2 0/2] travis-ci: run previously failed tests first, then slowest to fastest
 2016-01-26 18:44 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] travis-ci: explicity use container-based infrastructure

[PATCH 20/19] mingw: skip a test in t9130 that cannot pass on Windows
 2016-01-26 14:54 UTC 

[PATCH v3 00/15] ref-filter: use parsing functions
 2016-01-26 11:34 UTC  (14+ messages)
` [PATCH v3 10/15] ref-filter: introduce parse_align_position()
` [PATCH v3 12/15] ref-filter: align: introduce long-form syntax
` [PATCH v3 13/15] ref-filter: introduce remote_ref_atom_parser()

[PATCH 0/2] Update BASH completions
 2016-01-26  9:37 UTC  (7+ messages)
` [PATCH 2/2] Fix up the arguments for git stash
` [PATCH v2 0/2] Update BASH completions
  ` [PATCH v2 1/2] completion: complete show-branch "--date-order"
  ` [PATCH v2 2/4] completion: update completion arguments for stash

[PATCH v7 00/11] Untracked cache improvements
 2016-01-26  6:50 UTC  (7+ messages)
` [PATCH v7 01/11] dir: free untracked cache when removing it
` [PATCH v7 09/11] config: add core.untrackedCache

[PATCH] tag: do not show ambiguous tag names as "tags/foo"
 2016-01-26  4:25 UTC  (4+ messages)
` [PATCH 2/2] "

Regression? Ambiguous tags listed as "tags/<foo>"
 2016-01-26  3:25 UTC  (11+ messages)
` [PATCH] tag: do not show ambiguous tag names as "tags/foo"


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