git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2006-05-29 05:36:51 to 2006-06-01 19:38:09 UTC [more...]

[PATCH] Implement git-quiltimport
 2006-06-01 19:23 UTC  (11+ messages)
` [PATCH] Implement git-quiltimport (take 2)

git reset --hard not removing some files
 2006-06-01 19:21 UTC  (5+ messages)

[PATCH] cg-commit -p tries to remove a non-existent file
 2006-06-01 15:14 UTC 

What's in git.git (part #2)
 2006-06-01 11:26 UTC  (4+ messages)

[PATCH] git-svnimport: Improved detection of merges
 2006-06-01  9:58 UTC  (4+ messages)

What's on git.git "master" (1/2)
 2006-06-01  9:29 UTC 

What's in git.git (part #1-2)
 2006-06-01  9:27 UTC 

irc usage
 2006-06-01  7:47 UTC  (32+ messages)

[PATCH] Automatically line wrap long commit messages
 2006-06-01  6:37 UTC  (10+ messages)

[PATCH 0/10] re-based and expanded tree-walker cleanup patches
 2006-06-01  3:11 UTC  (19+ messages)
` [PATCH 1/10] Make "struct tree" contain the pointer to the tree buffer
` [PATCH 2/10] Make "tree_entry" have a SHA1 instead of a union of object pointers
` [PATCH 3/10] Switch "read_tree_recursive()" over to tree-walk functionality
` [PATCH 4/10] builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec()
` [PATCH 5/10] Remove "tree->entries" tree-entry list from tree parser
` [PATCH 6/10] fsck-objects: avoid unnecessary tree_entry_list usage
` [PATCH 7/10] Remove unused "zeropad" entry from tree_list_entry
` [PATCH 8/10] Convert "mark_tree_uninteresting()" to raw tree walker
` [PATCH 9/10] Convert fetch.c: process_tree() "
` [PATCH 10/10] Remove last vestiges of generic tree_entry_list

format-patch signoff argument no longer works
 2006-05-31 23:31 UTC  (15+ messages)
        ` [PATCH] format-patch --signoff
    ` [PATCH] Update documentation for git-format-patch

[PATCH] http: prevent segfault during curl handle reuse
 2006-05-31 23:25 UTC 

[PATCH] send-email: only 'require' instead of 'use' Net::SMTP
 2006-05-31 22:55 UTC 

git --version
 2006-05-31 20:19 UTC  (19+ messages)

No tags when cloing the Linux history tree
 2006-05-31 17:23 UTC 

Segfaults with USE_CURL_MULTI
 2006-05-31 16:07 UTC  (4+ messages)
` [PATCH] Remove possible segfault in http-fetch

[RFC] git commit --branch
 2006-05-31 15:21 UTC  (14+ messages)

t9001 fails because Net::SMTP is missing
 2006-05-31  8:32 UTC  (6+ messages)

[PATCH] Fixed Cygwin CR-munging problem in mailsplit
 2006-05-31  4:49 UTC  (2+ messages)

gitk on Windows: layout problem
 2006-05-30 19:21 UTC  (3+ messages)

[PATCH 4/4] Add a basic test case for git send-email, and fix some real bugs discovered
 2006-05-30 17:32 UTC  (10+ messages)

tree_entry(): new tree-walking helper function
 2006-05-30 16:45 UTC 

[PATCH] handle concurrent pruning of packed objects
 2006-05-30 15:56 UTC 

[RFC] git-fetch - repack in the background after fetching
 2006-05-30 14:53 UTC  (5+ messages)

[PATCH] git status: print files under untracked dir if -a is given
 2006-05-30 12:55 UTC  (3+ messages)

[PATCH] cg-status: fix detection of dissappeared files
 2006-05-30 12:48 UTC 

[PATCH] git-clean fails on files beginning with a dash
 2006-05-30  8:49 UTC  (2+ messages)

[PATCH] cvsimport: complete the cvsps run before starting the import
 2006-05-30  8:08 UTC 

git-cvsimport problem
 2006-05-30  4:37 UTC  (3+ messages)

[PATCH 0/1] Tried to fix git-svn's handling of filenames with embedded '@'
 2006-05-30  2:03 UTC  (7+ messages)
` [PATCH 1/1] "
    ` [PATCH] git-svn: compat fixes for older svn and dash
    ` [PATCH] git-svn: t0001: workaround a heredoc bug in old versions of dash
    ` [PATCH] git-svn: remove assertion that broke with older versions of svn

Bisects that are neither good nor bad
 2006-05-30  0:46 UTC  (2+ messages)

[PATCH 1/5] documentation: mention gitk font adjustment in tutorial
 2006-05-29 23:31 UTC  (5+ messages)
` [PATCH 2/5] documentation: add brief mention of cat-file to tutorial part I
  ` [PATCH 3/5] Documentation: retitle the git-core tutorial
    ` [PATCH 4/5] Documentation: rewrite the core-tutorial introduction
      ` [PATCH 5/5] Documentation: fix a tutorial-2 typo

[PATCH] Make git-diff-tree indicate when it flushes
 2006-05-29 22:32 UTC  (7+ messages)

[PATCH] git-send-email.perl extract_valid_address issue
 2006-05-29 22:12 UTC  (5+ messages)

[PATCH] git-receive-pack needs to set umask(2)
 2006-05-29 21:50 UTC  (10+ messages)

[PATCH] Fix some documentation typoes
 2006-05-29 21:11 UTC 

[PATCH] cg-clean fails on files beginning with a dash
 2006-05-29 15:06 UTC 

~/.git/config ?
 2006-05-29 14:00 UTC  (4+ messages)
` [PATCH] Read configuration also from ~/.gitrc

gitk highlighting descendents/ancestors
 2006-05-29 12:55 UTC  (2+ messages)

[PATCH] git-receive-pack needs to set umask(2)
 2006-05-29 12:07 UTC 

[PATCH] Allow multiple -m options to git-commit
 2006-05-29  8:45 UTC 

[PATCH] Remove unnecessary ouput from t3600-rm
 2006-05-29  8:06 UTC  (3+ messages)

~/.git/config ?
 2006-05-29  8:02 UTC  (5+ messages)
    ` [PATCH] Support for configurable git command aliases

[PATCH 2/4] tests: Remove heredoc usage inside quotes
 2006-05-29  7:31 UTC  (6+ messages)
` [PATCH 3/4] t5500-fetch-pack: remove local (bashism) usage

[PATCH] Improved pack format documentation
 2006-05-29  7:17 UTC 

[PATCH] Make update-ref a builtin
 2006-05-29  7:15 UTC 

What's in git.git
 2006-05-29  6:44 UTC 

Commands Mismatch in tutorial and the actual binaries
 2006-05-29  6:07 UTC  (2+ messages)

[PATCH 0/4] fix tests so they run without needing bash
 2006-05-29  5:39 UTC  (3+ messages)


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