git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-06-22 19:13:04 to 2010-06-25 14:55:17 UTC [more...]

[RFC PATCH 0/2] Teach "git status" the "--ignore-submodules" option
 2010-06-25 14:55 UTC 

[GSoC update] git-remote-svn: Week 8
 2010-06-25 14:45 UTC  (17+ 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

[PATCH] git-cat-file.txt: Document --textconv
 2010-06-25 14:32 UTC  (11+ messages)
    ` [PATCHv2] "
    ` [PATCH] git-rev-parse.txt: Document ":path" specifier
        ` [PATCHv2] "

FR: Clone just the desired subdirectory
 2010-06-25 14:30 UTC  (2+ messages)

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

Bugreport: Git responds with stderr instead of stdout
 2010-06-25 13:30 UTC  (3+ messages)
` [PATCH] fetch: don't output non-errors on stderr
  ` [PATCH v2] "

Maintaing database schemas using GIT
 2010-06-25 13:24 UTC  (2+ messages)

[PATCH v3 0/3] Help merging when text has been normalized
 2010-06-25  8:58 UTC  (9+ messages)
` [PATCH v3 1/3] Avoid conflicts when merging branches with mixed normalization
` [PATCH v3 2/3] Try normalizing files to avoid delete/modify conflicts when merging
` [PATCH v3 3/3] Don't expand CRLFs when normalizing text during merge

Confusion about content of conflicted file after : git remove/add
 2010-06-25  5:36 UTC  (3+ messages)

[PATCH 2/2] Documentation: grep: fix asciidoc problem with --
 2010-06-25  2:16 UTC 

[PATCH 1/2] Documentation: cherry-pick: fix asciidoc problem with --
 2010-06-25  2:16 UTC 

[GSoC 2010 Update] Please try the initial version of the line level history browser
 2010-06-25  1:45 UTC  (2+ messages)

potential improvement to 'git log' with a range
 2010-06-24 22:49 UTC  (15+ messages)

[PATCH v4 0/5] TAP support for Git
 2010-06-24 21:52 UTC  (9+ messages)
` [PATCH v4 1/5] test-lib: Adjust output to be valid TAP format
      ` [PATCH v5 "
` [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 21:32 UTC  (4+ messages)

[PATCH/RFC v2 0/9] Subversion dump parsing library
 2010-06-24 21:29 UTC  (34+ 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] t4027, t4041: Use printf instead of echo -n
 2010-06-24 20:55 UTC  (4+ messages)
  ` [PATCH v2] t4027,4041: Use test -s to test for an empty file

[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 

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

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)

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

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

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

[PATCH 3/3] builtin/checkout: DWIM with -f -b
 2010-06-23 21:37 UTC  (14+ 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)

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  (9+ messages)
` [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  (5+ 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


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 NNTP newsgroup(s).