git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-08-08 20:44:48 to 2011-08-12 05:21:49 UTC [more...]

[PATCHv2 00/57] Re-roll of en/merge-recursive from pu
 2011-08-12  5:20 UTC  (22+ messages)
` [PATCHv2 01/56] t6042: Add a testcase where git deletes an untracked file
` [PATCHv2 02/56] t6042: Add failing testcase for rename/modify/add-source conflict
` [PATCHv2 03/56] t6042: Add a pair of cases where undetected renames cause issues
` [PATCHv2 04/56] t6042: Add a testcase where undetected rename causes silent file deletion
` [PATCHv2 05/56] t6042: Add tests for content issues with modify/rename/directory conflicts
` [PATCHv2 06/56] t6042: Ensure rename/rename conflicts leave index and workdir in sane state
` [PATCHv2 08/56] t6036: Add differently resolved modify/delete conflict in criss-cross test
` [PATCHv2 10/56] t6036: tests for criss-cross merges with various directory/file conflicts
` [PATCHv2 12/56] t6036: criss-cross + rename/rename(1to2)/add-source + modify/modify
` [PATCHv2 13/56] t6022: Remove unnecessary untracked files to make test cleaner
` [PATCHv2 14/56] t6022: New tests checking for unnecessary updates of files
` [PATCHv2 16/56] merge-recursive: Make BUG message more legible by adding a newline
` [PATCHv2 18/56] merge-recursive: Mark some diff_filespec struct arguments const
` [PATCHv2 19/56] merge-recursive: Consolidate different update_stages functions
` [PATCHv2 21/56] merge-recursive: Avoid working directory changes during recursive case
` [PATCHv2 22/56] merge-recursive: Fix recursive case with D/F conflict via add/add conflict
` [PATCHv2 23/56] merge-recursive: Fix sorting order and directory change assumptions
` [PATCHv2 25/56] merge-recursive: Save D/F conflict filenames instead of unlinking them
` [PATCHv2 26/56] merge-recursive: Split was_tracked() out of would_lose_untracked()
` [PATCHv2 27/56] string-list: Add API to remove an item from an unsorted list
` [PATCHv2 28/56] merge-recursive: Allow make_room_for_path() to remove D/F entries

[PATCH 0/6] Towards a generalized sequencer
 2011-08-12  3:17 UTC  (21+ messages)
` [PATCH 1/6] revert: Don't remove the sequencer state on error
` [PATCH 2/6] revert: Free memory after get_message call
` [PATCH 3/6] revert: Parse instruction sheet more cautiously
` [PATCH 4/6] revert: Allow mixed pick and revert instructions
` [PATCH 5/6] sequencer: Expose API to cherry-picking machinery
` [PATCH 6/6] sequencer: Remove sequencer state after final commit

[PATCH v3 0/2] Reduce parse-options.o dependencies
 2011-08-11 23:35 UTC  (6+ messages)
` [PATCH v3 1/2] parse-options: export opterr, optbug
` [PATCH v3 2/2] Reduce parse-options.o dependencies

[PATCH v2 0/2] submodule: move gitdir into superproject
 2011-08-11 23:34 UTC  (8+ messages)
` [PATCH v2 1/2] rev-parse: add option --is-well-formed-git-dir [path]
` [PATCH v2 2/2] Move git-dir for submodules

[PATCH 00/11] Micro-optimizing lookup_object()
 2011-08-11 23:33 UTC  (13+ messages)
` [PATCH 01/11] object.c: code movement for readability
` [PATCH 02/11] object.c: remove duplicated code for object hashing
` [PATCH 03/11] pack-objects --count-only
` [PATCH 04/11] object: next_size() helper for readability
` [PATCH 05/11] object hash: we know the table size is a power of two
` [PATCH 06/11] object: growing the hash-table more aggressively does not help much
` [PATCH 07/11] object: try naive cuckoo hashing
` [PATCH 08/11] object: try 5-way cuckoo -- use all 20-bytes of SHA-1
` [PATCH 09/11] object: try 4-way cuckoo
` [PATCH 10/11] object: try 3-way cuckoo
` [PATCH 11/11] object: try 2-way cuckoo again
` [FFT/PATCH 12/11] object.c: make object hash implementation more opaque

Suggestions to make git easier to understand
 2011-08-11 23:08 UTC  (4+ messages)

What's cooking in git.git (Aug 2011, #03; Thu, 11)
 2011-08-11 22:34 UTC 

[PATCH v2 0/5] fixes for committer/author parsing/check
 2011-08-11 22:06 UTC  (7+ messages)
` [PATCH v2 1/5] fast-import: add input format tests
` [PATCH v2 2/5] fast-import: don't fail on omitted committer name
` [PATCH v2 3/5] fast-import: check committer name more strictly
` [PATCH v2 4/5] fsck: add a few committer name tests
` [PATCH v2 5/5] fsck: improve committer/author check

[PATCHv2 0/3] rev-list and friends: --min-parents, --max-parents
 2011-08-11 21:49 UTC  (10+ messages)
` [PATCHv3 0/5]rev-list "
    ` [PATCH/RFC 0/2] test_when_finished and returning early
      ` [PATCH 2/2] test: cope better with use of return for errors
            ` [PATCH v2] t3900: do not reference numbered arguments from the test script

t5800-*.sh: Intermittent test failures
 2011-08-11 21:39 UTC  (2+ messages)

[PATCH 0/2] Add an update=none option for 'loose' submodules
 2011-08-11 20:00 UTC  (5+ messages)
` [PATCH 1/2] submodule: move update configuration variable further up
` [PATCH 2/2] add update 'none' flag to disable update of submodule by default

[PATCH] post-receive-email: Fix handling of hooks.emailmaxlines configuration option
 2011-08-11 17:13 UTC 

cherry-pick cannot merge binary files? (also strategy does not work?)
 2011-08-11 12:58 UTC 

About git-diff
 2011-08-11 11:17 UTC  (5+ messages)

[RFC PATCH 0/5] Some preliminary work based on sequencer-stable
 2011-08-11 10:08 UTC  (16+ messages)
` [PATCH 1/5] revert: Don't remove the sequencer state on error
` [PATCH 2/5] sequencer.h: Move data structures
` [PATCH 3/5] revert: Allow mixed pick and revert instructions
` [PATCH 4/5] sequencer: Expose code that handles files in .git/sequencer
` [PATCH 5/5] sequencer: Remove sequencer state after final commit

git-mergetool: wrap tools with 3 files only to use the BASE file instead of MERGED
 2011-08-11  9:48 UTC  (7+ messages)

[BUG] git-svn: error importing git repository in svn when first git commit was empty
 2011-08-11  9:13 UTC 

What's cooking in git.git (Aug 2011, #02; Mon, 8)
 2011-08-11  7:30 UTC  (5+ messages)

Documenting the 'rebase -i' workflow
 2011-08-11  7:00 UTC 

git apply-diff / am cannot deal with patches generated with git diff/format-patch --noprefix?
 2011-08-10 22:32 UTC  (2+ messages)

git-archive's wrong documentation: really write pax rather than tar
 2011-08-10 19:55 UTC  (3+ messages)

Using git-svn fetch after a directory change with rewrite-root
 2011-08-10 13:22 UTC  (2+ messages)

A little help with error?
 2011-08-10 12:21 UTC  (2+ messages)

[PATCH] Support specific color for a specific remote branches
 2011-08-10 12:16 UTC  (6+ messages)

Tracked files become untracked in some obscure scenario
 2011-08-10  2:51 UTC  (2+ messages)

[PATH 0/2] On Cygwin support both UNIX and DOS style path-names
 2011-08-10  2:44 UTC  (10+ messages)
` [PATCH 2/2] "

[GSoC update] Sequencer: Thoughts on future work
 2011-08-10  1:24 UTC 

[PATCH v3 1/1] bisect: add support for bisecting bare repositories
 2011-08-09 23:12 UTC  (3+ messages)

[PATCH] git-svn: enable platform-specific authentication
 2011-08-09 21:06 UTC  (3+ messages)

[PATCH] push: Don't push a repository with unpushed submodules
 2011-08-09 21:12 UTC  (2+ messages)

[PATCH v2 4/4] upload-archive: use start_command instead of fork
 2011-08-09 20:05 UTC  (13+ messages)

[PATCH] git-am: Document new --exclude=<file> option
 2011-08-09 17:20 UTC  (2+ messages)

Cleaning up history with git rebase
 2011-08-09 12:29 UTC  (11+ messages)

git diff is slow (--patience is fast)
 2011-08-09 11:39 UTC  (3+ messages)

Suggestion: improve cherry-pick message in case object is not found
 2011-08-09  9:58 UTC 

Suppressing auto-cc for specific addresses
 2011-08-09  7:40 UTC  (12+ messages)

[PATCH 00/48] Handling more corner cases in merge-recursive.c
 2011-08-09  7:01 UTC  (11+ messages)
` [PATCH 26/48] merge-recursive: Allow make_room_for_path() to remove D/F entries
` [PATCH 37/48] merge-recursive: Fix modify/delete resolution in the recursive case
` [PATCH 39/48] merge-recursive: Fix rename/rename(1to2) resolution for virtual merge base

[PATCH 00/18] Sequencer for inclusion v6
 2011-08-09  5:26 UTC  (6+ messages)
` [PATCH 17/18] revert: Introduce --continue to continue the operation

[PATCH v2 0/2] bisect: add support for bisecting bare repositories
 2011-08-09  1:54 UTC  (4+ messages)
` [PATCH v2 1/2] bisect: relax requirement for a working tree
` [PATCH v2 2/2] bisect: add tests for bisection on bare repositories

[RFC] helping smart-http/stateless-rpc fetch race
 2011-08-08 23:42 UTC  (10+ messages)

[PATCH 0/5] fast-export: prepare for remote helpers awesomeness
 2011-08-08 23:39 UTC  (22+ messages)
` [PATCH 3/5] setup_revisions: remember whether a ref was positive or not

rebase -i: Should --continue auto-amend after failed exec?
 2011-08-08 21:11 UTC 


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