git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-01-14 06:54:29 to 2016-01-15 21:30:02 UTC [more...]

[PATCH v2 00/17] Peace with CRLF
 2016-01-15 21:29 UTC  (53+ messages)
` [PREVIEW v3 0/9] Preview of "Peace with CRLF" rerolled
  ` [PREVIEW v3 4/9] mktree: there are only two line terminators
  ` [PREVIEW v3 7/9] update-index: "
  ` [PREVIEW v3 8/9] checkout-index: "
  ` [PATCH v4 00/21] Peace with CRLF
    ` [PATCH v4 01/21] strbuf: miniscule style fix
    ` [PATCH v4 02/21] strbuf: make strbuf_getline_crlf() global
    ` [PATCH v4 03/21] strbuf: introduce strbuf_getline_{lf,nul}()
    ` [PATCH v4 04/21] mktree: there are only two possible line terminations
    ` [PATCH v4 05/21] check-attr: "
    ` [PATCH v4 06/21] check-ignore: "
    ` [PATCH v4 07/21] update-index: "
    ` [PATCH v4 08/21] checkout-index: "
    ` [PATCH v4 09/21] strbuf: give strbuf_getline() to the "most text friendly" variant
    ` [PATCH v4 10/21] hash-object: read --stdin-paths with strbuf_getline()
    ` [PATCH v4 11/21] revision: read --stdin "
    ` [PATCH v4 12/21] rev-parse: read parseopt spec "
    ` [PATCH v4 13/21] ident.c: read /etc/mailname "
    ` [PATCH v4 14/21] remote.c: read $GIT_DIR/remotes/* "
    ` [PATCH v4 15/21] clone/sha1_file: read info/alternates "
    ` [PATCH v4 16/21] transport-helper: read helper response "
    ` [PATCH v4 17/21] cat-file: read batch stream "
    ` [PATCH v4 18/21] column: read lines "
    ` [PATCH v4 19/21] send-pack: read list of refs "
    ` [PATCH v4 20/21] grep: read -f file "
    ` [PATCH v4 21/21] test-sha1-array: read command stream "

git worktree bug: paths are being reset to the main repository directory
 2016-01-15 20:23 UTC 

Combining APPLE_COMMON_CRYPTO=1 and NO_OPENSSL=1 produces unexpected result
 2016-01-15 20:28 UTC  (6+ messages)

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

[PATCH v4] contrib/subtree: fix "subtree split" skipped-merge bug
 2016-01-15 18:58 UTC  (10+ messages)
` [PATCH v5] "
        ` [PATCH v6] "
          ` [PATCH v7] "

[PATCH v2] Remote subtree split --annotate
 2016-01-15 18:54 UTC  (5+ messages)
` [PATCH] contrib/subtree: Remove --annotate

[PATCH v2] notes: allow merging from arbitrary references
 2016-01-15 18:47 UTC 

[PATCH] test-path-utils: use xsnprintf in favor of strcpy
 2016-01-15 18:30 UTC  (3+ messages)

Find main branch
 2016-01-15 18:02 UTC  (11+ messages)

Worktree "gitdir" file being mangled after upgrade to 2.7.0
 2016-01-15 17:52 UTC  (6+ messages)

[PATCH v4 0/2] Add in-place editing support to git interpret-trailers
 2016-01-15 17:45 UTC  (7+ messages)
` [PATCH v4 1/2] trailer: allow to write to files other than stdout
` [PATCH v4 2/2] interpret-trailers: add option for in-place editing

[PATCH] submodule: Port resolve_relative_url from shell to C
 2016-01-15 17:37 UTC  (8+ messages)

[PATCH] t0060: loosen overly strict expectations
 2016-01-15 17:26 UTC  (12+ messages)

[PATCH 0/6] shortlog fixes and optimizations
 2016-01-15 17:10 UTC  (7+ messages)
` [PATCH 1/6] shortlog: match both "Author:" and "author" on stdin
` [PATCH 2/6] shortlog: use strbufs to read from stdin
` [PATCH 3/6] shortlog: replace hand-parsing of author with pretty-printer
` [PATCH 4/6] shortlog: optimize "--summary" mode
` [PATCH 5/6] shortlog: optimize out useless "<none>" normalization
` [PATCH 6/6] shortlog: optimize out useless string list

SChannel support in Git for Windows
 2016-01-15 16:47 UTC  (6+ messages)

BUG: git subtree split gets confused on removed and readded directory
 2016-01-15 16:23 UTC 

[PATCH v3 00/20] refs backend rebase on pu
 2016-01-15 13:33 UTC  (26+ messages)
` [PATCH v3 01/20] refs: add a backend method structure with transaction functions
` [PATCH v3 02/20] refs: add methods for misc ref operations
` [PATCH v3 03/20] refs: add methods for the ref iterators
` [PATCH v3 04/20] refs: add do_for_each_per_worktree_ref
` [PATCH v3 05/20] refs: add methods for reflog
` [PATCH v3 06/20] refs: add method for initial ref transaction commit
` [PATCH v3 07/20] refs: add method for delete_refs
` [PATCH v3 08/20] refs: add methods to init refs db
` [PATCH v3 09/20] refs: add method to rename refs
` [PATCH v3 10/20] refs: make lock generic
` [PATCH v3 11/20] refs: move duplicate check to common code
` [PATCH v3 12/20] refs: allow log-only updates
` [PATCH v3 13/20] refs: resolve symbolic refs first
` [PATCH v3 14/20] refs: always handle non-normal refs in files backend
` [PATCH v3 15/20] init: allow alternate backends to be set for new repos
` [PATCH v3 16/20] refs: check submodules ref storage config
` [PATCH v3 17/20] refs: allow ref backend to be set for clone
` [PATCH v3 18/20] svn: learn ref-storage argument
` [PATCH v3 19/20] refs: add LMDB refs backend
` [PATCH v3 20/20] refs: tests for lmdb backend

[PATCH 0/4] Fix compile warnings with MSys2's compiler
 2016-01-15 13:24 UTC  (5+ messages)
` [PATCH 1/4] mingw: avoid redefining S_* constants
` [PATCH 2/4] mingw: avoid warnings when casting HANDLEs to int
` [PATCH 3/4] mingw: squash another warning about a cast
` [PATCH 4/4] mingw: uglify (a, 0) definitions to shut up warnings

[PATCH] commit: ensure correct permissions of the commit message
 2016-01-15 12:18 UTC  (8+ messages)

Announcing git-cinnabar 0.3.0
 2016-01-15 10:15 UTC  (4+ messages)

[PATCH v11] ls-files: add eol diagnostics
 2016-01-15  4:51 UTC  (3+ messages)

[PATCH] Add a test for subtree rebase that loses commits
 2016-01-15  1:19 UTC  (4+ messages)
` [PATCH v2] Test rebase -Xsubtree

[PATCH v2 00/21] refs backend reroll
 2016-01-14 22:30 UTC  (8+ messages)
` [PATCH v2 20/21] refs: add LMDB refs backend

Changing filename case causes inability to merge branch on OSX
 2016-01-14 22:04 UTC 

[PATCH 0/5] Fix compile errors with MSys2
 2016-01-14 21:57 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] config.mak.uname: support MSys2
  ` [PATCH v2 2/5] config.mak.uname: supporting 64-bit MSys2
  ` [PATCH v2 3/5] nedmalloc: allow compiling with MSys2's compiler
  ` [PATCH v2 4/5] compat/mingw: support MSys2-based MinGW build
  ` [PATCH v2 5/5] compat/winansi: support compiling with MSys2

[PATCH] git-svn: loosen config globs limitations
 2016-01-14 18:15 UTC  (4+ messages)
  ` [PATCH] git-svn: shorten glob error message

[issue?]'git branch -D' case sensitive issue
 2016-01-14 17:21 UTC  (5+ messages)

[RFC] Malicously tampering git metadata?
 2016-01-14 17:21 UTC  (8+ messages)

[PATCH/RFC] t0060: basename("//") is implementation defined
 2016-01-14 11:47 UTC  (3+ messages)

What's cooking in git.git (Jan 2016, #02; Mon, 11)
 2016-01-14 10:21 UTC  (9+ messages)

[PATCH v3 0/2] Add in-place editing support to git interpret-trailers
 2016-01-14  9:33 UTC  (7+ messages)
` [PATCH v3 1/2] trailer: use fprintf instead of printf
` [PATCH v3 2/2] interpret-trailers: add option for in-place editing


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