git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-08-11 03:41:46 to 2008-08-12 16:45:58 UTC [more...]

[PATCH 0/2] Avoid run_command() for recursive in builtin-merge
 2008-08-12 16:45 UTC  (23+ messages)
` [PATCH 1/2] merge-recursive: prepare merge_recursive() to be called from builtins
  ` [PATCH 2/2] builtin-merge: avoid run_command_v_opt() for recursive
            ` [PATCH] Add a new test to ensure merging a submodule is handled properly
` [PATCH] builtin-revert.c: Make use of merge_recursive()
        ` [PATCH] builtin-revert: "
            ` [PATCH] Split out merge_recursive() to merge-recursive.c

RFC: Allow missing objects during packing
 2008-08-12 16:41 UTC  (7+ messages)
        ` [PATCH] pack-objects: Allow missing base objects when creating thin packs

TOPGIT: [PATCH] Use standard prefix and DESTDIR rather than explain
 2008-08-12 16:34 UTC  (2+ messages)

TopGit: problem with patch series generation
 2008-08-12 16:25 UTC  (2+ messages)

Why doesn't git-apply remove empty file
 2008-08-12 16:17 UTC 

[PATCH] git-svn: Make it scream by minimizing temp files
 2008-08-12 16:01 UTC  (14+ messages)
` [PATCH 0/3] git-svn and temporary file improvements
  ` [PATCH 1/3] Git.pm: Add faculties to allow temp files to be cached
    ` [PATCH 2/3] git-svn: Make it scream by minimizing temp files
      ` [PATCH 3/3] git-svn: Reduce temp file usage when dealing with non-links
      ` [PATCH 2/3] git-svn: Make it incrementally faster by minimizing temp files

Summer of Code 2008 Midterm Summary
 2008-08-12 15:25 UTC  (2+ messages)

TOPGIT: [PATCH] tg create: add --force option to resolve merge dependencies
 2008-08-12 15:02 UTC  (3+ messages)

[PATCH 1/2] gitattributes: Document built in hunk header patterns
 2008-08-12 14:24 UTC  (2+ messages)
` [PATCH 2/2] Teach git diff about BibTeX head hunk patterns

fastest way to check if dir is a workdir
 2008-08-12 13:01 UTC  (2+ messages)

How to edit commit messages?
 2008-08-12 12:49 UTC  (4+ messages)

tried submodules and corrupted repo
 2008-08-12 12:42 UTC 

Thunderbird: issues with applying saved patches
 2008-08-12 12:28 UTC  (2+ messages)

git filter-branch --subdirectory-filter, still a mistery
 2008-08-12 12:11 UTC  (17+ messages)
` [RFH] filter-branch: ancestor detection weirdness
          ` [PATCH] filter-branch: use --simplify-merges
                    ` [PATCH 0/3] filter-branch --subdirectory-filter improvements
                    ` [PATCH 1/3] filter-branch: Extend test to show rewriting bug
                    ` [PATCH 2/3] filter-branch: fix ref rewriting with --subdirectory-filter
                    ` [PATCH 3/3] filter-branch: use --simplify-merges

[BUG?] rebase -i -p leaves index changed
 2008-08-12  9:16 UTC 

How to fork
 2008-08-12  9:09 UTC  (2+ messages)

Git rebase UI
 2008-08-12  9:13 UTC  (2+ messages)

tried submodules and corrupted repo
 2008-08-12  8:09 UTC 

clone branching?
 2008-08-12  7:34 UTC  (4+ messages)

[PATCH] Make cherry-pick use rerere for conflict resolution
 2008-08-12  7:02 UTC  (12+ messages)
  ` [PATCH v2] "

[TopGit PATCH] Ignore tg-export and tg-export.txt
 2008-08-12  6:56 UTC 

Help reverting a particular file
 2008-08-12  6:15 UTC  (3+ messages)

[PATCH] diff --check: do not unconditionally complain about trailing empty lines
 2008-08-12  5:21 UTC 

[TopGit PATCH v2] tg-create.sh: Support for multiple {to,cc,bcc} options
 2008-08-12  5:14 UTC  (3+ messages)

[PATCH] git-submodule - Add 'foreach' subcommand
 2008-08-12  1:45 UTC  (8+ messages)
      ` [PATCH] git-submodule foreach - Include output and clarify usage

[EGIT PATCH 00/26] New DirCache API
 2008-08-12  1:08 UTC  (26+ messages)
` [EGIT PATCH 01/26] Force all source code to UTF-8 encoding by default
  ` [EGIT PATCH 02/26] Protect WorkingTreeIterator's name encoding from weird ByteBuffers
    ` [EGIT PATCH 03/26] Add Constants.encode as a utility for quick encoding in UTF-8
      ` [EGIT PATCH 04/26] Rely upon Constants.CHARSET over Constants.CHARACTER_ENCODING
        ` [EGIT PATCH 05/26] Allow AbstractTreeIterators to find out about StopWalkExceptions
          ` [EGIT PATCH 06/26] Implement a new .git/index (aka dircache) read interface
            ` [EGIT PATCH 07/26] Export the new DirCache API to Eclipse plugins using jgit
              ` [EGIT PATCH 08/26] Support locking (and unlocking) a .git/index through DirCache
                ` [EGIT PATCH 09/26] Support writing "
                  ` [EGIT PATCH 10/26] Support the 'TREE' extension in "
                    ` [EGIT PATCH 11/26] Support using a DirCache within a TreeWalk
                      ` [EGIT PATCH 12/26] Support recreating a .git/index through DirCache
                        ` [EGIT PATCH 13/26] Support iterating and building a DirCache at the same time
                          ` [EGIT PATCH 14/26] Support creating a new DirCacheEntry for an arbitrary path
                            ` [EGIT PATCH 15/26] Support a simplified model of editing index entries
                              ` [EGIT PATCH 16/26] Support recursively getting all entries under a subtree path
                                ` [EGIT PATCH 17/26] Support copying meta fields from one DirCacheEntry to another
                                  ` [EGIT PATCH 18/26] Add JUnit tests for new DirCache API
                                      ` [EGIT PATCH 20/26] Allow the new DirCacheIterator in command line arguments
                                        ` [EGIT PATCH 21/26] Add debugging commands to interact with the new DirCache code
                                          ` [EGIT PATCH 22/26] Add a basic command line implementation of rm
                                            ` [EGIT PATCH 23/26] Rewrite GitMoveDeleteHook to use DirCacheBuilder
                                              ` [EGIT PATCH 24/26] Teach GitMoveDeleteHook how to move a folder recursively
                                                ` [EGIT PATCH 25/26] Rewrite UntrackOperation to use DirCacheBuilder
                                                  ` [EGIT PATCH 26/26] Rewrite AssumeUnchangedOperation to use DirCache

[RFC PATCH] Documentation: rev-list-options: clarify history simplification with paths
 2008-08-11 23:55 UTC  (9+ messages)
    ` [PATCH 1/3] Documentation: rev-list-options: Fix a typo
    ` [PATCH 2/3] Documentation: rev-list-options: Rewrite simplification descriptions for clarity
    ` [PATCH 3/3] Documentation: rev-list-options: move --simplify-merges documentation

[PATCH] Add "extern" qualifier to function declarations in header files
 2008-08-11 23:32 UTC 

[PATCH] Adjust for the new way of enabling the default post-update hook
 2008-08-11 23:15 UTC  (4+ messages)

[ANNOUNCE] TopGit v0.2
 2008-08-11 23:09 UTC 

[PATCH] Fix commit_tree() buffer leak
 2008-08-11 22:35 UTC 

[PATCH 0/3] Teach git diff-tree --stdin to diff trees
 2008-08-11 22:28 UTC  (5+ messages)
` [PATCH 2/3] "

What's in git.git (Aug 2008, #02; Mon, 11)
 2008-08-11 22:06 UTC 

What's cooking in git.git (Aug 2008, #02; Mon, 11)
 2008-08-11 22:06 UTC 

Bizarre french translation - fixes
 2008-08-11 22:04 UTC  (8+ messages)
` [PATCH] Update french translation
    ` [PATCH] git-gui: "
      ` [PATCH] git-gui: update all remaining translations to French

[PATCH] Add option hooks.emaildiff to include full diff in post-receive-email
 2008-08-11 21:20 UTC 

[PATCH] Add option hooks.emaildiff to include full diff in post-receive-email
 2008-08-11 21:01 UTC 

[BUG/PATCH] Revert "gitk: Arrange to kill diff-files & diff-index on quit"
 2008-08-11 20:44 UTC  (7+ messages)
  ` [PATCH] gitk: make diff and tree display work reliably again
    ` [PATCH (GITK BUGFIX)] gitk: Allow safely calling nukefile from a run queue handler

pack operation is thrashing my server
 2008-08-11 20:10 UTC  (13+ messages)

[JGIT PATCH] Allow jgit to load additional user classes
 2008-08-11 19:54 UTC 

git-bisect: weird usage of read(1)
 2008-08-11 19:47 UTC  (15+ messages)

How to replace a single corrupt, packed object?
 2008-08-11 18:59 UTC  (9+ messages)

[PATCH] checkout --track: make up a sensible branch name if '-b' was omitted
 2008-08-11 18:54 UTC  (7+ messages)

[PATCH] Do not talk about "diff" in rev-list documentation
 2008-08-11 18:46 UTC 

Converting from svn to git
 2008-08-11 17:46 UTC  (6+ messages)

[PATCH] git-bisect: fix wrong usage of read(1)
 2008-08-11 17:37 UTC 

streamed vcs-pkg presentation including TopGit in 2 hours
 2008-08-11 16:40 UTC 

git gc does not discard objects found in alternate unless the alternate storage is packed
 2008-08-11 14:33 UTC  (4+ messages)
    ` git gc does not discard objects found in alternate unless the?alternate "

git-bisect: weird usage of read(1)
 2008-08-11 14:00 UTC 

BUG: path issues in git-daemon and git-shell
 2008-08-11 10:48 UTC 

[PATCH] filter-branch: be more helpful when an annotated tag changes
 2008-08-11 10:43 UTC  (3+ messages)
` [TOY PATCH] filter-branch: add option --delete-unchanged

[RFC] Plumbing-only support for storing object metadata
 2008-08-11 10:11 UTC  (11+ messages)

SSL + mod_dav + Git
 2008-08-11  9:44 UTC  (2+ messages)

[PATCH] Teach git log --check to return an appropriate error code
 2008-08-11  6:46 UTC  (4+ messages)
` PATCH v2 0/2 Trying patch again
  ` [PATCH v2 1/2] Teach git log --check to return an appropriate exit code
    ` [PATCH v2 2/2] Teach git log --exit-code "


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 NNTP newsgroup(s).