git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-07-09 05:35:41 to 2013-07-11 16:35:49 UTC [more...]

[RFC/PATCH 0/4] cat-file --batch-disk-sizes
 2013-07-11 16:35 UTC  (41+ messages)
` [PATCH 3/4] cat-file: add --batch-disk-sizes option
` [PATCH 4/4] pack-revindex: radix-sort the revindex
` [PATCHv2 00/10] cat-file formats/on-disk sizes
  ` [PATCH 01/10] zero-initialize object_info structs
  ` [PATCH 02/10] teach sha1_object_info_extended a "disk_size" query
  ` [PATCH 03/10] t1006: modernize output comparisons
  ` [PATCH 04/10] cat-file: teach --batch to stream blob objects
  ` [PATCH 05/10] cat-file: refactor --batch option parsing
  ` [PATCH 06/10] cat-file: add --batch-check=<format>
  ` [PATCH 07/10] cat-file: add %(objectsize:disk) format atom
  ` [PATCH 08/10] cat-file: split --batch input lines on whitespace
  ` [PATCH 09/10] pack-revindex: use unsigned to store number of objects
  ` [PATCH 10/10] pack-revindex: radix-sort the revindex
    ` [PATCHv3 "

t0008 hang on streaming test (OS X)
 2013-07-11 16:14 UTC  (6+ messages)

A local shared clone is now much slower
 2013-07-11 16:01 UTC  (6+ messages)
      ` Priming git clone with a local repo?

[PATCH] git clone depth of 0 not possible
 2013-07-11 15:49 UTC  (14+ messages)
                ` [PATCH 1/3] upload-pack: Remove a piece of dead code
                  ` [PATCH 2/3] upload-pack: Introduce new "fixed-off-by-one-depth" server feature
                  ` [PATCH 3/3] fetch-pack: Request fixed-off-by-one-depth when available

[PATCH] show-ref: make --head always show the HEAD ref
 2013-07-11 15:41 UTC  (2+ messages)

Bug: Failure if stdin is closed
 2013-07-11 15:39 UTC  (2+ messages)

[PATCH v2 0/4] add git-check-mailmap command
 2013-07-11 14:55 UTC  (5+ messages)
` [PATCH v2 1/4] builtin: "
` [PATCH v2 2/4] t4203: test check-mailmap command invocation
` [PATCH v2 3/4] t4203: test mailmap functionality directly rather than indirectly
` [PATCH v2 4/4] t4203: consolidate test-repository setup

[PATCH 00/22] Index v5
 2013-07-11 12:50 UTC  (22+ messages)
` [PATCH 05/22] read-cache: add index reading api
        ` [PATCH 5.5/22] Add documentation for the index api
` [PATCH 13/22] documentation: add documentation of the index-v5 file format

subtree merge strategy - merge upstream branches that share history
 2013-07-11 10:35 UTC 

[RFC/PATCH 0/4] add git-check-mailmap command
 2013-07-11 10:28 UTC  (10+ messages)
` [RFC/PATCH 1/4] builtin: "
` [RFC/PATCH 2/4] t4203: test check-mailmap command invocation
` [RFC/PATCH 3/4] t4203: test mailmap functionality directly rather than indirectly
` [RFC/PATCH 4/4] t4203: consolidate test-repository setup

limit memory usage on large repositories
 2013-07-10 22:27 UTC 

[RFC/PATCH v2 1/1] cygwin: Add fast_lstat() and fast_fstat() functions
 2013-07-10 20:23 UTC 

[RFC/PATCH v2 0/1] cygwin: fast stat functions
 2013-07-10 20:19 UTC 

[PATCH 0/3] Switch German translation from pure German to German+English
 2013-07-10 17:54 UTC  (5+ messages)
` [PATCHv2 0/3] Switch German translation to G+E
  ` [PATCHv2 1/3] l10n: de.po: switch from pure German to German+English (part 1)
    ` [PATCHv2 2/3] l10n: de.po: switch from pure German to German+English (part 2)
      ` [PATCHv2 3/3] l10n: de.po: switch from pure German to German+English (part 3)

Error
 2013-07-10 15:15 UTC  (2+ messages)

segmentation fault after successful completion of certain git svn commands
 2013-07-10 10:51 UTC 

Git in nutshell Inbox
 2013-07-10 10:29 UTC  (12+ messages)

[PATCH/RFC] blame: accept multiple -L ranges
 2013-07-10  9:18 UTC  (16+ messages)

What's cooking in git.git (Jul 2013, #03; Tue, 9)
 2013-07-10  8:10 UTC  (4+ messages)

[PATCH] remote-http: use argv-array
 2013-07-10  6:17 UTC  (15+ messages)
        ` [PATCH 1/3] add missing "format" function attributes
        ` [PATCH 2/3] use "sentinel" function attribute for variadic lists
        ` [PATCH 3/3] wt-status: use "format" function attribute for status_printf

Diff colorizer confused by dos newlines
 2013-07-09 23:35 UTC  (3+ messages)

[RFD] Making "git push [--force/--delete]" safer?
 2013-07-09 23:08 UTC  (19+ messages)
` [PATCH 0/7] safer "push --force" with compare-and-swap
  ` [PATCH 1/7] cache.h: move remote/connect API out of it
  ` [PATCH 2/7] builtin/push.c: use OPT_BOOL, not OPT_BOOLEAN
  ` [PATCH 3/7] push: beginning of compare-and-swap "force/delete safety"
  ` [PATCH 4/7] remote.c: add command line option parser for --lockref
  ` [PATCH 5/7] push --lockref: implement logic to populate old_sha1_expect[]
  ` [PATCH 6/7] t5533: test "push --lockref"
  ` [PATCH 7/7] push: document --lockref

Feature request: "author branch" in commit object
 2013-07-09 21:46 UTC  (5+ messages)

[PATCH 0/3] merge -Xindex-only
 2013-07-09 20:01 UTC  (7+ messages)

Git --file doesn't override $HOME in version 1.8.1.2
 2013-07-09 19:24 UTC  (5+ messages)

[PATCH 0/4] Make "git name-rev $(git rev-parse v1.8.3)" work
 2013-07-09 18:53 UTC  (12+ messages)
` [PATCH 3/4] describe: use argv-array
` [PATCH 4/4] describe/name-rev: tell name-rev to peel the incoming object to commit first

[PATCH] gitweb: Ensure OPML text fits inside its box
 2013-07-09 17:08 UTC  (2+ messages)
` [PATCH] gitweb: vertically centre contents of page footer

[PATCH] Convert "struct cache_entry *" to "const ..." wherever possible
 2013-07-09 16:15 UTC  (2+ messages)

standarize mtime when git checkout
 2013-07-09 15:45 UTC  (3+ messages)

[PATCH] TIG: Implement mkstemps() work-around for platforms lacking it
 2013-07-09 15:33 UTC 

[PATCH v2 0/2] commit: improve UTF-8 validation
 2013-07-09 11:16 UTC  (5+ messages)
` [PATCH v2 1/2] commit: reject invalid UTF-8 codepoints
      ` [PATCH] commit: reject non-characters

[RFC/PATCH 0/1] cygwin: Remove the Win32 l/stat() functions
 2013-07-09 11:02 UTC  (6+ messages)

[RESEND][PATCH 00/15] Towards a more awesome git branch
 2013-07-09 10:32 UTC  (16+ messages)
` [PATCH 01/15] for-each-ref, quote: convert *_quote_print -> *_quote_buf
` [PATCH 02/15] for-each-ref: don't print out elements directly
` [PATCH 03/15] tar-tree: remove dependency on sq_quote_print()
` [PATCH 04/15] quote: remove sq_quote_print()
` [PATCH 05/15] pretty: extend pretty_print_context with callback
` [PATCH 06/15] pretty: limit recursion in format_commit_one()
` [PATCH 07/15] pretty: allow passing NULL commit to format_commit_message()
` [PATCH 08/15] for-each-ref: get --pretty using format_commit_message()
` [PATCH 09/15] for-each-ref: teach verify_format() about pretty's syntax
` [PATCH 10/15] for-each-ref: introduce format specifier %>(*) and %<(*)
` [PATCH 11/15] for-each-ref: introduce %(HEAD) marker
` [PATCH 12/15] for-each-ref: introduce %(upstream:track[short])
` [PATCH 13/15] for-each-ref: improve responsiveness of %(upstream:track)
` [PATCH 14/15] pretty: introduce get_pretty_userformat
` [PATCH 15/15] for-each-ref: use get_pretty_userformat in --pretty

[PATCH] t0000: do not use export X=Y
 2013-07-09  9:53 UTC  (8+ messages)
` [PATCH 1/2] t9902: fix 'test A == B' to use = operator
  ` [PATCH 2/2] test-lint: detect 'export FOO=bar'

[PATCH v2 0/2] fix broken range_set tests and coalescing
 2013-07-09  9:31 UTC  (4+ messages)
` [PATCH v2 1/2] t4211: fix broken test when one -L range is subset of another
` [PATCH v2 2/2] range_set: fix coalescing bug when range is a "

git subtree push-all and pull-all
 2013-07-09  9:21 UTC  (4+ messages)

[BUG] git svn geotrust certificate problem
 2013-07-09  8:45 UTC  (3+ messages)

[PATCH] cache.h: move remote/connect API out of it
 2013-07-09  5:38 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).