git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-03-26 21:09:36 to 2014-03-29 01:52:49 UTC [more...]

[PATCH 0/4] Fix misuses of "nor" (v2)
 2014-03-29  1:52 UTC  (6+ messages)
` [PATCH 3/4] Fix misuses of "nor" in comments

What's cooking in git.git (Mar 2014, #07; Fri, 28)
 2014-03-28 23:23 UTC  (2+ messages)

[PATCH v2 1/3] patch-id: make it stable against hunk reordering
 2014-03-28 22:26 UTC  (7+ messages)
` [PATCH v2 2/3] patch-id: document new behaviour
` [PATCH v2 3/3] patch-id-test: test new --stable and --unstable flags

[PATCHv3 0/19] pkt-line cleanups and fixes
 2014-03-28 20:35 UTC  (14+ messages)
` [PATCH v3 08/19] write_or_die: raise SIGPIPE when we get EPIPE
  ` [BUG] MSVC: error box when interrupting `gitlog` by quitting less
            ` [PATCH] MSVC: link in invalidcontinue.obj for better POSIX compatibility
                  ` [PATCH v2] "

Problems with git 1.8.5.3 on HP-UX 11.11
 2014-03-28 20:02 UTC  (5+ messages)

[PATCH 0/5] handle bogus commit dates
 2014-03-28 19:30 UTC  (21+ messages)
` [PATCH 5/5] log: do not segfault on gmtime errors
      ` [PATCH] t4212: handle systems with post-apocalyptic gmtime

[PATCH v2 00/19] Multiparent diff tree-walker + combine-diff speedup
 2014-03-28 19:27 UTC  (32+ messages)
` [PATCH v2 14/19] tree-diff: rework diff_tree interface to be sha1 based
` [PATCH 15/19] tree-diff: no need to call "full" diff_tree_sha1 from show_path()
` [PATCH v2 16/19] tree-diff: reuse base str(buf) memory on sub-tree recursion
` [PATCH 17/19] Portable alloca for Git
` [PATCH v2 18/19] tree-diff: rework diff_tree() to generate diffs for multiparent cases as well

[PATCH] gitweb: gpg signature status indication for commits
 2014-03-28 19:14 UTC  (3+ messages)

[PATCH v8 00/12] Add interpret-trailers builtin
 2014-03-28 18:50 UTC  (27+ messages)
` [PATCH v8 01/12] Add data structures and basic functions for commit trailers
` [PATCH v8 02/12] trailer: process trailers from stdin and arguments
` [PATCH v8 03/12] Move lower case functions into wrapper.c
` [PATCH v8 04/12] trailer: read and process config information
` [PATCH v8 05/12] trailer: process command line trailer arguments
` [PATCH v8 06/12] trailer: parse trailers from stdin
` [PATCH v8 07/12] trailer: put all the processing together and print
` [PATCH v8 08/12] trailer: add interpret-trailers command
` [PATCH v8 09/12] trailer: add tests for "git interpret-trailers"
` [PATCH v8 10/12] trailer: execute command from 'trailer.<name>.command'
` [PATCH v8 11/12] trailer: add tests for commands in config file
` [PATCH v8 12/12] Documentation: add documentation for 'git interpret-trailers'

[PATCH] MSVC: fix t0040-parse-options
 2014-03-28 18:19 UTC  (2+ messages)

git commit vs. ignore-submodules
 2014-03-28 17:59 UTC  (3+ messages)

Possible regression in master? (submodules without a "master" branch)
 2014-03-28 17:28 UTC  (25+ messages)
    `  "
              ` [RFC] submodule: change submodule.<name>.branch default from master to HEAD
        ` submodule.<path>.branch vs. submodule.<name>.branch (was: Possible regression in master? (submodules without a "master" branch)
          ` submodule.<path>.branch vs. submodule.<name>.branch

SSL_CTX leak?
 2014-03-28 17:23 UTC  (3+ messages)

[RFC/PATCH] Better control of the tests run by a test suite
 2014-03-28 17:20 UTC  (17+ messages)
` [PATCH 1/3] test-lib: Document short options in t/README
` [RFC/PATCH v2] Better control of the tests run by a test suite
  ` [PATCH 2/3] test-lib: tests skipped by GIT_SKIP_TESTS say so
  ` [PATCH 3/3] test-lib: '--run' to run only specific tests

Borrowing objects from nearby repositories
 2014-03-28 17:02 UTC  (8+ messages)

[PATCH] Documentation/submodule: Fix submodule.<name> -> .<path> typos
 2014-03-28 17:01 UTC  (5+ messages)

[PATCH/RFC 0/8] git-ls
 2014-03-28 14:38 UTC  (22+ messages)
` [PATCH 7/8] ls-files: support --max-depth
` [PATCH v2 00/17] git-ls
  ` [PATCH v2 05/17] ls-files: buffer full item in strbuf before printing
  ` [PATCH v2 06/17] ls-files: add --color to highlight file names
  ` [PATCH v2 13/17] ls: add -1 short for --no-column in the spirit of GNU ls
  ` [PATCH v2 16/17] ls: do not show duplicate cached entries
      ` [PATCH] ls-files: do not trust stat info if lstat() fails

[PATCH 00/10] [RFC] pickaxe for function names
 2014-03-28 11:45 UTC  (16+ messages)
` [PATCH 01/10] .gitattributes: specify the language used
  ` [PATCH 02/10] diffcore-pickaxe.c: refactor regex compilation
  ` [PATCH 03/10] diffcore-pickaxe.c: Refactor pickaxe_fn signature
  ` [PATCH 04/10] diff.c/diff.h: expose userdiff_funcname
  ` [PATCH 05/10] diffcore-pickaxe.c: set up funcname pattern
  ` [PATCH 06/10] log: --function-name pickaxe
  ` [PATCH 07/10] xdiff: add XDL_EMIT_MOREFUNCNAMES
  ` [PATCH 08/10] xdiff: add XDL_EMIT_MOREHUNKHEADS
  ` [PATCH 09/10] t4213: test --function-name option
  ` [PATCH 10/10] Documentation: Document --function-name usage

fetches with bitmaps enabled can cause accesses to already GC'd objects
 2014-03-28 10:00 UTC  (2+ messages)
` [PATCH] add `ignore_missing_links` mode to revwalk

[PATCH] MSVC: allow enabling CURL
 2014-03-28  7:33 UTC  (5+ messages)
` [PATCH] MSVC: added missing include so `make INLINE=__inline` is no longer required
    ` [PATCH] MSVC: added missing include so `makeINLINE=__inline` "
    ` [PATCH v2] MSVC: define INLINE=__inline so simple `make MSVC=1` actually works

[PATCH/RFC 0/6] reuse deltas found by bitmaps
 2014-03-28  4:23 UTC  (13+ messages)
` [PATCH 1/6] t/perf-lib: factor boilerplate out of test_perf
` [PATCH 6/6] pack-objects: reuse deltas for thin "have" objects

Found a "bug" in git 1.9.0 but can't reproduce it without copyrighted source code
 2014-03-28  2:06 UTC  (7+ messages)
    ` Fwd: "
    ` Git doesn't notice file has changed (Re: Found a "bug" in git 1.9.0 but can't reproduce it without copyrighted source code.)

[PATCH 1/3] patch-id: make it stable against hunk reordering
 2014-03-28  0:25 UTC  (10+ messages)
` [PATCH 2/3] patch-id: document new behaviour
` [PATCH 3/3] patch-id-test: test new --stable and --unstable flags

[PATCH] git-prompt.sh: make '+' work for unborn branches
 2014-03-27 23:08 UTC  (2+ messages)

[PATCH] gitweb: gpg signature status indication for commits
 2014-03-27 20:12 UTC  (2+ messages)

Bug report: Git 1.8 on Ubuntu 13.10 refs not valid
 2014-03-27 18:49 UTC  (2+ messages)

Git feature request: Option to force Git to abort a checkout if working directory is dirty (i.e. disregarding the check for conflicts)
 2014-03-27 17:46 UTC  (2+ messages)

[PATCH v2] Clarify pre-push hook documentation
 2014-03-26 23:21 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2 00/27] Clean up update-refs --stdin and implement ref_transaction
 2014-03-26 21:47 UTC  (6+ messages)
` [PATCH v2 19/27] refs: Add a concept of a reference transaction

[PATCH] apply --ignore-space-change: lines with and without leading whitespaces do not match
 2014-03-26 21:14 UTC 


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