git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-02-12 10:11:38 to 2010-02-14 01:23:35 UTC [more...]

Bug#569505: git-core: 'git add' corrupts repository if the working directory is modified as it runs
 2010-02-14  1:18 UTC  (9+ messages)
    `  "
                ` [PATCH] don't use mmap() to hash files

[PATCH 1/2] hash-object: support --stdin-paths with --no-filters
 2010-02-14  1:04 UTC  (10+ messages)
` [PATCH 2/2] git-svn: support fetch with autocrlf on

'git svn log' no longer uses the pager
 2010-02-13 23:51 UTC  (2+ messages)

Bugs with detection of renames that are also overwrites
 2010-02-13 23:46 UTC 

Solve continuous integration (pending head / commit queue) problem using git
 2010-02-13 22:11 UTC  (5+ messages)

[PATCH] Add an optional argument for --color options
 2010-02-13 22:01 UTC 

Commit annotations (editable commit messages)
 2010-02-13 21:46 UTC  (5+ messages)

[PATCHv13 00/30] git notes
 2010-02-13 21:28 UTC  (31+ messages)
` [PATCHv13 01/30] Minor cosmetic fixes to notes.c
` [PATCHv13 02/30] Notes API: get_commit_notes() -> format_note() + remove the commit restriction
` [PATCHv13 03/30] Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRef
` [PATCHv13 04/30] Notes API: init_notes(): Initialize the notes tree from the given notes ref
` [PATCHv13 05/30] Notes API: add_note(): Add note objects to the internal notes tree structure
` [PATCHv13 06/30] Notes API: remove_note(): Remove note objects from the "
` [PATCHv13 07/30] Notes API: get_note(): Return the note annotating the given object
` [PATCHv13 08/30] Notes API: for_each_note(): Traverse the entire notes tree with a callback
` [PATCHv13 09/30] Notes API: write_notes_tree(): Store the notes tree in the database
` [PATCHv13 10/30] Notes API: Allow multiple concurrent notes trees with new struct notes_tree
` [PATCHv13 11/30] Refactor notes concatenation into a flexible interface for combining notes
` [PATCHv13 12/30] Builtin-ify git-notes
` [PATCHv13 13/30] t3301: Verify successful annotation of non-commits
` [PATCHv13 14/30] t3305: Verify that adding many notes with git-notes triggers increased fanout
` [PATCHv13 15/30] Teach notes code to properly preserve non-notes in the notes tree
` [PATCHv13 16/30] Teach builtin-notes to remove empty notes
` [PATCHv13 17/30] builtin-notes: Add "remove" subcommand for removing existing notes
` [PATCHv13 18/30] t3305: Verify that removing notes triggers automatic fanout consolidation
` [PATCHv13 19/30] Notes API: prune_notes(): Prune notes that belong to non-existing objects
` [PATCHv13 20/30] builtin-notes: Add "prune" subcommand for removing notes for missing objects
` [PATCHv13 21/30] Documentation: Generalize git-notes docs to 'objects' instead of 'commits'
` [PATCHv13 22/30] builtin-notes: Add "list" subcommand for listing note objects
` [PATCHv13 23/30] builtin-notes: Add --message/--file aliases for -m/-F options
` [PATCHv13 24/30] builtin-notes: Add "add" subcommand for adding notes to objects
` [PATCHv13 25/30] builtin-notes: Add "append" subcommand for appending to note objects
` [PATCHv13 26/30] builtin-notes: Deprecate the -m/-F options for "git notes edit"
` [PATCHv13 27/30] builtin-notes: Refactor handling of -F option to allow combining -m and -F
` [PATCHv13 28/30] builtin-notes: Add -c/-C options for reusing notes
` [PATCHv13 29/30] builtin-notes: Misc. refactoring of argc and exit value handling
` [PATCHv13 30/30] builtin-notes: Add "copy" subcommand for copying notes between objects

[PATCH] git-for-each-ref: add new field name "symbolic"
 2010-02-13 20:30 UTC  (8+ messages)
    ` [PATCH 0/4] for-each-ref --format='%(symref) %(symref:short) %(flag)'
      ` [PATCH 1/4] builtin-for-each-ref.c: comment fixes
      ` [PATCH 2/4] builtin-for-each-ref.c: check if we need to peel onion while parsing the format
      ` [PATCH 3/4] for-each-ref --format='%(symref) %(symref:short)'
      ` [PATCH 4/4] for-each-ref --format='%(flag)'

git-subtree.sh - regression introduced by da949cc55
 2010-02-13 19:49 UTC  (5+ messages)

am fails to apply patches for files with CRLF lineendings
 2010-02-13 19:07 UTC  (6+ messages)

Individual file snapshots
 2010-02-13 18:58 UTC  (18+ messages)

[PATCH 0/5] Speed up string search routines
 2010-02-13 18:52 UTC  (2+ messages)

[PATCH 1/5] Add obstack.[ch] from EGLIBC 2.10
 2010-02-13 17:38 UTC  (9+ messages)
` [PATCH 2/5] Add string search routines from GNU grep
` [PATCH 3/5] Adapt the kwset code to Git
` [PATCH 4/5] Use kwset in pickaxe
` [PATCH 5/5] Use kwset in grep

[PATCHv3 0/3] Using git-mailsplit in mixed line ending environment
 2010-02-13 17:11 UTC  (7+ messages)
` [PATCH 1/3] git-mailsplit: Show parameter '--keep-cr' in usage and documentation
` [PATCH 2/3] git-am: Add command line parameter `--keep-cr` passing it to git-mailsplit
` [PATCH 3/3] Adding test for `--keep-cr` for git-am

[PATCH] add -p: make the beginning of the hunk easier to see
 2010-02-13 16:01 UTC  (10+ messages)

Fix signal handler
 2010-02-13 13:30 UTC  (6+ messages)
    ` [PATCH] "

cvsimport error when modulename is '.'
 2010-02-13 11:51 UTC 

Separate default push/pull?
 2010-02-13 11:58 UTC  (7+ messages)

t7400.24 git submodule 'update --init' test fails on some machines
 2010-02-13  9:05 UTC 

[PATCH 0/4] Some improvements for git-imap-send
 2010-02-13  7:42 UTC  (12+ messages)
` [PATCH v2 2/2] git-imap-send: Convert LF to CRLF before storing patch to draft box
` [PATCH v4 1/2] git-imap-send: Add CRAM-MD5 authenticate method support
      ` [PATCH v5 "
` [PATCH v4 2/2] git-imap-send: Convert LF to CRLF before storing patch to draft box

Git under Windows should warn or fail on entities differning only in case
 2010-02-13  6:05 UTC  (7+ messages)

[PATCH] gitweb: Die if there are parsing errors in config file
 2010-02-13  2:46 UTC  (2+ messages)

What's cooking in git.git (Feb 2010, #03; Fri, 12)
 2010-02-13  1:24 UTC 

[ANNOUNCE] Git 1.7.0
 2010-02-13  1:24 UTC 

A note from the maintainer
 2010-02-13  1:24 UTC 

[StGit PATCH] mail: Ask for the SMTP credentials before sending the messages
 2010-02-12 22:56 UTC  (3+ messages)

[PATCHv2 0/4] Using git-mailsplit in mixed line ending environment
 2010-02-12 22:04 UTC  (11+ messages)
` [PATCH 2/4] git-mailsplit: add `mailsplit.keepcr` configuration variable
` [PATCH 3/4] git-am: Add command line parameter `--keep-cr` passing it to git-mailsplit

GSoC 2010
 2010-02-12 19:47 UTC  (40+ messages)
        ` web-based client for Git, was "
              ` strbuf & other stuff dual-licensing, "

[Announce] bup 0.09: git-based backup system for really huge datasets
 2010-02-12 17:51 UTC  (3+ messages)

[PATCH] Documentation: reword --thin description
 2010-02-12 17:36 UTC  (3+ messages)
` [PATCHv2] Documentation: describe --thin more accurately

[StGit PATCH] mail: Use space rather than tab for long header folding
 2010-02-12 16:15 UTC  (3+ messages)

[PATCH 0/5 v2] Worktree/Gitdir at root directory
 2010-02-12 16:00 UTC  (6+ messages)
` [PATCH 3/5] Add is_root_path()

git-svn: Cannot lock the ref 'refs/remotes/tags/autotag_for_.'
 2010-02-12 14:41 UTC  (3+ messages)

[PATCH v2 0/7] clarify 'git merge' documentation
 2010-02-12 14:15 UTC  (3+ messages)
` [PATCH 4/7] Documentation: merge: add an overview

git cherry-pick --continue?
 2010-02-12 14:11 UTC  (9+ messages)

Subtle git completion hacks with aliases
 2010-02-12 13:40 UTC 

Maintaining a fork workflows
 2010-02-12 12:37 UTC  (2+ messages)

[ANNOUNCE] Git wiki & repo.or.cz migration, donations and volunteers pledge
 2010-02-12 11:38 UTC  (4+ messages)
` [RFC] Git Wiki Move

[PATCH v2 1/2] git-imap-send: Add CRAM-MD5 authenticate method support
 2010-02-12 11:23 UTC  (4+ messages)
` [PATCH v3 "

XML Parsing Error: junk after document element
 2010-02-12 10:48 UTC  (4+ 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).