git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-03-19 21:29:43 to 2015-03-21 22:23:14 UTC [more...]

[PATCH 0/25] detecting &&-chain breakage
 2015-03-21 22:23 UTC  (45+ messages)
` [PATCH 01/25] t/test-lib: introduce --chain-lint option
` [PATCH 02/25] t: fix severe &&-chain breakage
` [PATCH 03/25] t: fix moderate "
` [PATCH 04/25] t: fix trivial "
` [PATCH 05/25] t: assume test_cmp produces verbose output
` [PATCH 06/25] t: use verbose instead of hand-rolled errors
` [PATCH 07/25] t: use test_must_fail instead of hand-rolled blocks
` [PATCH 08/25] t: fix &&-chaining issues around setup which might fail
` [PATCH 09/25] t: use test_might_fail for diff and grep
` [PATCH 10/25] t: use test_expect_code instead of hand-rolled comparison
` [PATCH 11/25] t: wrap complicated expect_code users in a block
` [PATCH 12/25] t: avoid using ":" for comments
` [PATCH 13/25] t3600: fix &&-chain breakage for setup commands
` [PATCH 14/25] t7201: fix &&-chain breakage
` [PATCH 15/25] t9502: "
` [PATCH 16/25] t6030: use modern test_* helpers
` [PATCH 17/25] t0020: "
` [PATCH 18/25] t1301: "
` [PATCH 19/25] t6034: "
` [PATCH 20/25] t4117: "
` [PATCH 21/25] t9001: use test_when_finished
` [PATCH 22/25] t0050: appease --chain-lint
` [PATCH 23/25] t7004: fix embedded single-quotes
` [PATCH 24/25] t0005: fix broken &&-chains
` [PATCH 25/25] t4104: drop hand-rolled error reporting
  ` [PATCH 26/27] t/*svn*: fix moderate &&-chain breakage
    ` [PATCH 27/27] t9104: fix test for following larger parents

[PATCH v3] rev-list: refuse --first-parent combined with --bisect
 2015-03-21 22:01 UTC  (18+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[PATCH v2] t6039: fix broken && chain
 2015-03-21 21:40 UTC 

[PATCH 1/1] l10n: de.po: use "bla …" instead of "bla..."
 2015-03-21 21:21 UTC  (3+ messages)

[PATCH] clone: Warn if clone lacks LICENSE or COPYING file
 2015-03-21 20:21 UTC  (2+ messages)

What's cooking in git.git (Mar 2015, #07; Fri, 20)
 2015-03-21 20:15 UTC  (6+ messages)

[PATCH/RFC][GSoC] diff-no-index: transform "$directory $file" args to "$directory/$file $file"
 2015-03-21 19:08 UTC  (3+ messages)

[PATCH] t6039: fix broken && chain
 2015-03-21 18:04 UTC  (4+ messages)

[PATCH/RFC/GSOC] make git-pull a builtin
 2015-03-21 17:35 UTC  (9+ messages)

[GSoC Project Help] Unifying git branch -l, git tag -l and git for-each-ref
 2015-03-21 17:02 UTC  (3+ messages)

Bug? git submodule add SSL certificate problem: unable to get local issuer certificate
 2015-03-21 13:22 UTC  (4+ messages)

[PATCH v4 1/4] git-credential-store: support multiple credential files
 2015-03-21 10:01 UTC  (12+ messages)
` [PATCH v4 3/4] docs/git-credential-store: document XDG file and precedence
` [PATCH v4 4/4] t0302: test credential-store support for XDG_CONFIG_HOME

[PATCH v2] git prompt: Use toplevel to find untracked files
 2015-03-21  8:46 UTC  (2+ messages)

[PATCH 00/15] Fixing memory leaks
 2015-03-21  5:11 UTC  (27+ messages)
` [PATCH 01/15] read-cache: fix memleak
` [PATCH 02/15] read-cache: Improve readability
` [PATCH 03/15] read-cache: free cache entry in add_to_index in case of early return
` [PATCH 04/15] update-index: fix a memleak
` [PATCH 05/15] builtin/apply.c: "
` [PATCH 06/15] merge-blobs.c: Fix "
` [PATCH 07/15] merge-recursive: fix memleaks
` [PATCH 08/15] http-push: Remove unneeded cleanup
` [PATCH 09/15] http: release the memory of a http pack request as well
` [PATCH 10/15] commit.c: fix a memory leak
` [PATCH 11/15] builtin/check-attr: fix a memleak
` [PATCH 12/15] builtin/merge-base: fix memleak
` [PATCH 13/15] builtin/unpack-file: fix a memleak
` [PATCH 14/15] builtin/cat-file: free memleak
` [PATCH 15/15] ls-files: fix a memleak

[PATCH] Documentation: Add target to build PDF manpages
 2015-03-20 22:42 UTC  (11+ messages)

[PATCH] t1700: make test pass with index-v4
 2015-03-20 22:12 UTC  (12+ messages)
      ` [PATCH v2] "
            ` [PATCH 0/2] fix test suite with split index
              ` [PATCH 1/2] test-lib: allow using split index in the test suite
              ` [PATCH 2/2] read-cache: fix reading of split index

[v3 PATCH 2/2] reset: add tests for git reset -
 2015-03-20 20:32 UTC  (3+ messages)

[PATCH 00/16] Convert parts of refs.c to struct object_id
 2015-03-20 19:55 UTC  (19+ messages)
` [PATCH 01/16] refs: convert struct ref_entry to use "
` [PATCH 02/16] refs: convert for_each_tag_ref to "
` [PATCH 03/16] refs: convert remaining users of for_each_ref_in to object_id
` [PATCH 04/16] refs: convert for_each_ref_in_submodule "
` [PATCH 05/16] refs: convert head_ref to struct object_id
` [PATCH 06/16] refs: convert for_each_ref_submodule "
` [PATCH 07/16] revision: remove unused _oid helper
` [PATCH 08/16] refs: convert for_each_ref to struct object_id
` [PATCH 09/16] refs: convert for_each_replace_ref "
` [PATCH 10/16] refs: convert namespaced ref iteration functions to object_id
` [PATCH 11/16] refs: convert for_each_rawref to struct object_id
` [PATCH 12/16] refs: rename do_for_each_ref_oid to do_for_each_ref
` [PATCH 13/16] refs: convert for_each_reflog to struct object_id
` [PATCH 14/16] refs: rename each_ref_fn_oid to each_ref_fn
` [PATCH 15/16] Remove unneeded *_oid functions
` [PATCH 16/16] refs: convert struct ref_lock to struct object_id

[PATCH 0/5] not making corruption worse
 2015-03-20 18:43 UTC  (33+ messages)
` [PATCH 1/5] t5312: test object deletion code paths in a corrupted repository
        ` test &&-chain lint (was: [PATCH 1/5] t5312: test object deletion code paths in a corrupted repository)
            ` test &&-chain lint
` [PATCH 2/5] refs: introduce a "ref paranoia" flag
` [PATCH 5/5] refs.c: drop curate_packed_refs
` [PATCH v2 0/5] not making corruption worse
  ` [PATCH v2 1/5] t5312: test object deletion code paths in a corrupted repository
  ` [PATCH v2 2/5] refs: introduce a "ref paranoia" flag
  ` [PATCH v2 3/5] prune: turn on ref_paranoia flag
  ` [PATCH v2 4/5] repack: turn on "ref paranoia" when doing a destructive repack
  ` [PATCH v2 5/5] refs.c: drop curate_packed_refs

cover letter and cc list
 2015-03-20 18:08 UTC  (2+ messages)

[PATCH 00/14] numparse module: systematically tighten up integer parsing
 2015-03-20 17:51 UTC  (6+ messages)
` [PATCH 01/14] numparse: new module for parsing integral numbers

A git hook that does git cherry-pick and push automatically
 2015-03-20 16:51 UTC  (4+ messages)

bug in bash completion for git-branch --set-upstream-to on OSX
 2015-03-20 15:15 UTC 

possible minor bug: 'git apply --reject' unnecessarily touches files
 2015-03-20 14:01 UTC 

Git ignore help
 2015-03-20 10:36 UTC 

Fwd: Seems to be pushing more than necessary
 2015-03-20  9:20 UTC  (3+ messages)

So far we have 39 Special Sessions/ Workshops. You can propose your own Special Session
 2015-03-19 12:19 UTC 

Git for Windows 1.9.5.msysgit.1
 2015-03-20  8:38 UTC  (3+ messages)

[PATCH] git=p4.py rebase now honor's client spec
 2015-03-20  8:13 UTC  (3+ messages)

Why is "git fetch --prune" so much slower than "git remote prune"?
 2015-03-20  7:04 UTC  (6+ messages)

[PATCH, RFC] checkout: Attempt to checkout submodules
 2015-03-20  0:13 UTC  (5+ messages)

Sparse checkout not working as expected (colons in filenames on Windows)
 2015-03-19 23:07 UTC 

Need help deciding between subtree and submodule
 2015-03-19 21:56 UTC  (4+ messages)

submodule.$name.url is ignored during submodule update
 2015-03-19 21:29 UTC  (4+ 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).