git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-06-04 17:21:41 to 2010-06-07 21:23:50 UTC [more...]

[PATCH 0/2] Gettext support for Git
 2010-06-07 21:23 UTC  (6+ messages)
` [PATCH 1/2] Add infrastructure for translating Git with gettext
    ` [PATCH v2 "
` [PATCH 2/2] Add initial C, Shell and Perl gettext translations

DWIM "git checkout frotz" to "git checkout -b frotz origin/frotz"
 2010-06-07 21:12 UTC  (24+ messages)

[RFC/PATCH 1/4] gitweb: Move subroutines to Gitweb::Config module
 2010-06-07 20:58 UTC  (5+ messages)
` [RFC/PATCH 2/4] gitweb: Create Gitweb::HTML::Link module
` [RFC/PATCH 3/4] gitweb: Create Gitweb::HTML module
` [RFC/PATCH 4/4] gitweb: Create Gitweb::HTML::String module

What's cooking extra
 2010-06-07 19:55 UTC  (14+ messages)

[PATCH v4 0/5] Patches to avoid reporting conversion changes
 2010-06-07 19:50 UTC  (10+ messages)

Explanation for dropping write-back in mmap
 2010-06-07 19:01 UTC  (4+ messages)

Workflow for "rolling out" commits
 2010-06-07 18:42 UTC 

[PATCH v5 00/18] Portability patches for git-1.7.1
 2010-06-07 18:07 UTC  (3+ messages)

[PATCH/RFC] gitweb: Create Gitweb::Git module
 2010-06-07 15:31 UTC  (5+ messages)

[PATCH v2 0/3] textconv support for blame
 2010-06-07 15:23 UTC  (4+ 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 0/6] Merge David's SVN exporter
 2010-06-07 14:35 UTC  (12+ messages)
` [PATCH 1/6] Add memory pool library
` [PATCH 4/6] Add stream helper library
` [PATCH 5/6] Add infrastructure to write revisions in fast-export format

Resurrecting : git-gui: use textconv filter
 2010-06-07 14:22 UTC  (3+ messages)

[RFT PATCH 0/2] win32: optimize emulation of condition variables
 2010-06-07 13:38 UTC  (3+ messages)
` [RFT PATCH 1/2] win32: optimize condition variable implementation
` [RFT PATCH 2/2] win32: optimize pthread_cond_broadcast

[PATCH] documentation: git-mergetool updated to warn against builtin tools invocations
 2010-06-07 12:50 UTC  (5+ messages)

branch --set-upstream considered harmful
 2010-06-07  8:44 UTC  (6+ messages)

[RFC/PATCH 0/4] git-gui blame: use textconv
 2010-06-07  8:34 UTC  (8+ messages)
` [RFC/PATCH 1/4] sha1_name: creating context cache
  ` [RFC/PATCH 2/4] textconv: support for cat-file
    ` [RFC/PATCH 3/4] git-gui: use textconv filter for diff and blame
      ` [RFC/PATCH 4/4] t/t8007: test textconv support for cat-file

[PATCH 0/4] Don't warn about missing EOL for symlinks
 2010-06-07  8:10 UTC  (11+ messages)
` [PATCH 1/4] diff/xdiff: refactor EOF-EOL detection

[PATCH] bash completion: Support "unpushed commits" warnings in __git_ps1
 2010-06-07  7:42 UTC  (7+ messages)

[PATCH 1/2] commit.c - provide commit-type to the hooks/pre-commit script
 2010-06-07  6:38 UTC  (6+ messages)
` [PATCH 2/2] git-gui "

[PATCH] Put quotes around branch names to prevent special characters from being interpreted by the shell
 2010-06-07  6:01 UTC  (6+ messages)

What's cooking in git.git (Jun 2010, #01; Wed, 2)
 2010-06-07  5:04 UTC  (18+ messages)
  ` [PATCH v2 3/3] commit::print_summary(): set rev_info.always_show_header to 1
    ` [PATCH v3 "
    ` [PATCH v4] "
  ` [PATCH 1/2] separate quoting and relative path generation
      ` [PATCH] optimize path_relative()
          ` [PATCH] setup: document prefix
        ` [PATCH v2] optimize path_relative()

[PATCH] mailinfo: parse From header more strictly when run from rebase
 2010-06-07  4:45 UTC 

[PATCH 1/2] [RFC] add --recode-patch option to git-mailinfo
 2010-06-07  1:44 UTC  (4+ messages)
` [PATCH 2/2] [RFC] add --recode-patch to git-am

rebase --continue confusion
 2010-06-07  0:41 UTC  (7+ messages)

[PATCH] commit.txt: clarify how --author argument is used
 2010-06-06 23:31 UTC 

[tig PATCH] fix off-by-one on parent selection
 2010-06-06 22:35 UTC  (4+ messages)
` [PATCH] Improve parent blame to detect renames by using the previous information
  ` [TIG PATCH] "

Installing on AIX fails
 2010-06-06 22:29 UTC  (11+ messages)

Moving a branch to a different node
 2010-06-06 22:19 UTC  (3+ messages)

[RFC/PATCH 0/4] textconv support for blame
 2010-06-06 21:51 UTC  (9+ messages)
` [RFC/PATCH 1/4] textconv: make the API public
  ` [RFC/PATCH 2/4] textconv: make diff_options accessible from blame
    ` [RFC/PATCH 3/4] textconv: support for blame

[PATCH/RFC] gitweb: Run in FastCGI mode if gitweb script has .fcgi extension
 2010-06-06 20:18 UTC  (4+ messages)
` [PATCH/RFC v2] "

permissions
 2010-06-06 19:54 UTC  (7+ messages)

Commit to other branch
 2010-06-06 18:43 UTC  (2+ messages)

What's the best way to make my company migrate to Git?
 2010-06-06  8:19 UTC  (8+ messages)

[PATCH] git-mergetool--lib.sh: fix mergetool.<tool>.* configurations ignored for known tools
 2010-06-05 22:42 UTC  (4+ messages)

[PATCH/RFC v8 0/2] Gettext support for Git
 2010-06-05 21:35 UTC  (5+ messages)
` [PATCH/RFC v8 1/2] Add infrastructure for translating Git with gettext
` [PATCH/RFC v8 2/2] Add initial C, Shell and Perl gettext translations

[PATCH/RFC v7 0/2] Add infrastructure for translating Git with gettext
 2010-06-05 20:16 UTC  (18+ messages)
` [PATCH/RFC v7 1/2] "
              ` Inline functions (Re: [PATCH/RFC v7 1/2] Add infrastructure for translating Git with gettext)
` [PATCH/RFC v7 2/2] Add initial C, Shell and Perl gettext translations

[PATCH v2 0/2] Teach 'git grep' about --open-files-in-pager=[<pager>]
 2010-06-05 16:11 UTC  (5+ messages)
` [PATCH 1/2] grep: Add the option '--open-files-in-pager'
` [PATCH 2/2] grep -O: allow optional argument specifying the pager (or editor)

[PATCH RFC] gettext: Support building on non-GNU with -lintl
 2010-06-05 14:57 UTC  (3+ messages)

[RFC/PATCH] gitweb: Create Gitweb::Escape module
 2010-06-05  9:22 UTC  (2+ messages)

[PATCH v6] Add "core.eol" config variable
 2010-06-04 19:29 UTC 

[PATCH] Add the option to not sync after a submitting to Perforce
 2010-06-04 17:33 UTC 


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