git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-04-26 11:27:42 to 2011-04-27 22:52:00 UTC [more...]

[PATCH] git gc: Speed it up by 18% via faster hash comparisons
 2011-04-27 22:51 UTC 

[PATCH] git-completion: fix zsh support
 2011-04-27 22:48 UTC  (16+ messages)
    ` [RFC/PATCH] completion: avoid "words" as variable name for zsh portability
              ` [PATCH] completion: move private shopt shim for zsh to __git_ namespace

RFC: a plugin architecture for git extensions?
 2011-04-27 22:47 UTC  (45+ messages)

git diff-index ignores color config
 2011-04-27 22:12 UTC  (8+ messages)
  ` [PATCH] config.txt,diff-options.txt: porcelain vs. plumbing for color.diff

[PATCH] lookup_object(): Speed up 'git gc' by 12%, by reducing hash chain length
 2011-04-27 21:35 UTC 

What's cooking in git.git (Apr 2011, #07; Wed, 27)
 2011-04-27 21:18 UTC 

[RFC/PATCH 5/3] Alternative --dirstat implementation, based on diffstat analysis
 2011-04-27 21:01 UTC  (37+ messages)
` [PATCH 0/6] --dirstat fixes, part 2
  ` [PATCH 3/6] Refactor --dirstat parsing; deprecate --cumulative and --dirstat-by-file
  ` [PATCH 4/6] Add config variable for specifying default --dirstat behavior
  ` [PATCH 5/6] Use floating point for --dirstat percentages
  ` [PATCH 6/6] New --dirstat=lines mode, doing dirstat analysis based on diffstat
  ` [PATCHv2 0/6] --dirstat fixes, part 2
    ` [PATCHv2 1/6] Add several testcases for --dirstat and friends
    ` [PATCHv2 2/6] Make --dirstat=0 output directories that contribute < 0.1% of changes
    ` [PATCHv2 3/6] Refactor --dirstat parsing; deprecate --cumulative and --dirstat-by-file
    ` [PATCHv2 4/6] Add config variable for specifying default --dirstat behavior
    ` [PATCHv2 5/6] Use floating point for --dirstat percentages
    ` [PATCHv2 6/6] New --dirstat=lines mode, doing dirstat analysis based on diffstat
    ` [PATCHv3 0/6] --dirstat fixes, part 2
      ` [PATCHv3 1/6] Add several testcases for --dirstat and friends
      ` [PATCHv3 2/6] Make --dirstat=0 output directories that contribute < 0.1% of changes
      ` [PATCHv3 3/6] Refactor --dirstat parsing; deprecate --cumulative and --dirstat-by-file
      ` [PATCHv3 4/6] Add config variable for specifying default --dirstat behavior
      ` [PATCHv3 5/6] Allow specifying --dirstat cut-off percentage as a floating point number
          ` [PATCHv4 "
      ` [PATCHv3 6/6] New --dirstat=lines mode, doing dirstat analysis based on diffstat

remove all traces of some files
 2011-04-27 20:40 UTC  (3+ messages)

[PATCH 0/1] Add new --index-filter example to git-filter-branch.txt
 2011-04-27 20:32 UTC  (4+ messages)
` [PATCH 1/1] Documentation/git-filter-branch: add --index-filter example

translation difficulties :: revision and commit
 2011-04-27 20:06 UTC  (3+ messages)

Difference between --date-order and reverse chronological order?
 2011-04-27 19:39 UTC  (3+ messages)

[PATCH 00/23] RFC: Introducing git-test, git-atomic, git-base and git-work
 2011-04-27 19:11 UTC  (3+ messages)
` [PATCH 01/23] Introduce git-test.sh and git-test-lib.sh

[BUG] git pull does not understand --strategy-option
 2011-04-27 18:27 UTC  (2+ messages)

[PATCH] git-rebase--interactive.sh: preserve-merges fails on merges created with no-ff
 2011-04-27 17:29 UTC  (5+ messages)

[PATCH] t/test-lib.sh: minor readability improvements
 2011-04-27 17:28 UTC  (2+ messages)

[PATCH] strbuf: allocate enough space when strbuf_setlen() is called first time
 2011-04-27 17:24 UTC  (10+ messages)

[PATCH/RFC] inconsistent error messages for translation
 2011-04-27 17:17 UTC  (2+ messages)

[RFC/PATCH 0/2] RFC/POC: patterns for branch list
 2011-04-27 17:10 UTC  (4+ messages)
` [RFC/PATCH 1/2] branch: allow pattern arguments
` [RFC/PATCH 2/2] branch: introduce --list argument

git sparse checkout exclusions not working?
 2011-04-27 16:35 UTC 

Creating remote branch called HEAD corrupts remote clones
 2011-04-27 12:49 UTC  (19+ messages)

[RFC/PATCH] handle_alias: provide GIT_CWD to !alias
 2011-04-27  9:36 UTC  (9+ messages)
          ` [PATCH 1/2] t1020: test !alias in subdirectory
            ` [PATCH 2/2] handle_alias: provide GIT_PREFIX to !alias

[PATCH/RFC 1/2] notes/pretty: allow callers to set the notes format from struct rev_info
 2011-04-27  6:37 UTC  (4+ messages)
` [PATCH/RFC 2/2] format-patch: show notes as message after the ---

[PATCH] t/README: unify documentation of test function args
 2011-04-27  4:44 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] Refactor git-completion to allow ZSH usage of PS1 functions
 2011-04-27  3:23 UTC  (11+ messages)
      ` [PATCH] Automatically autoload bashcompinit for ZSH, when needed
            ` [PATCH v2] "

[PATCH] run-command.c: Fix unused variables warning with gcc 4.6
 2011-04-27  1:16 UTC  (5+ messages)

[RFC/PATCH] t0081-*.sh: Fix failure of the 'long read' tests
 2011-04-26 23:48 UTC  (3+ messages)

[PATCH/RFC] Implemented return value for rev-list --quiet
 2011-04-26 23:47 UTC  (4+ messages)

What's cooking in git.git (Apr 2011, #06; Mon, 25)
 2011-04-26 21:03 UTC  (3+ messages)

[PATCH] fetch: show remote name instead of URL if available
 2011-04-26 17:36 UTC  (3+ messages)

[PATCH] rev-list --count: separate count for --cherry-mark
 2011-04-26 17:37 UTC  (2+ messages)

[PATCH v2] wt-status.c: Increase code readability
 2011-04-26 17:13 UTC  (2+ messages)

[PATCH] http: clear POSTFIELDS when initializing a slot
 2011-04-26 16:18 UTC  (2+ messages)

"git clone --depth=2 git://git.sv.gnu.org/gnulib" hangs
 2011-04-26 16:02 UTC  (3+ messages)

[PATCH 0/2] Documentation fixes for git-svn.txt
 2011-04-26 11:34 UTC  (4+ messages)
` [PATCHv2 "
` [PATCHv2 1/2] git-svn.txt: move option descriptions
` [PATCHv2 2/2] git-svn.txt: small typeface improvements


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