git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-07-07 00:13:53 to 2010-07-09 01:09:57 UTC [more...]

[PATCH] diff.c: fix a graph output bug
 2010-07-09  1:09 UTC  (5+ messages)

[PATCH] fix read-tree storing wrong tree reference with modified index
 2010-07-09  0:45 UTC  (3+ messages)

[PATCH] Add svnrdump
 2010-07-09  0:42 UTC  (4+ messages)

[RFC PATCH] rerere: fix overeager gc
 2010-07-09  0:06 UTC  (10+ messages)
            ` [PATCH v4] "

[PATCH] test-lib: Don't write test-results when HARNESS_ACTIVE
 2010-07-08 23:34 UTC 

Why is "git tag --contains" so slow?
 2010-07-08 23:15 UTC  (28+ messages)

[PATCH] rebase -i: use 'read -r' to avoid backslash acting as an escape character
 2010-07-08 22:57 UTC  (9+ messages)
            ` [RFC] war on echo in scripts

[PATCH] grep: Don't pass a TODO test if REG_STARTEND is supported
 2010-07-08 21:58 UTC  (4+ messages)

t9118 broken in current master, 9918285, git/git/v1.7.2-rc2
 2010-07-08 20:59 UTC  (8+ messages)
` [PATCH] t9118 (git-svn): prevent early failure from taking down later tests

[PATCH] git-svn: mangle refnames forbidden in git
 2010-07-08 20:38 UTC  (8+ messages)
        ` [PATCH] t9118: avoid PEG revision identifier in tests

fixing workdirs
 2010-07-08 19:56 UTC  (5+ messages)

[ANNOUNCE] Git 1.7.2.rc1
 2010-07-08 19:40 UTC  (3+ messages)

gitweb.css
 2010-07-08 19:30 UTC  (7+ messages)

gitweb.perl suggestion
 2010-07-08 19:05 UTC  (5+ messages)

[PATCH] Add support for limiting number of lines generated in messages by post-receive-email
 2010-07-08 19:03 UTC 

[PATCHv3 0/6] D/F conflict fixes
 2010-07-08 16:03 UTC  (17+ messages)
` [PATCHv3 1/6] Add additional testcases for D/F conflicts
` [PATCHv3 2/6] Add a rename + D/F conflict testcase
` [PATCHv3 3/6] merge-recursive: Fix D/F conflicts
` [PATCHv3 4/6] merge_recursive: Fix renames across paths below "
` [PATCHv3 5/6] fast-export: Fix output order of D/F changes
` [PATCHv3 6/6] fast-import: Improve robustness when D->F changes provided in wrong order

[BUG] Spurious leading '/' in filename in "git diff --raw --relative=<subdirectory>"
 2010-07-08 14:56 UTC  (8+ messages)
  ` [BUG/RFC] Raw diff output format (git-diff-tree) and --relative[=<path>] option

Git Chronicles, updated?
 2010-07-08 13:31 UTC  (2+ messages)

[PATCH] rev-parse: fix --parse-opt --keep-dashdash --stop-at-non-option
 2010-07-08 12:44 UTC  (6+ messages)

What's cooking in git.git (Jul 2010, #01; Wed, 7)
 2010-07-08 12:27 UTC  (3+ messages)

Rebasing a merged branch
 2010-07-08 11:52 UTC 

git rebase bug?
 2010-07-08 11:37 UTC  (6+ messages)

git status / ls-files
 2010-07-08 10:06 UTC  (2+ messages)

[RFC] Git User's Survey 2010 (resend)
 2010-07-08  7:24 UTC  (8+ messages)

[PATCHv2/RFC] gitweb: Prepare for splitting gitweb
 2010-07-08  7:20 UTC  (9+ messages)
        ` [PATCHv3/RFC] "

[GSoC update] git-remote-svn: Week 10
 2010-07-08  6:17 UTC  (26+ messages)
` [PATCH 01/13] Add LICENSE
` [PATCH 02/13] Add skeleton SVN client and Makefile
` [PATCH 03/13] Add debug editor from Subversion trunk
` [PATCH 04/13] Add skeleton dump editor
` [PATCH 05/13] Drive the debug editor
` [PATCH 06/13] Dump the revprops at the start of every revision
` [PATCH 09/13] Implement directory-related functions
` [PATCH 10/13] Implement file-related functions
` [PATCH 11/13] Implement apply_textdelta
` [PATCH 12/13] Implement close_file
` [PATCH 13/13] Add a validation script

Question about git revert
 2010-07-08  4:51 UTC  (3+ messages)

[PATCH] Reorganize `git-log' man page to clarify common diff options
 2010-07-08  2:14 UTC 

[PATCH] tests: Use skip_all=* to skip tests
 2010-07-08  1:16 UTC 

[PATCH v2 0/4] implement automatic submodule merge strategy when possible
 2010-07-08  0:34 UTC  (8+ messages)
` [PATCH v2 3/4] extent setup_revisions() so it works with submodules
    `  "
` [PATCH v2 4/4] implement automatic fast forward merge for submodules
    `  "

[PATCH] use "up-to-date" in messages instead of "uptodate" for consistency
 2010-07-08  0:26 UTC  (7+ messages)
` [PATCH v2] use "up-to-date" "
    ` [PATCH v2] "
        ` [PATCH v3] merge-recursive: use "up-to-date" instead of "uptodate" in error message "

[ANNOUNCE] Git 1.7.2-rc2
 2010-07-07 23:52 UTC 

[PATCH 2/2] parse_date: fix signedness in timezone calculation
 2010-07-07 22:59 UTC  (5+ messages)
` [PATCH] t/t0006: specify timezone as EST5 not EST to comply with POSIX

[PATCH 0/2] non-incremental mode for fast-export
 2010-07-07 20:46 UTC  (3+ messages)
` [PATCHv2 1/2] fast-export: Fix dropping of files with --import-marks and path limiting
` [PATCHv2 2/2] fast-export: Add a --full-tree option

[PATCH v3 0/4] implement automatic submodule merge strategy when possible
 2010-07-07 17:11 UTC  (7+ messages)
` [PATCH v3 1/4] add missing && to submodule-merge testcase
` [PATCH v3 2/4] teach ref iteration module about submodules
` [PATCH v3 3/4] setup_revisions(): allow walking history in a submodule
` [PATCH v3 4/4] implement automatic fast-forward merge for submodules
    `  "

[PATCH] string_list: Add STRING_LIST_INIT macro and make use of it
 2010-07-07 16:55 UTC  (4+ messages)

Handling tags/branches after git-svn fetch during SVN to Git conversion
 2010-07-07 13:36 UTC 

Poor status output during conflicted merge
 2010-07-07 12:43 UTC  (5+ messages)

Question concerning svn -> git migration, merging
 2010-07-07 12:29 UTC 

fatal: internal error in diff-resolve-rename-copy
 2010-07-07  8:13 UTC  (4+ messages)

[PATCH] fix git branch -m in presence of cross devices
 2010-07-07  7:47 UTC 

[FAILED] BLD phyCORE-i.MX35 + linux-next git kernel
 2010-07-07  7:15 UTC  (2+ messages)

[PATCH 4/5] git-cvsserver: break the loop after successful hit
 2010-07-07  5:28 UTC  (2+ messages)

[PATCH 1/5] git-cvsserver: implement script based pserver auth
 2010-07-07  5:28 UTC  (2+ messages)

[PATCH 1/2] t0006: test timezone parsing
 2010-07-07  5:28 UTC  (5+ messages)

[PATCH] Bugfix: grep: Do not colorize output when -O is set
 2010-07-07  4:25 UTC  (6+ messages)
      ` [PATCH] t/README: document more test helpers


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