git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-06-21 17:20:21 to 2010-06-24 18:55:37 UTC [more...]

[PATCH/RFC v2 0/9] Subversion dump parsing library
 2010-06-24 18:55 UTC  (15+ messages)
` [PATCH 1/9] Export parse_date_basic() to convert a date string to timestamp
` [PATCH 2/9] Introduce vcs-svn lib
` [PATCH 3/9] Add memory pool library
` [PATCH 4/9] Add treap implementation
` [PATCH 5/9] Add string-specific memory pool
` [PATCH 6/9] Add stream helper library
` [PATCH 7/9] Add infrastructure to write revisions in fast-export format
` [PATCH 8/9] Add SVN dump parser
` [PATCH 9/9] Add a sample user for the svndump library

[PATCH v4 0/5] TAP support for Git
 2010-06-24 18:39 UTC  (7+ messages)
` [PATCH v4 1/5] test-lib: Adjust output to be valid TAP format
` [PATCH v4 2/5] test-lib: Make the test_external_* functions TAP-aware
` [PATCH v4 3/5] test-lib: output a newline before "ok" under a TAP harness
` [PATCH v4 4/5] tests: Skip tests in a way that makes sense under TAP
` [PATCH v4 5/5] tests: Say "pass" rather than "ok" on empty lines for TAP

[GSoC update extra!] git-remote-svn: Week 8
 2010-06-24 18:07 UTC  (3+ messages)

[PATCH] t4027, t4041: Use printf instead of echo -n
 2010-06-24 17:46 UTC 

[PATCH 0/2] Add optional parameters to the diff option "--ignore-submodules"
 2010-06-24 17:11 UTC  (4+ messages)
` [PATCH 2/2] "

git-notes
 2010-06-24 17:06 UTC  (2+ messages)

[PATCH 3/4] msvc: Fix some compiler warnings
 2010-06-24 16:40 UTC  (2+ messages)

[BUG] git gui blame: Show History Context [still] broken since 29e5573d
 2010-06-24 16:28 UTC 

What's cooking in git.git (Jun 2010, #04; Wed, 23)
 2010-06-24 15:41 UTC  (12+ messages)
  ` [PATCH] bash completion: Support "divergence from upstream" messages in __git_ps1
  ` git log --objects

[PATCH 4/4] Makefile: Don't pass $(ALL_CFLAGS) to the linker
 2010-06-24 15:30 UTC  (3+ messages)

rebasing a merge
 2010-06-24 14:22 UTC  (5+ messages)

[PATCH] git-cat-file.txt: Document --textconv
 2010-06-24 13:54 UTC  (6+ messages)
    ` [PATCHv2] "
    ` [PATCH] git-rev-parse.txt: Document ":path" specifier

on pulling/cloning git notes
 2010-06-24 13:27 UTC  (5+ messages)

[PATCH 2/4] msvc: Select the "fast" definition of the {get,put}_be32() macros
 2010-06-24 11:21 UTC  (2+ messages)

[PATCH 1/4] msvc: Fix some "expr evaluates to function" compiler warnings
 2010-06-24 10:01 UTC  (2+ messages)

[RFC PATCHv4 00/17] gitweb: Simple file based output caching
 2010-06-24  7:56 UTC  (3+ messages)
` [RFC PATCHv4 18/17] gitweb/lib - Add clear() and size() methods to caching interface
` [RFC PATCHv4 19/17] gitweb: Add beginnings of cache administration page (WIP)

Leaving large binaries out of the packfile
 2010-06-24  6:32 UTC  (3+ messages)

Confusion about content of conflicted file after : git remove/add
 2010-06-24  6:10 UTC  (2+ messages)

[PATCH] Colorize commit decorations
 2010-06-24  0:21 UTC  (5+ messages)
` [PATCH 1/4] commit.h: add 'type' to struct name_decoration
    ` [PATCH] Allow customizable commit decorations colors

[PATCH] Do not decode url protocol
 2010-06-23 23:54 UTC  (5+ messages)

[PATCH v5] Add infrastructure for translating Git with gettext
 2010-06-23 22:32 UTC 

potential improvement to 'git log' with a range
 2010-06-23 22:04 UTC  (13+ messages)

[PATCH 3/3] builtin/checkout: DWIM with -f -b
 2010-06-23 21:37 UTC  (16+ messages)
` [PATCH 0/3] teach git-checkout -B WAS "
  ` [PATCH 1/3] add tests for checkout -b
    ` [PATCH 2/3] builtin/checkout: change -b from an OPTION_STRING to a OPTION_SET_INT
      ` [PATCH 3/3] builtin/checkout: learn -B
  ` [PATCH v2 0/3] teach git-checkout -B WAS builtin/checkout: DWIM with -f -b
    ` [PATCH v2 1/3] add tests for checkout -b
      ` [PATCH v2 2/3] builtin/checkout: reword hint for -b
        ` [PATCH v2 3/3] builtin/checkout: learn -B

Newbie question: how can I list added files?
 2010-06-23 20:04 UTC  (9+ messages)

[PATCH 0/4] misc. MSVC patches
 2010-06-23 19:36 UTC 

[PATCH v4] Do not decode url protocol
 2010-06-23 17:38 UTC  (5+ messages)

[GSoC update] git-remote-svn: Week 8
 2010-06-23 17:18 UTC  (10+ messages)
` [WIP PATCH 1/7] Add skeleton RA svnclient
` [WIP PATCH 2/7] Add stripped dump editor
` [WIP PATCH 3/7] Import dump_node to dump what changed and cleanup whitespace
` [WIP PATCH 4/7] Replace deprecated svn_path_join
` [WIP PATCH 5/7] Trigger dump_node in change_dir_prop
` [WIP PATCH 6/7] Add file_baton and trigger dump_node in change_file_prop
` [WIP PATCH 7/7] Dump the text delta

Uncommitted source and header files disappeared after a git mv operation
 2010-06-23 11:23 UTC  (6+ messages)

Splitting Git Repository
 2010-06-23 11:22 UTC  (2+ messages)

git svn relocate [SCRIPT]
 2010-06-23  9:53 UTC  (4+ messages)

[PATCH 00/11 GSoC] gitweb: Split gitweb into modules
 2010-06-23  7:59 UTC  (21+ messages)
` [PATCH 01/11 GSoC] gitweb: fix esc_url
` [PATCH 02/11 GSoC] gitweb: Prepare for splitting gitweb
` [PATCH 03/11 GSoC] gitweb: Create Gitweb::Git module
` [PATCH 04/11 GSoC] gitweb: Create Gitweb::Config module
` [PATCH 05/11 GSoC] gitweb: Create Gitweb::Request module
` [PATCH 06/11 GSoC] gitweb: Create Gitweb::Escape module
` [PATCH 07/11 GSoC] gitweb: Create Gitweb::RepoConfig module
` [PATCH 08/11 GSoC] gitweb: Create Gitweb::View module
` [PATCH 09/11 GSoC] gitweb: Create Gitweb::Util module
` [PATCH 10/11 GSoC] gitweb: Create Gitweb::Format module
` [PATCH 11/11 GSoC] gitweb: Create Gitweb::Parse module
` [PATCH GSoC] gitweb: Add support for enabling 'write' feature

[WIP PATCH 0/3] implement merge strategy for submodule links
 2010-06-23  7:38 UTC  (9+ messages)

gitk --show-notes support in git.git repository
 2010-06-22 22:21 UTC 

[PATCH v7 07/13] notes: implement 'git notes copy --stdin'
 2010-06-21 20:53 UTC  (5+ messages)
` [PATCH] notes: Initialize variable to appease Sun Studio

[PATCH v3] Do not decode url protocol
 2010-06-22 17:22 UTC  (5+ messages)

unpacker error on push
 2010-06-22 14:04 UTC  (7+ messages)

git push controls / config
 2010-06-22 11:19 UTC  (3+ messages)

[PATCH] Do not decode url protocol
 2010-06-22  9:22 UTC 

git+ssh protocol regression
 2010-06-22  9:22 UTC 

CGIT 0.8.3.1 "chokes" on some bare repos
 2010-06-22  5:14 UTC  (2+ messages)

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

DSA key
 2010-06-22  0:16 UTC  (2+ messages)

SVN migration
 2010-06-21 22:26 UTC  (6+ messages)

[PATCH] checkout: Better error message on invalid branch name
 2010-06-21 21:09 UTC  (3+ messages)

Upgradin git
 2010-06-21 20:22 UTC  (3+ messages)

What's cooking in git.git (Jun 2010, #03; Fri, 18)
 2010-06-21 19:16 UTC  (8+ messages)

What's cooking in git.git (Jun 2010, #02; Wed, 16)
 2010-06-21 18:35 UTC  (3+ messages)

[PATCH 1/3] t/lib-pager.sh: remove unnecessary '^' from 'expr' regular expression
 2010-06-21 18:11 UTC  (4+ messages)
` [PATCH 2/3] t/t7811-grep-open.sh: ensure fake "less" is made executable
` [PATCH 3/3] t/t7811-grep-open.sh: remove broken/redundant creation of fake "less" script


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