git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-06-19 10:19:24 to 2010-06-24 11:01:28 UTC [more...]

[PATCH/RFC v2 0/9] Subversion dump parsing library
 2010-06-24 11:01 UTC  (7+ 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] git-cat-file.txt: Document --textconv
 2010-06-24 10:14 UTC 

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

on pulling/cloning git notes
 2010-06-24  9:48 UTC  (2+ messages)

rebasing a merge
 2010-06-24  9:16 UTC  (4+ 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)

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

[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 0/3] DWIM with "git checkout -f -b"
 2010-06-23 21:37 UTC  (29+ messages)
` [PATCH 1/3] add tests for checkout -b
  ` [PATCH 2/3] t2018-checkout-branch.sh: show that checkout -f -b doesn't DWIM
    ` [PATCH 3/3] builtin/checkout: DWIM with -f -b
                    ` [PATCH 0/3] teach git-checkout -B WAS "
                        ` [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

[PATCH 4/4] Makefile: Don't pass $(ALL_CFLAGS) to the linker
 2010-06-23 21:08 UTC  (2+ messages)

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

[PATCH 2/4] msvc: Select the "fast" definition of the {get,put}_be32() macros
 2010-06-23 19:47 UTC 

[PATCH 3/4] msvc: Fix some compiler warnings
 2010-06-23 19:47 UTC 

[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  (19+ messages)
        `  "
          ` [WIP PATCH 3/3] implement automatic fast forward merge for submodules

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  (10+ 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

Proposal for git stash rename
 2010-06-20 11:11 UTC  (3+ messages)

Suggested command in git-filter-branch(1)
 2010-06-20  8:31 UTC 

Tracking selected files from different repository
 2010-06-20  8:22 UTC  (2+ messages)

Deleting remote branches
 2010-06-20  4:49 UTC  (2+ messages)

[PATCH 0/2] git-cvsserver: Minor fixes for oopsies
 2010-06-19 16:06 UTC  (3+ messages)
` [PATCH 1/2] git-cvsserver: typo in a comment: bas -> has
` [PATCH 2/2] git-cvsserver: fix error for invalid password formats

[ANNOUNCE] CGIT 0.8.3.2
 2010-06-19 14:42 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).