git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-06-11 14:34:17 to 2010-06-15 02:12:50 UTC [more...]

[PATCH 1/2] Add infrastructure for translating Git with gettext
 2010-06-15  2:11 UTC  (4+ messages)
` [PATCH v2 "
    ` [PATCH v3 0/2] Gettext support for Git

[WIP PATCH 0/3] implement merge strategy for submodule links
 2010-06-14 23:59 UTC  (6+ messages)
  `  "

[PATCH v7 07/13] notes: implement 'git notes copy --stdin'
 2010-06-14 23:40 UTC  (2+ messages)
` [PATCH] notes: Initialize variable to appease Sun Studio

[PATCH v2 0/3] Make the Git tests emit TAP format
 2010-06-14 23:16 UTC  (7+ messages)
` [PATCH v2 1/3] Make test-lib.sh emit valid "

Amending a merge commit doesn't update the rerere cache
 2010-06-14 23:04 UTC 

[PATCH 0/2] Gettext support for Git
 2010-06-14 22:51 UTC  (5+ messages)
` [PATCH 1/2] Add infrastructure for translating Git with gettext

[PATCH] MERGE_RR is in .git, not .git/rr-cache
 2010-06-14 22:01 UTC 

[PATCH] gitweb: Return or exit after done serving request
 2010-06-14 20:54 UTC  (4+ messages)

[PATCH v2 0/3] textconv support for blame
 2010-06-14 20:40 UTC  (9+ messages)
` [PATCH v2 1/3] textconv: make the API public
  ` [PATCH v2 2/3] textconv: support for blame
    ` [PATCH v2 3/3] t/t8006: test textconv "

[PATCH] cherry-pick: Add an option to prepend a string to the commit message
 2010-06-14 18:03 UTC  (9+ messages)

[PATCH] Fix strcat() on uninitialized memory
 2010-06-14 17:50 UTC  (4+ messages)

[PATCH v3 0/4] git-gui blame: use textconv
 2010-06-14 17:29 UTC  (3+ messages)

[PATCH v2] Group the default git help message by topic
 2010-06-14 17:24 UTC  (16+ messages)

Git and svn as target
 2010-06-14 16:35 UTC  (4+ messages)

[GSoC update] git-remote-svn: Week 7
 2010-06-14 16:19 UTC  (2+ messages)
` [WIP PATCH] Add a skeleton RA SVN client

[PATCH] pretty: Introduce ' ' modifier to add space if non-empty
 2010-06-14 16:12 UTC 

[RFC PATCHv4 00/17] gitweb: Simple file based output caching
 2010-06-14 16:08 UTC  (19+ messages)
` [RFC PATCHv4 01/17] gitweb: Return or exit after done serving request
` [RFC PATCHv4 02/17] gitweb: Fix typo in hash key name in %opts in git_header_html
` [RFC PATCHv4 03/17] gitweb: Prepare for splitting gitweb
` [RFC PATCHv4 04/17] gitweb/lib - Very simple file based cache
` [RFC PATCHv4 05/17] gitweb/lib - Stat-based cache expiration
` [RFC PATCHv4 06/17] gitweb/lib - Benchmarking GitwebCache::SimpleFileCache (in t/9603/)
` [RFC PATCHv4 07/17] gitweb/lib - Simple select(FH) based output capture
` [RFC PATCHv4 08/17] gitweb/lib - Alternate ways of capturing output
` [RFC PATCHv4 09/17] gitweb/lib - Cache captured output (using get/set)
` [RFC PATCHv4 10/17] gitweb: Add optional output caching (from gitweb/cache.pm)
` [RFC PATCHv4 10/18] gitweb/lib - Cache captured output (using get/set)
` [RFC PATCHv4 11/17] gitweb/lib - Adaptive cache expiration time
` [RFC PATCHv4 12/17] gitweb/lib - Use CHI compatibile (compute method) caching interface
` [RFC PATCHv4 13/17] gitweb/lib - Use locking to avoid 'cache miss stampede' problem
` [RFC PATCHv4 14/17] gitweb/lib - Serve stale data when waiting for filling cache
` [RFC PATCHv4 15/17] gitweb/lib - Regenerate (refresh) cache in background
` [RFC PATCHv4 16/17] gitweb: Show appropriate "Generating..." page when regenerating cache
` [RFC PATCHv4 17/17] gitweb: Add startup delay to activity indicator for cache

[RFH] git-difftool fails to export GIT_DIFF_TOOL when running t7800 with valgrind over ssh
 2010-06-14 15:03 UTC  (2+ messages)

[RFC/PATCH] pretty.c: %S format specifier for source ref
 2010-06-14 14:50 UTC 

[PATCH 0/6] Another attempt to get the SVN exporter merged
 2010-06-14 14:45 UTC  (13+ messages)
` [PATCH 1/6] Add memory pool library
` [PATCH 3/6] Add library for string-specific memory pool

[PATCH 0/2] bash completion: Support "divergence from upstream" warnings in __git_ps1
 2010-06-14 12:36 UTC  (17+ messages)
` [PATCH 2/2] "
    ` [PATCH v2 0/2] "
      ` [PATCH v2 1/2] rev-list: introduce --count option
      ` [PATCH v2 2/2] bash completion: Support "divergence from upstream" warnings in __git_ps1
      ` vger doesn't like UTF-8 from send-email
        ` [PATCH] send-email: ask about and declare 8bit mails
      ` [PATCH] bash completion: Support "divergence from upstream" messages in __git_ps1

[PATCH] Git.pm: better error message
 2010-06-14  9:20 UTC  (4+ messages)

git mergetool documentation oversight?
 2010-06-14  8:01 UTC 

[PATCH v2 0/2] Teach 'git grep' about --open-files-in-pager=[<pager>]
 2010-06-14  6:31 UTC  (17+ messages)
      ` [PATCH v3 0/4] "
        ` [PATCH 1/4] grep: refactor grep_objects loop into its own function
        ` [PATCH 2/4] Unify code paths of threaded greps
        ` [PATCH 3/4] grep: Add the option '--open-files-in-pager'
        ` [PATCH 4/4] grep -O: allow optional argument specifying the pager (or editor)

[PATCH] revert: add --stdin option to read commits from stdin
 2010-06-14  6:20 UTC  (6+ messages)
  ` [PATCH 1/3] t3508 (cherry-pick): futureproof against unmerged files
  ` [PATCH 2/3] revert: accept arbitrary rev-list options
  ` [PATCH 3/3] revert: do not rebuild argv on heap

[PATCH v2 1/2] add --recode-patch option to git-mailinfo
 2010-06-14  5:49 UTC  (4+ messages)
` [PATCH v2 2/2] add --recode-patch option to git-am

[PATCH/RFC] git-svn: strip off leading slashes on --trunk argument
 2010-06-14  4:57 UTC  (2+ messages)

[PATCH 0/8] implement cherry-picking many commits
 2010-06-14  3:33 UTC  (4+ messages)
` [PATCH 7/8] Documentation/cherry-pick: describe passing more than one commit

How to prevent changes to repository by root
 2010-06-14  3:12 UTC 

"Git - SVN Crash Course" page copied to the wiki
 2010-06-13 22:24 UTC 

[PATCH] Improved git-mailinfo's documentation
 2010-06-13 18:49 UTC 

Github:FI Related Note: Corporate Support for git?
 2010-06-13 17:57 UTC  (2+ messages)

github:FI
 2010-06-13 15:14 UTC  (3+ messages)

(osx 10.4.11) can't push from linux to Apache on mac: can't access location
 2010-06-13 12:38 UTC  (8+ messages)

[RFT PATCH 0/2] win32: optimize emulation of condition variables
 2010-06-13 10:16 UTC  (2+ messages)
` [PATCH 3/2] fix race in win32 pthread_cond_signal causing spurious wakeups

[PATCH] add-interactive: Clarify “remaining hunks in the file”
 2010-06-13  3:32 UTC 

[RFC/PATCH] gitweb: Prepare for splitting gitweb
 2010-06-12 22:54 UTC  (2+ messages)
` [RFC/PATCHv2] "

[PATCH] gitweb: Fix typo in hash key name in %opts in git_header_html
 2010-06-12 22:35 UTC 

need help with "stg clone"
 2010-06-12 18:37 UTC 

[PATCH/RFC v7 0/2] Add infrastructure for translating Git with gettext
 2010-06-12 17:26 UTC  (9+ messages)
` [PATCH/RFC v7 1/2] "

[PATCH] commit: use value of GIT_REFLOG_ACTION env variable as reflog message
 2010-06-12 17:12 UTC 

Bugreport: Git responds with stderr instead of stdout
 2010-06-12 16:52 UTC  (7+ messages)

[PATCH] commit: use value of GIT_REFLOG_ACTION env variable as reflog message
 2010-06-12 16:42 UTC 

[ANNOUNCE] tig-0.16
 2010-06-12 16:24 UTC 

[PATCH 2/5] Not all vendor diffs support GNUisms (resend)
 2010-06-12 16:24 UTC  (9+ messages)

[PATCH v3 3/3] commit::print_summary(): set rev_info.always_show_header to 1
 2010-06-12 14:15 UTC  (5+ messages)
  ` What's cooking in git.git (Jun 2010, #01; Wed, 2)
      ` [PATCH v2 3/3] commit::print_summary(): set rev_info.always_show_header to 1
        ` [PATCH v6 3/3] commit::print_summary(): don't use format_commit_message()

[PATCH next] parseopt: wrap rev-parse --parseopt usage for eval consumption
 2010-06-12 12:57 UTC 

[PATCH] t/README: document --root option
 2010-06-12  7:58 UTC  (5+ messages)

Misterious warning about file system boundaries
 2010-06-12  4:24 UTC  (9+ messages)
  ` Misterious warning about file system boundaries [It's a bug, not a mystery.]

Git sideband hook output
 2010-06-12  4:07 UTC  (15+ messages)

[RFC/PATCH 1/4] gitweb: Move subroutines to Gitweb::Config module
 2010-06-12  1:41 UTC  (6+ messages)

Question about tracking multiple Subversion repository from the same git repository with git-svn
 2010-06-11 21:28 UTC  (4+ messages)

[RFC] ll-merge: Normalize files before merging
 2010-06-11 20:56 UTC  (6+ messages)

git send-email should always ask for in-reply-to
 2010-06-11 20:11 UTC  (5+ messages)
` [PATCH] send-email: Ask for in-reply message ID even if from and to is already known

[PATCH next] log_ref_setup: don't return stack-allocated array
 2010-06-11 18:54 UTC  (7+ messages)
` [PATCH next v2] "

[PATCH next] test-lib: set $DIFF to diff if it is unset
 2010-06-11 16:34 UTC  (5+ messages)

Leaving large binaries out of the packfile
 2010-06-11 16:17 UTC  (4+ messages)

[GSoC 2010] The 3 week
 2010-06-11 15:39 UTC 

[PATCH next] fast-import: revert die_nicely() to vsnprintf
 2010-06-11 15:02 UTC  (2+ messages)
` [PATCH v2] fast-import: die_nicely() back to vsnprintf (reverts part of ebaa79f)

[PATCH] read_cache: cast types from stat to ce_cache
 2010-06-11 14:59 UTC  (5+ 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).