git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-02-12 17:53:42 to 2010-02-14 19:45:33 UTC [more...]

git stash pop not reapplying deletions
 2010-02-14 19:45 UTC 

Bug#569505: git-core: 'git add' corrupts repository if the working directory is modified as it runs
 2010-02-14 19:28 UTC  (27+ messages)
    `  "
                ` [PATCH] don't use mmap() to hash files
                  ` [PATCH v2] "
  ` mmap with MAP_PRIVATE is useless (was Re: Bug#569505: git-core: 'git add' corrupts repository if the working directory is modified as it runs)
    ` mmap with MAP_PRIVATE is useless

GSoC 2010
 2010-02-14 18:15 UTC  (22+ messages)
        ` web-based client for Git, was "

[PATCH 1/5] Add obstack.[ch] from EGLIBC 2.10
 2010-02-14 16:52 UTC  (11+ 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

[PATCH 0/5] Speed up string search routines
 2010-02-14 16:47 UTC  (3+ messages)

[RFC PATCH] ls-tree: dump full tree if it was named as such
 2010-02-14 16:33 UTC  (2+ messages)

[RFC PATCH 0/6] post-rewrite hook and copying notes
 2010-02-14 16:21 UTC  (8+ messages)
` [RFC PATCH 1/6] Documentation: document post-rewrite hook
` [RFC PATCH 2/6] commit --amend: invoke "
` [RFC PATCH 3/6] filter-branch: "
` [RFC PATCH 4/6] rebase: "
` [RFC PATCH 5/6] rebase -i: "
` [RFC PATCH 6/6] contrib: add a hook that copies notes over rewrites

[PATCH v3 1/5] make_absolute_path(): Do not append redundant slash
 2010-02-14 15:44 UTC  (5+ messages)
` [PATCH v3 2/5] init-db, rev-parse --git-dir: do "
` [PATCH v3 3/5] Move offset_1st_component() to path.c
` [PATCH v3 4/5] Support working directory located at root
` [PATCH v3 5/5] Add test for using Git at root of file system

[PATCH] Add an optional argument for --color options
 2010-02-14 14:58 UTC  (6+ messages)

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

'git svn log' no longer uses the pager
 2010-02-14 12:13 UTC  (9+ messages)
    ` [PATCH 1/6] Fix 'git var' usage synopsis
    ` [PATCH 2/6] Make 'git var GIT_PAGER' always print the configured pager
    ` [PATCH 3/6] git.1: Clarify the behavior of the --paginate option
    ` [PATCH 4/6] git svn: Fix launching of pager
    ` [PATCH 5/6] am: "
    ` [PATCH 6/6] tests: Add tests for automatic use "

[PATCH] git-for-each-ref: add new field name "symbolic"
 2010-02-14 10:32 UTC  (10+ 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)'

Fix signal handler
 2010-02-14 10:19 UTC  (8+ messages)
    ` [PATCH] "

[PATCH] fix minor memory leak in get_tree_entry()
 2010-02-14  9:56 UTC 

cvsimport error when modulename is '.'
 2010-02-14  7:07 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)

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

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  (16+ messages)

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

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  (8+ messages)
` [PATCH v4 1/2] git-imap-send: Add CRAM-MD5 authenticate method support
      ` [PATCH v5 "

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


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