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

git stash pop not reapplying deletions
 2010-02-15 14:32 UTC  (3+ messages)

Walking commits from the first
 2010-02-15 14:20 UTC  (5+ messages)

[PATCH v2] Detailed diagnosis when parsing an object name fails
 2010-02-15 14:16 UTC  (3+ messages)
` [PATCH v3] "

git locate
 2010-02-15 13:20 UTC  (6+ messages)

[PATCH] Documentation: Fix indentation problem in git-commit(1)
 2010-02-15 12:33 UTC  (3+ messages)
  ` [PATCH v2] "

Bug#569505: git-core: 'git add' corrupts repository if the working directory is modified as it runs
 2010-02-15 12:25 UTC  (37+ messages)
  ` 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
` 'git add' corrupts repository if the working directory is modified as it runs
            ` [PATCH] don't use mmap() to hash files
              ` [PATCH v2] "

[PATCHv13 00/30] git notes
 2010-02-15 10:34 UTC  (32+ 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 1/4] Refactoring: remove duplicated code from transport.c and builtin-send-pack.c
 2010-02-15  8:46 UTC  (9+ messages)
` [PATCH 2/4] Refactoring: connect.c: move duplicated code to get_host_and_port
` [PATCH 3/4] Refactoring: move duplicated code from builtin-pack-objects.c and fast-import.c to object.c
` [PATCH 4/4] Refactoring: remove duplicated code from builtin-checkout.c and merge-recursive.c

Using test-lib.sh under GPLv3?
 2010-02-15  8:39 UTC 

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

GSoC 2010
 2010-02-15  8:30 UTC  (4+ messages)

'git svn log' no longer uses the pager
 2010-02-15  7:58 UTC  (26+ messages)
    ` [PATCH 1/6] Fix 'git var' usage synopsis
      ` [PATCH v2 "
    ` [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 v2 "
        ` [PATCH v3 "
            ` [PATCH v4 "
    ` [PATCH 6/6] tests: Add tests for automatic use "
        ` [PATCH v2 "

[PATCH] require_work_tree broken with NONGIT_OK
 2010-02-15  7:49 UTC  (5+ messages)

ce_stage(..) == 2?
 2010-02-15  6:53 UTC  (2+ messages)

[PATCH] Add an optional argument for --color options
 2010-02-15  6:02 UTC  (11+ messages)
    ` Usage messages produced by parseopt (Re: [PATCH] Add an optional argument for --color options)

[PATCH] fix minor memory leak in get_tree_entry()
 2010-02-15  4:43 UTC  (2+ messages)

Global reflog?
 2010-02-15  4:24 UTC  (4+ messages)

[RFC PATCH] ls-tree: dump full tree if it was named as such
 2010-02-15  1:47 UTC  (3+ messages)

git-grep ignores untracked files
 2010-02-15  1:45 UTC  (2+ messages)

[RFC PATCH 0/6] post-rewrite hook and copying notes
 2010-02-15  1:25 UTC  (10+ 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] WIP: git notes copy --stdin

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

[PATCH/RFC] git diff --submodule: Show detailed dirty status of submodules
 2010-02-14 21:29 UTC 

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

[PATCH 2/5] Add string search routines from GNU grep
 2010-02-14 16:52 UTC  (6+ messages)
` [PATCH 5/5] Use kwset in grep

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

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

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

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

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  (12+ 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


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