git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-08-11 00:54:23 to 2011-08-13 17:06:36 UTC [more...]

[PATCH 0/6] Towards a generalized sequencer
 2011-08-13 17:06 UTC  (26+ 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

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

[PATCH 0/6] Retain caches of submodule refs
 2011-08-13 12:54 UTC  (9+ messages)
` [PATCH 1/6] Extract a function clear_cached_refs()
` [PATCH 2/6] Access reference caches only through new function get_cached_refs()
` [PATCH 3/6] Change the signature of read_packed_refs()
` [PATCH 4/6] Allocate cached_refs objects dynamically
` [PATCH 5/6] Store the submodule name in struct cached_refs
` [PATCH 6/6] Retain caches of submodule refs

[PATCH 07/11] object: try naive cuckoo hashing
 2011-08-13 10:22 UTC 

[PATCHv2 00/57] Re-roll of en/merge-recursive from pu
 2011-08-13  9:08 UTC  (65+ 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 07/56] t6042: Add failing testcases for rename/rename/add-{source,dest} conflicts
` [PATCHv2 08/56] t6036: Add differently resolved modify/delete conflict in criss-cross test
` [PATCHv2 09/56] t6036: criss-cross with weird content can fool git into clean merge
` [PATCHv2 10/56] t6036: tests for criss-cross merges with various directory/file conflicts
` [PATCHv2 11/56] t6036: criss-cross w/ rename/rename(1to2)/modify+rename/rename(2to1)/modify
` [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 15/56] t6022: Add testcase for merging a renamed file with a simple change
` [PATCHv2 16/56] merge-recursive: Make BUG message more legible by adding a newline
` [PATCHv2 17/56] merge-recursive: Correct a comment
` [PATCHv2 18/56] merge-recursive: Mark some diff_filespec struct arguments const
` [PATCHv2 19/56] merge-recursive: Consolidate different update_stages functions
` [PATCHv2 20/56] merge-recursive: Remember to free generated unique path names
` [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 24/56] merge-recursive: Fix code checking for D/F conflicts still being present
` [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
` [PATCHv2 29/56] merge-recursive: Split update_stages_and_entry; only update stages at end
` [PATCHv2 30/56] merge-recursive: Fix deletion of untracked file in rename/delete conflicts
` [PATCHv2 31/56] merge-recursive: Make dead code for rename/rename(2to1) conflicts undead
` [PATCHv2 32/56] merge-recursive: Add comments about handling rename/add-source cases
` [PATCHv2 33/56] merge-recursive: Improve handling of rename target vs. directory addition
` [PATCHv2 34/56] merge-recursive: Consolidate process_entry() and process_df_entry()
` [PATCHv2 35/56] merge-recursive: Cleanup and consolidation of rename_conflict_info
` [PATCHv2 36/56] merge-recursive: Provide more info in conflict markers with file renames
` [PATCHv2 37/56] merge-recursive: When we detect we can skip an update, actually skip it
` [PATCHv2 38/56] merge-recursive: Fix modify/delete resolution in the recursive case
` [PATCHv2 39/56] merge-recursive: Introduce a merge_file convenience function
` [PATCHv2 40/56] merge-recursive: Fix rename/rename(1to2) resolution for virtual merge base
` [PATCHv2 41/56] merge-recursive: Small cleanups for conflict_rename_rename_1to2
` [PATCHv2 42/56] merge-recursive: Defer rename/rename(2to1) handling until process_entry
` [PATCHv2 43/56] merge-recursive: Record more data needed for merging with dual renames
` [PATCHv2 44/56] merge-recursive: Create function for merging with branchname:file markers
` [PATCHv2 45/56] merge-recursive: Consider modifications in rename/rename(2to1) conflicts
` [PATCHv2 46/56] merge-recursive: Make modify/delete handling code reusable
` [PATCHv2 47/56] merge-recursive: Have conflict_rename_delete reuse modify/delete code
` [PATCHv2 48/56] merge-recursive: add handling for rename/rename/add-dest/add-dest
` [PATCHv2 49/56] merge-recursive: Fix working copy handling for rename/rename/add/add
` [PATCHv2 50/56] t3030: fix accidental success in symlink rename
` [PATCHv2 51/56] t6022: Add testcase for spurious "refusing to lose untracked" messages
` [PATCHv2 52/56] merge-recursive: Fix spurious 'refusing to lose untracked file...' messages
` [PATCHv2 53/56] t6022: Additional tests checking for unnecessary updates of files
` [PATCHv2 54/56] merge-recursive: Avoid unnecessary file rewrites
` [PATCHv2 55/56] t6036: criss-cross + rename/rename(1to2)/add-dest + simple modify
` [PATCHv2 56/56] merge-recursive: Fix virtual merge base for rename/rename(1to2)/add-dest
` [PATCHv2 57/57] merge-recursive: Don't re-sort a list whose order we depend upon

can we have @{U} as an alias for @{u}
 2011-08-13  7:57 UTC 

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

Linux Kernel + GIT SCM
 2011-08-13  0:01 UTC  (2+ messages)

Suggestions to make git easier to understand
 2011-08-12 22:26 UTC  (5+ messages)

[PATCH 0/7] Comments and refactoring in attr.c
 2011-08-12 21:43 UTC  (8+ messages)
` [PATCH 1/7] Add a file comment
` [PATCH 2/7] Document struct match_attr
` [PATCH 3/7] Increment num_attr in parse_attr_line(), not parse_attr()
` [PATCH 4/7] Change parse_attr() to take a pointer to struct attr_state
` [PATCH 5/7] Determine the start of the states outside of the pass loop
` [PATCH 6/7] Change while loop into for loop
` [PATCH 7/7] Unroll the loop over passes

Overriding ~/.gitconfig using GIT_CONFIG
 2011-08-12 20:44 UTC  (4+ messages)

git ls-files --error-unmatch weirdness
 2011-08-12 17:56 UTC  (3+ messages)

[BUG] Git won't commit
 2011-08-12 17:30 UTC  (3+ messages)

open files limit
 2011-08-12 17:26 UTC  (3+ messages)

[PATCH 00/11] Micro-optimizing lookup_object()
 2011-08-12 15:59 UTC  (14+ 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
` git_checkattr() is inefficient when repeated [Re: [PATCH 00/11] Micro-optimizing lookup_object()]

Bug report: git log --[num|short]stat sometimes counts lines wrong
 2011-08-12 15:21 UTC 

[PATCH] update-index: add --swap to swap index and worktree content
 2011-08-12 14:07 UTC 

[PATCH 0/3] fix data corruption in fast-import
 2011-08-12 10:32 UTC  (4+ messages)
` [PATCH 1/3] fast-import: extract object preparation function
` [PATCH 2/3] fast-import: add a check for tree delta base sha1
` [PATCH 3/3] fast-import: prevent producing bad delta

[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  (5+ messages)
` [PATCH v2 1/2] rev-parse: add option --is-well-formed-git-dir [path]
` [PATCH v2 2/2] Move git-dir for submodules

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

[RFC PATCH 0/5] Some preliminary work based on sequencer-stable
 2011-08-11 10:08 UTC  (13+ messages)
` [PATCH 3/5] revert: Allow mixed pick and revert instructions
` [PATCH 4/5] sequencer: Expose code that handles files in .git/sequencer

git-mergetool: wrap tools with 3 files only to use the BASE file instead of MERGED
 2011-08-11  9:48 UTC  (5+ 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  (4+ messages)

Documenting the 'rebase -i' workflow
 2011-08-11  7:00 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).