git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-04-26 18:32:33 to 2012-04-30 18:51:16 UTC [more...]

git log -z still outputting newlines?
 2012-04-30 18:45 UTC  (3+ messages)
` [PATCH] log-tree: use custom line terminator in line termination mode

[PATCH 0/4] git p4 submit fixes
 2012-04-30 18:34 UTC  (9+ messages)
` [PATCH 1/4] git p4: bring back files in deleted client directory
` [PATCH 2/4] git p4: test submit
` [PATCH 3/4] git p4: fix writable file after rename or copy
` [PATCH 4/4] git p4: submit files with wildcards

[PATCH 0/5] Large file support for git-archive
 2012-04-30 18:15 UTC  (7+ messages)
` [PATCH 1/5] archive-tar: turn write_tar_entry into blob-writing only
` [PATCH 2/5] archive-tar: unindent write_tar_entry by one level
` [PATCH 3/5] archive: delegate blob reading to backend
` [PATCH 4/5] archive-tar: stream large blobs to tar file
` [PATCH 5/5] archive-zip: stream large blobs into zip file

[PATCH 0/5] i18n: TRANSLATORS commends and LEGO--
 2012-04-30 17:54 UTC  (12+ messages)
` [PATCH 1/5] diff: move TRANSLATORS comments so they're picked up
` [PATCH 2/5] i18n: Add more TRANSLATORS comments
` [PATCH 3/5] git-branch: remove lego in i18n messages
` [PATCH 4/5] git-commit: "
` [PATCH 5/5] "

[PATCH 0/9] Prefix-compress on-disk index entries
 2012-04-30 17:20 UTC  (4+ messages)
` [PATCH 1/2] unpack-trees: preserve the index file version of original
  ` [PATCH 2/2] index-v4: document the entry format

[PATCH] create_ref_entry(): move check_refname_format() call to callers
 2012-04-30 17:14 UTC  (5+ messages)

git-svn won't remember pem password
 2012-04-30 16:53 UTC  (18+ messages)
            ` [PATCH 1/2] git-svn: use platform specific auth providers
              ` [PATCH 2/2] git-svn: Configure a prompt callback for gnome_keyring

[GUILT] [PATCH] Handle empty patches and patches with only a header
 2012-04-30 16:48 UTC  (2+ messages)

[GUILT] [PATCH] Testsuite: get rid of "Broken pipe" errors from yes
 2012-04-30 16:46 UTC  (3+ messages)

XDL_FAST_HASH breaks git on OS X 10.7.3
 2012-04-30 16:38 UTC  (2+ messages)

Glossary for bootstrapping Git translations
 2012-04-30 15:47 UTC  (5+ messages)

What's cooking in git.git (Apr 2012, #11; Sun, 29)
 2012-04-30 15:22 UTC  (3+ messages)

[GUILT] [PATCH] The tests should not fail if log.date or log.decorate are set
 2012-04-30 15:04 UTC  (2+ messages)

[GUILT] [PATCH] Change git branch when patches are applied
 2012-04-30 15:02 UTC  (2+ messages)

Working on a rejected GSoC project
 2012-04-30 12:30 UTC  (4+ messages)

Branch to base i18n work on?
 2012-04-30 11:37 UTC  (2+ messages)

[GUILT] Preventing "git push" when guilt patches are applied
 2012-04-30 10:34 UTC  (3+ messages)

Bug (or inconsistency) in git add
 2012-04-30  7:02 UTC  (3+ messages)

[PATCH 0/2] minor error message newline purge
 2012-04-30  0:28 UTC  (3+ messages)
` [PATCH 1/2] remove superfluous newlines in error messages
` [PATCH 2/2] remove blank filename in error message

git bug: moved file with local unstaged changes are lost during merge
 2012-04-30  0:16 UTC  (6+ messages)

Potential problem in git-add may corrupt the index file
 2012-04-29 22:39 UTC  (3+ messages)

Bug in git-stash(.sh) ?
 2012-04-29 22:37 UTC  (10+ messages)

[PATCH v4 3/4] t4052: Test diff-stat output with minimum columns
 2012-04-29 21:28 UTC  (10+ messages)
    ` [PATCH] test: skip test with COLUMNS=1 under mksh

gc --aggressive
 2012-04-29 13:53 UTC  (13+ messages)

Pulling without any local commits deletes stages files without warning
 2012-04-29  4:21 UTC  (2+ messages)

organizing multiple repositories with dependencies
 2012-04-28 17:31 UTC  (16+ messages)

ref-format checking regression
 2012-04-28  9:24 UTC  (5+ messages)

Subtree in Git
 2012-04-27 21:09 UTC  (3+ messages)

[PATCH] index-pack: avoid false sharing on multicore systems
 2012-04-27 16:52 UTC 

[PATCH] diff: avoid stack-buffer-read-overrun for very long name
 2012-04-27 15:07 UTC  (8+ messages)

What's cooking in git.git (Apr 2012, #09; Mon, 23)
 2012-04-27 15:03 UTC  (8+ messages)
    ` [PATCH] Try an uppercase version of $prot_proxy env var

[PATCH] t5570: forward git-daemon messages in a different way
 2012-04-27 15:02 UTC  (16+ messages)
                    ` [PATCH] t5570: fix forwarding of git-daemon messages via cat

What's cooking in git.git (Apr 2012, #10; Thu, 26)
 2012-04-27 14:59 UTC  (4+ messages)

Location-agnostic submodules
 2012-04-27 14:37 UTC 

Compiling git with -Werror
 2012-04-27 10:07 UTC  (3+ messages)

[RFC/PATCH] Reduce cost of deletion in levenstein distance (4 -> 3)
 2012-04-27  9:43 UTC  (2+ messages)

[PATCH v2 00/18] Read loose references lazily
 2012-04-27  8:59 UTC  (21+ messages)
` [PATCH v2 01/18] get_ref_dir(): return early if directory cannot be read
` [PATCH v2 02/18] get_ref_dir(): use a strbuf to hold refname
` [PATCH v2 03/18] get_ref_dir(): rename "base" parameter to "dirname"
` [PATCH v2 04/18] get_ref_dir(): require that the dirname argument ends in '/'
` [PATCH v2 05/18] refs.c: extract function search_for_subdir()
` [PATCH v2 06/18] get_ref_dir(): take the containing directory as argument
` [PATCH v2 07/18] do_for_each_reflog(): return early on error
` [PATCH v2 08/18] do_for_each_reflog(): use a strbuf to hold logfile name
` [PATCH v2 09/18] do_for_each_reflog(): reuse strbuf across recursive function calls
` [PATCH v2 10/18] bisect: copy filename string obtained from git_path()
` [PATCH v2 11/18] find_containing_dir(): use strbuf in implementation of this function
` [PATCH v2 12/18] refs: wrap top-level ref_dirs in ref_entries
` [PATCH v2 13/18] read_loose_refs(): rename function from get_ref_dir()
` [PATCH v2 14/18] get_ref_dir(): add function for getting a ref_dir from a ref_entry
` [PATCH v2 15/18] search_for_subdir(): return (ref_dir *) instead of (ref_entry *)
` [PATCH v2 16/18] struct ref_dir: store a reference to the enclosing ref_cache
` [PATCH v2 17/18] read_loose_refs(): eliminate ref_cache argument
` [PATCH v2 18/18] refs: read loose references lazily

Why aren't tag refs namespaced?
 2012-04-27  3:26 UTC  (7+ messages)

git-push sent too many objects
 2012-04-27  0:41 UTC  (2+ messages)

Bad Man Page URLs
 2012-04-26 22:34 UTC  (18+ messages)

[PATCH 00/30] Read loose references lazily
 2012-04-26 21:33 UTC  (7+ messages)
` [PATCH 29/30] create_dir_entry(): allow the flag value to be passed as an argument

Git.pm
 2012-04-26 20:31 UTC  (7+ messages)

[ANNOUNCE] Git 1.7.7.7
 2012-04-26 19:50 UTC 

[ANNOUNCE] Git 1.7.8.6
 2012-04-26 19:51 UTC 

[ANNOUNCE] Git 1.7.9.7
 2012-04-26 19:53 UTC 

Wither --local
 2012-04-26 19:25 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).