git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-04-27 19:25:30 to 2011-04-29 16:27:42 UTC [more...]

[PATCH] git gc: Speed it up by 18% via faster hash comparisons
 2011-04-29 16:24 UTC  (45+ messages)

[RFC/largely untested/PATCH] sha1_name: interpret ~n as HEAD~n
 2011-04-29 16:21 UTC  (2+ messages)

git symbolic-ref vs. reflog (vs. rebase)
 2011-04-29 16:19 UTC  (2+ messages)

[PATCH 1/2] diff: introduce --stat-lines to limit the stat lines
 2011-04-29 16:15 UTC  (4+ messages)
` [PATCH 2/2] diff-options.txt: describe --stat-{width,name-width,lines}

[PATCH] Add "--set-upstream" option to bash completion
 2011-04-29 15:57 UTC 

[PATCH] blame: Improve parsing for emails with spaces
 2011-04-29 13:11 UTC  (2+ messages)

cvsimport does not work with passwords ?
 2011-04-29 13:09 UTC  (7+ messages)
  ` [PATCH] git-cvsimport: normalize hostname for password lookup

libreoffice merge issue 
 2011-04-29 12:55 UTC  (7+ messages)

[PATCH] t/test-lib.sh: minor readability improvements
 2011-04-29 12:30 UTC  (4+ messages)
    ` [PATCH v2] "

git sparse checkout exclusions not working?
 2011-04-29 12:10 UTC  (2+ messages)

[PATCH RESEND] git-svn: don't confuse editors with an apostrophe
 2011-04-29 11:40 UTC 

[PATCH] remove noise and inaccuracies from git-svn docs
 2011-04-29 10:39 UTC  (7+ messages)

[PATCH] lookup_object(): Speed up 'git gc' by 12%, by reducing hash chain length
 2011-04-29  9:50 UTC  (7+ messages)

[PATCH] avoid set-but-not-used warning
 2011-04-29  9:42 UTC 

[PATCHv3 0/6] --dirstat fixes, part 2
 2011-04-29  9:36 UTC  (23+ messages)
` [PATCHv5 0/7] "
  ` [PATCHv5 1/7] Add several testcases for --dirstat and friends
  ` [PATCHv5 2/7] Make --dirstat=0 output directories that contribute < 0.1% of changes
  ` [PATCHv5 3/7] Refactor --dirstat parsing; deprecate --cumulative and --dirstat-by-file
  ` [PATCHv5 4/7] Add config variable for specifying default --dirstat behavior
  ` [PATCHv5 5/7] Allow specifying --dirstat cut-off percentage as a floating point number
  ` [PATCHv5 6/7] New --dirstat=lines mode, doing dirstat analysis based on diffstat
  ` [PATCHv5 7/7] Improve error handling when parsing dirstat parameters
          ` [PATCHv6 0/8] --dirstat fixes, part 2
            ` [PATCHv6 1/8] Add several testcases for --dirstat and friends
            ` [PATCHv6 2/8] Make --dirstat=0 output directories that contribute < 0.1% of changes
            ` [PATCHv6 3/8] Refactor --dirstat parsing; deprecate --cumulative and --dirstat-by-file
            ` [PATCHv6 4/8] Add config variable for specifying default --dirstat behavior
            ` [PATCHv6 5/8] Allow specifying --dirstat cut-off percentage as a floating point number
            ` [PATCHv6 6/8] New --dirstat=lines mode, doing dirstat analysis based on diffstat
            ` [PATCHv6 7/8] Improve error handling when parsing dirstat parameters
            ` [PATCHv6 8/8] Mark dirstat error messages for translation

[PATCH] diffcore-rename: Remove unused variable 'num_src'
 2011-04-29  6:35 UTC 

[PATCH 0/2] merge-one-file and GIT_WORK_TREE
 2011-04-29  6:25 UTC  (5+ messages)
` [PATCH 1/2] add tests for merge-index / merge-one-file
` [PATCH 2/2] merge-one-file: fix broken merges with GIT_WORK_TREE

cvsimport still not working with cvsnt
 2011-04-29  4:27 UTC  (21+ messages)

RFC: a plugin architecture for git extensions?
 2011-04-29  3:35 UTC  (51+ messages)

RFC: a minimal plugin architecture
 2011-04-29  1:29 UTC  (3+ messages)

[PATCH] git-completion: fix zsh support
 2011-04-28 21:27 UTC  (18+ messages)
    ` [RFC/PATCH] completion: avoid "words" as variable name for zsh portability
              ` [PATCH] completion: move private shopt shim for zsh to __git_ namespace
        ` [PATCH 1/3] bash: don't modify the $cur variable in completion functions
          ` [PATCH 2/3] bash: remove unnecessary _get_comp_words_by_ref() invocations
          ` [PATCH 3/3] bash: don't declare 'local words' to make zsh happy

[PATCH] Respect definition of prefix from autotools in ETC_GITCONFIG and ETC_GITATTRIBUTES
 2011-04-28 21:22 UTC  (7+ messages)
  ` [PATCH 1/1] Honor $(prefix) set in config.mak* when defining ETC_GIT* and sysconfdir
    ` [PATCH] Honor sysconfdir when set as an configure option

What's cooking in git.git (Apr 2011, #07; Wed, 27)
 2011-04-28 19:39 UTC  (2+ messages)

[PATCHv3 00/13] gitweb: Change timezone in dates using JavaScript
 2011-04-28 19:04 UTC  (14+ messages)
` [PATCH 01/13] git-instaweb: Simplify build dependency on gitweb
` [PATCH 02/13] Remove gitweb/gitweb.cgi and other legacy targets from main Makefile
` [PATCH 03/13] gitweb: Split JavaScript for maintability, combining on build
` [PATCH 04/13] gitweb.js: Update and improve comments in JavaScript files
` [PATCH 05/13] gitweb.js: Provide default values for padding in padLeftStr and padLeft
` [PATCH 06/13] gitweb.js: Extract and improve datetime handling
` [PATCH 07/13] gitweb.js: Introduce code to handle cookies from JavaScript
` [PATCH 08/13] gitweb.js: Provide getElementsByClassName method (if it not exists)
` [PATCH 09/13] gitweb: Refactor generating of long dates into format_timestamp_html
` [PATCH 10/13] gitweb: Unify the way long timestamp is displayed
` [PATCH 11/13] gitweb: JavaScript ability to adjust time based on timezone
` [PATCH 12/13] gitweb.js: Add UI for selecting common timezone to display dates
` [PATCH 13/13] gitweb: Make JavaScript ability to adjust timezones configurable

[PATCH] strbuf: allocate enough space when strbuf_setlen() is called first time
 2011-04-28 16:57 UTC  (6+ messages)

[PATCH] add likely/unlikely hints
 2011-04-28 16:34 UTC 

Git and Binary Files
 2011-04-28 15:26 UTC  (2+ messages)

translation difficulties :: revision and commit
 2011-04-28 12:14 UTC  (5+ messages)

'gittutorial(7)' translation
 2011-04-28 11:47 UTC  (4+ messages)

git diff-index ignores color config
 2011-04-28  7:47 UTC  (7+ messages)
` [PATCH] config.txt,diff-options.txt: porcelain vs. plumbing for color.diff

[PATCH] git-rebase--interactive.sh: preserve-merges fails on merges created with no-ff
 2011-04-28  4:35 UTC  (2+ messages)
` [PATCH v2] "

[RFC/PATCH 5/3] Alternative --dirstat implementation, based on diffstat analysis
 2011-04-27 21:01 UTC  (6+ messages)
` [PATCH 3/6] Refactor --dirstat parsing; deprecate --cumulative and --dirstat-by-file

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

Difference between --date-order and reverse chronological order?
 2011-04-27 19:39 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).