git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-25 17:11:18 to 2014-03-26 22:34:32 UTC [more...]

[PATCH/RFC 0/6] reuse deltas found by bitmaps
 2014-03-26 22:34 UTC  (11+ messages)
` [PATCH 1/6] t/perf-lib: factor boilerplate out of test_perf
` [PATCH 2/6] t/perf/aggregate: factor our percent calculations
` [PATCH 3/6] t/perf: add infrastructure for measuring sizes
` [PATCH 4/6] t/perf: add perf tests for fetches from a bitmapped server
` [PATCH 5/6] pack-bitmap: save "have" bitmap from walk
` [PATCH 6/6] pack-objects: reuse deltas for thin "have" objects

[PATCH v8 00/12] Add interpret-trailers builtin
 2014-03-26 22:15 UTC  (13+ 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 0/5] handle bogus commit dates
 2014-03-26 21:57 UTC  (18+ messages)
` [PATCH 5/5] log: do not segfault on gmtime errors
      ` [PATCH] t4212: handle systems with post-apocalyptic gmtime

[PATCH v2 00/27] Clean up update-refs --stdin and implement ref_transaction
 2014-03-26 21:47 UTC  (10+ messages)
` [PATCH v2 14/27] update-ref.c: Extract a new function, parse_next_sha1()
` [PATCH v2 16/27] t1400: Test one mistake at a time
` [PATCH v2 19/27] refs: Add a concept of a reference transaction

[PATCH v2 00/19] Multiparent diff tree-walker + combine-diff speedup
 2014-03-26 21:34 UTC  (13+ messages)
` [PATCH 12/19] tree-diff: remove special-case diff-emitting code for empty-tree cases
` [PATCH v2 14/19] tree-diff: rework diff_tree interface to be sha1 based

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

[PATCH v3 00/25] Support multiple checkouts
 2014-03-26 21:03 UTC  (6+ messages)
` [PATCH v3 18/25] setup.c: support multi-checkout repo setup

[PATCH/RFC 0/8] git-ls
 2014-03-26 20:16 UTC  (25+ messages)
` [PATCH v2 00/17] git-ls
  ` [PATCH v2 01/17] ls_colors.c: add $LS_COLORS parsing code
  ` [PATCH v2 02/17] ls_colors.c: parse color.ls.* from config file
  ` [PATCH v2 03/17] ls_colors.c: add function to color a file name
  ` [PATCH v2 04/17] ls_colors.c: highlight submodules like directories
  ` [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 07/17] ls-files: add --column
  ` [PATCH v2 08/17] ls-files: support --max-depth
  ` [PATCH v2 09/17] ls-files: split main ls-files logic into ls_files() function
  ` [PATCH v2 10/17] Add git-ls, a user friendly version of ls-files and more
  ` [PATCH v2 11/17] ls: -u does not imply showing stages
  ` [PATCH v2 12/17] ls: add -R/--recursive short for --max-depth=-1
  ` [PATCH v2 13/17] ls: add -1 short for --no-column in the spirit of GNU ls
  ` [PATCH v2 14/17] ls: add -t back
  ` [PATCH v2 15/17] ls: sort output and remove duplicates
  ` [PATCH v2 16/17] ls: do not show duplicate cached entries
  ` [PATCH v2 17/17] ls: show directories as well as files

[RFC/PATCH 0/4] Add submodule test harness
 2014-03-26 19:22 UTC  (7+ messages)
` [RFC/PATCH 1/4] test-lib: add test_dir_is_empty()

[PATCH] builtin/apply.c: use iswspace() to detect line-ending-like chars
 2014-03-26 18:02 UTC  (5+ messages)

Borrowing objects from nearby repositories
 2014-03-26 17:29 UTC  (6+ messages)

[PATCH v2 000/142] Use the $( ... ) construct for command substitution instead of using the back-quotes
 2014-03-26 12:19 UTC  (101+ messages)
` [PATCH v2 001/142] check-builtins.sh: use the $( ... ) construct for command substitution
` [PATCH v2 002/142] git-am.sh: "
` [PATCH v2 003/142] git-pull.sh: "
` [PATCH v2 004/142] git-rebase--merge.sh: "
` [PATCH v2 005/142] git-rebase.sh: "
` [PATCH v2 006/142] git-stash.sh: "
` [PATCH v2 007/142] git-web--browse.sh: "
` [PATCH v2 008/142] unimplemented.sh: "
` [PATCH v2 009/142] t0001-init.sh: "
` [PATCH v2 010/142] t0010-racy-git.sh: "
` [PATCH v2 011/142] t0020-crlf.sh: "
` [PATCH v2 012/142] t0025-crlf-auto.sh: "
` [PATCH v2 013/142] t0026-eol-config.sh: "
` [PATCH v2 014/142] t0030-stripspace.sh: "
` [PATCH v2 015/142] t0300-credentials.sh: "
` [PATCH v2 016/142] t1000-read-tree-m-3way.sh: "
` [PATCH v2 017/142] t1001-read-tree-m-2way.sh: "
` [PATCH v2 018/142] t1002-read-tree-m-u-2way.sh: "
` [PATCH v2 019/142] t1003-read-tree-prefix.sh: "
` [PATCH v2 020/142] t1004-read-tree-m-u-wf.sh: "
` [PATCH v2 021/142] t1020-subdirectory.sh: "
` [PATCH v2 022/142] t1050-large.sh: "
` [PATCH v2 023/142] t1100-commit-tree-options.sh: "
` [PATCH v2 024/142] t1401-symbolic-ref.sh: "
` [PATCH v2 025/142] t1410-reflog.sh: "
` [PATCH v2 026/142] t1511-rev-parse-caret.sh: "
` [PATCH v2 027/142] t1512-rev-parse-disambiguation.sh: "
` [PATCH v2 028/142] t2102-update-index-symlinks.sh: "
` [PATCH v2 029/142] t3030-merge-recursive.sh: "
` [PATCH v2 030/142] t3100-ls-tree-restrict.sh: "
` [PATCH v2 031/142] t3101-ls-tree-dirname.sh: "
` [PATCH v2 032/142] t3210-pack-refs.sh: "
` [PATCH v2 033/142] t3403-rebase-skip.sh: "
` [PATCH v2 034/142] t3511-cherry-pick-x.sh: "
` [PATCH v2 035/142] t3600-rm.sh: "
` [PATCH v2 036/142] t3700-add.sh: "
` [PATCH v2 037/142] t3905-stash-include-untracked.sh: "
` [PATCH v2 038/142] t3910-mac-os-precompose.sh: "
` [PATCH v2 039/142] t4006-diff-mode.sh: "
` [PATCH v2 040/142] t4010-diff-pathspec.sh: "
` [PATCH v2 041/142] t4012-diff-binary.sh: "
` [PATCH v2 042/142] t4013-diff-various.sh: "
` [PATCH v2 043/142] t4014-format-patch.sh: "
` [PATCH v2 044/142] t4036-format-patch-signer-mime.sh: "
` [PATCH v2 045/142] t4038-diff-combined.sh: "
` [PATCH v2 046/142] t4057-diff-combined-paths.sh: "
` [PATCH v2 047/142] t4116-apply-reverse.sh: "
` [PATCH v2 048/142] t4119-apply-config.sh: "
` [PATCH v2 049/142] t4204-patch-id.sh: "
` [PATCH v2 050/142] t5000-tar-tree.sh: "
` [PATCH v2 051/142] t5003-archive-zip.sh: "
` [PATCH v2 052/142] t5100-mailinfo.sh: "
` [PATCH v2 053/142] t5300-pack-object.sh: "
` [PATCH v2 054/142] t5301-sliding-window.sh: "
` [PATCH v2 055/142] t5302-pack-index.sh: "
` [PATCH v2 056/142] t5303-pack-corruption-resilience.sh: "
` [PATCH v2 057/142] t5304-prune.sh: "
` [PATCH v2 058/142] t5305-include-tag.sh: "
` [PATCH v2 059/142] t5500-fetch-pack.sh: "
` [PATCH v2 060/142] t5505-remote.sh: "
` [PATCH v2 061/142] t5506-remote-groups.sh: "
` [PATCH v2 062/142] t5510-fetch.sh: "
` [PATCH v2 063/142] t5515-fetch-merge-logic.sh: "
` [PATCH v2 064/142] t5516-fetch-push.sh: "
` [PATCH v2 065/142] t5517-push-mirror.sh: "
` [PATCH v2 066/142] t5520-pull.sh: "
` [PATCH v2 067/142] t5522-pull-symlink.sh: "
` [PATCH v2 068/142] t5530-upload-pack-error.sh: "
` [PATCH v2 069/142] t5537-fetch-shallow.sh: "
` [PATCH v2 070/142] t5538-push-shallow.sh: "
` [PATCH v2 071/142] t5550-http-fetch-dumb.sh: "
` [PATCH v2 072/142] t5551-http-fetch-smart.sh: "
` [PATCH v2 073/142] t5570-git-daemon.sh: "
` [PATCH v2 074/142] t5601-clone.sh: "
` [PATCH v2 075/142] t5700-clone-reference.sh: "
` [PATCH v2 076/142] t5710-info-alternate.sh: "
` [PATCH v2 077/142] t5900-repo-selection.sh: "
` [PATCH v2 078/142] t6001-rev-list-graft.sh: "
` [PATCH v2 079/142] t6002-rev-list-bisect.sh: "
` [PATCH v2 080/142] t6015-rev-list-show-all-parents.sh: "
` [PATCH v2 081/142] t6032-merge-large-rename.sh: "
` [PATCH v2 082/142] t6034-merge-rename-nocruft.sh: "
` [PATCH v2 083/142] t6132-pathspec-exclude.sh: "
` [PATCH v2 084/142] t7001-mv.sh: "
` [PATCH v2 085/142] t7003-filter-branch.sh: "
` [PATCH v2 086/142] t7004-tag.sh: "
` [PATCH v2 087/142] t7006-pager.sh: "
` [PATCH v2 088/142] t7103-reset-bare.sh: "
` [PATCH v2 089/142] t7406-submodule-update.sh: "

What's cooking in git.git (Mar 2014, #06; Tue, 25)
 2014-03-26  9:03 UTC  (2+ messages)

[PATCH] Enable index-pack threading in msysgit
 2014-03-26  8:35 UTC  (2+ messages)

fetches with bitmaps enabled can cause accesses to already GC'd objects
 2014-03-26  2:22 UTC 

[PATCH v3 1/2] object.h: centralize object flag allocation
 2014-03-25 22:30 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] log: add --show-linear-break to help see non-linear history

[RFC/PATCH] diff: simplify cpp funcname regex
 2014-03-25 21:42 UTC  (7+ messages)
` [PATCH 00/10] userdiff: cpp pattern simplification and test framework
  ` [PATCH 03/10] t4018: an infrastructure to test hunk headers

SMS Application
 2014-03-25 20:44 UTC 

Windows Git pre-commit check file signature
 2014-03-25 19:37 UTC 

[RFC/PATCH] Better control of the tests run by a test suite
 2014-03-25 17:23 UTC  (5+ messages)
` [PATCH 1/3] test-lib: Document short options in t/README

[PATCH v2] Clarify pre-push hook documentation
 2014-03-25 17:11 UTC  (3+ messages)
` [PATCH v3] "


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 NNTP newsgroup(s).