git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-05-29 17:49:43 to 2013-05-31 06:50:25 UTC [more...]

[RFC PATCH] add t3420-rebase-topology
 2013-05-31  6:49 UTC  (21+ messages)
` [PATCH v2 0/7] Rebase topology test
  ` [PATCH v2 2/7] add tests for rebasing with patch-equivalence present
  ` [PATCH v2 4/7] add tests for rebasing root
  ` [PATCH v2 5/7] add tests for rebasing merged history
  ` [PATCH v3 0/7] Rebase topology test
    ` [PATCH v3 1/7] add simple tests of consistency across rebase types
    ` [PATCH v3 2/7] add tests for rebasing with patch-equivalence present
    ` [PATCH v3 3/7] add tests for rebasing of empty commits

Poor performance of git describe in big repos
 2013-05-31  6:43 UTC  (23+ messages)
            ` [PATCH 1/2] sha1_file: silence sha1_loose_object_info
              ` [PATCH 2/2] lookup_commit_reference_gently: do not read non-{tag,commit}

What's cooking in git.git (May 2013, #09; Wed, 29)
 2013-05-31  6:16 UTC  (6+ messages)

[PATCH v3] credential-osxkeychain: support more protocols
 2013-05-31  4:07 UTC 

[PATCH v2 0/3] cherry-pick: fix memory leaks
 2013-05-31  3:40 UTC  (8+ messages)
` [PATCH v2 1/3] read-cache: plug a few leaks
` [PATCH v2 2/3] unpack-trees: plug a memory leak
` [PATCH v2 3/3] unpack-trees: free created cache entries

[RFC] reflog: show committer date in verbose mode
 2013-05-31  1:52 UTC  (2+ messages)

[PATCH] git.txt: remove stale comment regarding GIT_WORK_TREE
 2013-05-31  1:11 UTC 

[PATCH v2 00/25] Remove assumptions about each_ref_fn arg lifetimes
 2013-05-30 22:09 UTC  (14+ messages)
` [PATCH v2 11/25] object_array_remove_duplicates(): rewrite to reduce copying
` [PATCH v2 22/25] string_list_add_refs_by_glob(): add a comment about memory management
    ` [PATCH v2 FIXUP 22/25] fixup! "
` [PATCH v2 24/25] register_ref(): make a copy of the bad reference SHA-1

t0008-ignores failure (was: Git for Windows 1.8.3)
 2013-05-30 17:14 UTC  (8+ messages)
  ` t0008-ignores failure
        `  "

Should "git help" respect the 'pager' setting?
 2013-05-30 17:14 UTC  (6+ messages)

preventing evil merges
 2013-05-30 16:34 UTC 

[PATCH] git-gui: fix file name handling with non-empty prefix
 2013-05-30 15:55 UTC  (4+ messages)

Highlevel (but simple to implement) commands provided by default for git
 2013-05-30 15:32 UTC  (22+ messages)
` Fwd: [git-users] "
  `  "

[PATCH 0/7] unpack-trees: plug memory leak for merges
 2013-05-30 15:20 UTC  (11+ messages)
` [PATCH 1/7] cache: mark cache_entry pointers const
` [PATCH 2/7] read-cache: "
` [PATCH 3/7] unpack-trees: factor out dup_entry
` [PATCH 4/7] unpack-trees: create working copy of merge entry in merged_entry
` [PATCH 5/7] diff-lib, read-tree, unpack-trees: mark cache_entry pointers const
` [PATCH 6/7] diff-lib, read-tree, unpack-trees: mark cache_entry array paramters const
` [PATCH 7/7] unpack-trees: free cache_entry array members for merges

[PATCH] test: fix post rewrite hook report
 2013-05-30 14:35 UTC  (2+ messages)

[PATCH 0/4] Trivial patches
 2013-05-30 13:56 UTC  (5+ messages)
` [PATCH 1/4] read-cache: fix wrong 'the_index' usage
` [PATCH 2/4] read-cache: trivial style cleanups
` [PATCH 3/4] unpack-trees: trivial cleanup
` [PATCH 4/4] sha1_file: trivial style cleanup

[PATCH] cherry-pick: don't barf when there's nothing to do
 2013-05-30 13:49 UTC 

[PATCH 1/2] core: use env variable instead of config var to turn on logging pack access
 2013-05-30 13:51 UTC  (2+ messages)
` [PATCH 2/2] git.txt: document GIT_TRACE_PACKET

[PATCH 0/4] cherry-pick: fix memory leaks
 2013-05-30 13:08 UTC  (10+ messages)
` [PATCH 1/4] commit: reload cache properly
` [PATCH 2/4] read-cache: plug small memory leak
` [PATCH 3/4] unpack-trees: plug a "
` [PATCH 4/4] unpack-trees: free created cache entries

[PATCH v7] Add new git-related helper to contrib
 2013-05-30 12:12 UTC  (5+ messages)

[PATCH] Makefile: promote wildmatch to be the default fnmatch implementation
 2013-05-30 11:37 UTC  (3+ messages)

[PATCH] wildmatch: properly fold case everywhere
 2013-05-30 10:19 UTC  (13+ messages)
` [PATCH v3] "
              ` [PATCH v5] "

Has anyone tried to implement git grep --blame?
 2013-05-30 10:12 UTC  (2+ messages)

[PATCH] git clone depth of 0 not possible
 2013-05-30  8:23 UTC  (8+ messages)

[PATCH v2 0/6] git send-email suppress-cc=self fixes
 2013-05-30  7:11 UTC  (7+ messages)
` [PATCH v2 1/6] t/send-email.sh: add test for suppress-cc=self
` [PATCH v2 2/6] send-email: fix suppress-cc=self on cccmd
` [PATCH v2 3/6] t/send-email: test "
` [PATCH v2 4/6] send-email: make --suppress-cc=self sanitize input
` [PATCH v2 5/6] t/send-email: add test with quoted sender
` [PATCH v2 6/6] t/send-email: test suppress-cc=self with non-ascii

[PATCH v13 02/15] path.c: refactor relative_path(), not only strip prefix
 2013-05-30  6:56 UTC  (2+ messages)

[PATCH] show-ref: make --head always show the HEAD ref
 2013-05-30  6:08 UTC 

[PATCH 0/6] git send-email suppress-cc=self fixes
 2013-05-30  4:51 UTC  (7+ messages)
` [PATCH 1/6] t/send-email.sh: add test for suppress self

[PATCH v2 0/3] Towards a useable git-branch
 2013-05-30  4:19 UTC  (11+ messages)

Retrieving a file at a before a specified commit
 2013-05-30  3:19 UTC  (8+ messages)

[RFC/PATCH v2 0/8] rebase: new cherry-pick mode
 2013-05-30  2:37 UTC  (3+ messages)

[PATCH RESEND v2] path: Fix a sparse warning
 2013-05-29 23:57 UTC  (4+ messages)

[PATCH v3] path: Fix a sparse warning
 2013-05-29 23:53 UTC 

What's cooking in git.git (May 2013, #08; Tue, 28)
 2013-05-29 23:44 UTC  (8+ messages)

[RFC/PATCH] patch-ids: check modified paths before calculating diff
 2013-05-29 21:30 UTC  (6+ messages)

1.8.3 - gitignore not being parsed correctly on OS X; regex support is broken?
 2013-05-29 20:32 UTC  (6+ messages)
      ` [PATCH] dir.c: fix ignore processing within not-ignored directories

[PATCH v2 0/3] Early HEAD resolution in push.default = current
 2013-05-29 20:04 UTC  (8+ messages)
` [PATCH 1/3] push: factor out the detached HEAD error message
` [PATCH 2/3] push: fail early with detached HEAD and current
` [PATCH 3/3] push: make push.default = current use resolved HEAD

[PATCH] completion: zsh: improve bash script loading
 2013-05-29 19:58 UTC  (6+ messages)

[PATCH v2] difftool --dir-diff: always use identical working tree file
 2013-05-29 19:52 UTC  (3+ messages)
` [PATCH v3] difftool --dir-diff: allow changing any clean "

[PATCH 0/4] remote-helpers: test reorganization
 2013-05-29 19:32 UTC  (8+ messages)
` [PATCH 2/4] remote-helpers: rename tests

git init doesn't create master branch
 2013-05-29 18:37 UTC  (5+ messages)

[PATCH] prompt: fix for simple rebase
 2013-05-29 18:26 UTC  (2+ messages)

[PATCH 0/6] --valgrind improvements
 2013-05-29 17:53 UTC  (5+ messages)
` [PATCH 3/6] test-lib: verbose mode for only tests matching a pattern


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