git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-01-13 16:21:48 to 2016-01-14 23:59:57 UTC [more...]

[PATCH v2 00/17] Peace with CRLF
 2016-01-14 23:58 UTC  (41+ messages)
` [PREVIEW v3 0/9] Preview of "Peace with CRLF" rerolled
  ` [PREVIEW v3 1/9] strbuf: miniscule style fix
  ` [PREVIEW v3 2/9] strbuf: make strbuf_getline_crlf() global
  ` [PREVIEW v3 3/9] strbuf: introduce strbuf_getline_{lf,nul}()
  ` [PREVIEW v3 4/9] mktree: there are only two line terminators
  ` [PREVIEW v3 5/9] check-attr: "
  ` [PREVIEW v3 6/9] check-ignore: "
  ` [PREVIEW v3 7/9] update-index: "
  ` [PREVIEW v3 8/9] checkout-index: "
  ` [PREVIEW v3 9/9] strbuf: give strbuf_getline() to the "most text friendly" variant
  ` [PREVIEW v3 9/9] strbuf: retire strbuf_getline() for now
  ` [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 "

[PATCH] submodule: Port resolve_relative_url from shell to C
 2016-01-14 23:43 UTC  (9+ messages)

[PATCH v2 00/21] refs backend reroll
 2016-01-14 22:30 UTC  (18+ messages)
` [PATCH v2 13/21] refs: resolve symbolic refs first
` [PATCH v2 14/21] refs: always handle non-normal refs in files backend
` [PATCH v2 16/21] refs: check submodules ref storage config
` [PATCH v2 20/21] refs: add LMDB refs backend

[PATCH] t0060: loosen overly strict expectations
 2016-01-14 22:14 UTC  (5+ messages)

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  (18+ messages)
` [PATCH 1/5] config.mak.uname: support MSys2
` [PATCH 3/5] nedmalloc: allow compiling with MSys2's compiler
` [PATCH v2 0/5] Fix compile errors with MSys2
  ` [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 v4] contrib/subtree: fix "subtree split" skipped-merge bug
 2016-01-14 21:26 UTC  (7+ messages)
` [PATCH v5] "
        ` [PATCH v6] "

Find main branch
 2016-01-14 21:13 UTC  (8+ messages)

[PATCH v4 0/2] Add in-place editing support to git interpret-trailers
 2016-01-14 20:45 UTC  (4+ 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] test-path-utils: use xsnprintf in favor of strcpy
 2016-01-14 20:26 UTC 

[PATCH v11] ls-files: add eol diagnostics
 2016-01-14 19:34 UTC  (2+ messages)

Worktree "gitdir" file being mangled after upgrade to 2.7.0
 2016-01-14 18:36 UTC  (5+ messages)

[PATCH] git-svn: loosen config globs limitations
 2016-01-14 18:15 UTC  (6+ 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 v3 00/20] refs backend rebase on pu
 2016-01-14 16:26 UTC  (21+ 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/RFC] t0060: basename("//") is implementation defined
 2016-01-14 11:47 UTC  (4+ 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

[PATCH] Provide a dirname() function when NO_LIBGEN_H=YesPlease
 2016-01-14  6:09 UTC  (6+ messages)
` [PATCH v2 0/4] Ensure that we can build without libgen.h
  ` [PATCH v2 4/4] t0060: verify that basename() and dirname() work as expected

What's cooking in git.git (Jan 2016, #03; Wed, 13)
 2016-01-14  5:26 UTC  (2+ messages)

[PATCH 0/3] Support `git pull --rebase=interactive`
 2016-01-13 21:20 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] pull: allow interactive rebase with --rebase=interactive
  ` [PATCH v3 0/3] Support `git pull --rebase=interactive`

[PATCH v3 0/3] prepare_packed_git(): find more garbage
 2016-01-13 20:55 UTC  (8+ messages)
` [PATCH v4 0/4] gc: Clean garbage .bitmap files from pack dir
  ` [PATCH 1/4] prepare_packed_git(): find more garbage
  ` [PATCH 2/4] t5304: Add test for .bitmap garbage files
  ` [PATCH 3/4] t5304: Ensure wanted files are not deleted
  ` [PATCH 4/4] gc: Clean garbage .bitmap files from pack dir

[PATCH 1/2] prepare_packed_git(): refactor garbage reporting in pack directory
 2016-01-13 20:23 UTC  (15+ messages)

[PATCH] rebase: ignore failures from "gc --auto"
 2016-01-13 20:12 UTC  (4+ messages)

[PATCH V3 2/2] object name: introduce '^{/!-<negative pattern>}' notation
 2016-01-13 19:15 UTC  (3+ messages)
` [PATCH V4 "

[PATCH v3 0/4] Ensure that we can build without libgen.h
 2016-01-13 18:53 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/4] Provide a dirname() function when NO_LIBGEN_H=YesPlease
  ` [PATCH v4 4/4] t0060: verify that basename() and dirname() work as expected

[PATCH 0/4] Always release pack files before calling gc --auto
 2016-01-13 18:52 UTC  (7+ messages)
` [PATCH 1/4] fetch: release pack files before garbage-collecting
` [PATCH 2/4] am: "
` [PATCH 3/4] merge: "
` [PATCH 4/4] receive-pack: "

[PATCH v5] format-patch: introduce format.outputDirectory configuration
 2016-01-13 18:27 UTC  (3+ messages)
` [PATCH v6] "

Questions on passing --depth to git-clone vs. git-fetch
 2016-01-13 18:24 UTC  (5+ messages)
` [PATCH] docs: say "commits" in the --depth option wording for git-clone
` [PATCH] docs: clarify that --depth for git-fetch works with newly initialized repos

[PATCH] Makefile: describe XMALLOC_POISON
 2016-01-13 18:23 UTC  (3+ messages)

[PATCH v2] contrib/subtree: unwrap tag refs
 2016-01-13 17:49 UTC  (4+ messages)

[PATCHv7 0/8] Expose submodule parallelism to the user
 2016-01-13 17:48 UTC  (5+ messages)

Some issues when trying to set up a shallow git mirror server
 2016-01-13 17:43 UTC  (8+ messages)

[PATCH] contrib/subtree: unwrap tag refs
 2016-01-13 17:40 UTC  (4+ messages)

Adding a commit to the front of my branch?
 2016-01-13 17:19 UTC  (3+ messages)

[PATCH v3] git-p4.py: add support for filetype change
 2016-01-13 17:07 UTC  (3+ messages)

[PATCHv2] submodule: Port resolve_relative_url from shell to C
 2016-01-13 16:58 UTC  (4+ messages)
` [PATCHv3] "

Adding a commit to the front of my branch?
 2016-01-13 16:21 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).