git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-08-10 02:26:15 to 2008-08-11 20:47:34 UTC [more...]

[PATCH 0/2] Avoid run_command() for recursive in builtin-merge
 2008-08-11 20:46 UTC  (15+ 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] builtin-revert.c: Make use of merge_recursive()

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

[PATCH] git-submodule - Add 'foreach' subcommand
 2008-08-11 20:40 UTC  (9+ messages)

[RFC PATCH] Documentation: rev-list-options: clarify history simplification with paths
 2008-08-11 20:39 UTC  (8+ messages)

clone branching?
 2008-08-11 20:39 UTC  (3+ messages)

pack operation is thrashing my server
 2008-08-11 20:10 UTC  (17+ 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)

Bizarre french translation - fixes
 2008-08-11 19:19 UTC  (4+ messages)
` [PATCH] Update french translation

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

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

[PATCH] Make cherry-pick use rerere for conflict resolution
 2008-08-11 18:47 UTC  (9+ messages)
  ` [PATCH v2] "

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

RFC: Allow missing objects during packing
 2008-08-11 18:28 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 

[PATCH] git-svn: Make it scream by minimizing temp files
 2008-08-11 15:53 UTC  (12+ 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

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

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

Re* git diff/log --check exitcode and PAGER environment variable
 2008-08-11  6:46 UTC  (9+ messages)
` [PATCH] Teach git log --check to return an appropriate error code
  ` 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 "

Two-step tag fetching
 2008-08-11  2:43 UTC  (3+ messages)

[StGit] kha/{safe,experimental} updated
 2008-08-10 23:58 UTC  (4+ messages)
` [StGit PATCH] Read several objects at once with git cat-file --batch

No -rc3 today
 2008-08-10 22:37 UTC 

Git vs Monotone
 2008-08-10 22:15 UTC  (2+ messages)

[ANNOUNCE] TopGit - A different patch queue manager
 2008-08-10 20:54 UTC  (6+ messages)
` linearising TopGit forests into patch series (was: [ANNOUNCE] TopGit - A different patch queue manager)

Git tree/blob and corresponding commit
 2008-08-10 20:44 UTC  (3+ messages)

[PATCH 2/2] builtin-reflog: fix deletion of HEAD entries
 2008-08-10 20:22 UTC  (6+ messages)
      ` [PATCH] builtin-reflog: Allow reflog expire to name partial ref

[PATCH 0/2] gitweb use sections
 2008-08-10 19:45 UTC  (5+ messages)

[PATCH 00/12] Allow users to access Perforce repositories requiring authentication
 2008-08-10 18:26 UTC  (13+ messages)
` [PATCH 01/12] Create a specific version of the read_pipe_lines command for p4 invocations
  ` [PATCH 02/12] Utilise the new 'p4_read_pipe_lines' command
    ` [PATCH 03/12] Have a command that specifically invokes 'p4' (via system)
      ` [PATCH 04/12] Utilise the new 'p4_system' function
        ` [PATCH 05/12] Add a single command that will be used to construct the 'p4' command
          ` [PATCH 06/12] If we are in verbose mode, output what we are about to run (or return)
            ` [PATCH 07/12] Switch to using 'p4_build_cmd'
              ` [PATCH 08/12] If the user has configured various parameters, use them
                ` [PATCH 09/12] Consistently use 'git-p4' for the configuration entries
                  ` [PATCH 10/12] Move git-p4.syncFromOrigin into a configuration parameters section
                    ` [PATCH 11/12] Put some documentation in about the parameters that have been added
                      ` [PATCH 12/12] Put in the two other configuration elements found in the source

[PATCH 2/3] Teach git diff-tree --stdin to diff trees
 2008-08-10 17:04 UTC  (10+ messages)
` [PATCH 2/3 v2] "
      ` [PATCH v3 0/4] "
        ` [PATCH v3 1/4] Refactoring: Split up diff_tree_stdin
        ` [PATCH v3 2/4] diff-tree: Note that the commit ID is printed with --stdin
        ` [PATCH v3 3/4] Teach git diff-tree --stdin to diff trees
        ` [PATCH v3 4/4] Add test for diff-tree --stdin with two trees

[PATCH] Documentation: fix invalid reference to 'mybranch' in user manual
 2008-08-10 16:22 UTC 

[PATCH] Fix typo in comments of longest_ancestor_length()
 2008-08-10 15:26 UTC 

git-remote rm and multiple remotes
 2008-08-10 15:23 UTC 

[RFH] filter-branch: ancestor detection weirdness
 2008-08-10 14:02 UTC  (2+ messages)
` [PATCH] filter-branch: use --simplify-merges

[PATCH] Documentation: rev-list-options: Fix -g paragraph formatting
 2008-08-10 13:04 UTC 

small merge tool for temporary merges
 2008-08-10 10:46 UTC  (2+ messages)

[PATCH] git gui: visually wrap lines of commit message
 2008-08-10  9:25 UTC  (9+ messages)

[tig] Feeding specific revisions to tig
 2008-08-10  9:16 UTC  (7+ messages)

[EGIT PATCH 00/11] Misc. cleanups and improvements
 2008-08-10  8:46 UTC  (12+ messages)
` [EGIT PATCH 01/11] Fix RawParseUtils.endOfParagraph to work on all corner cases
  ` [EGIT PATCH 02/11] Add test case for the RevCommit parsing code
    ` [EGIT PATCH 03/11] Notify AbstractTreeIterator implementations of skipped tree entries
      ` [EGIT PATCH 04/11] Allow AbstractTreeIterator subclasses to supply their own path array
        ` [EGIT PATCH 05/11] Allow WorkingTreeIterators to define their prefix path when created
          ` [EGIT PATCH 06/11] Add getTree to TreeWalk for locating the current iterator instance
            ` [EGIT PATCH 07/11] Allow WorkingTreeIterator to track last modified time for entries
              ` [EGIT PATCH 08/11] Expose the current entry's length, last modified in WorkingTreeIterator
                ` [EGIT PATCH 09/11] Expose idBuffer,idOffset in AbstractTreeIterator to applications
                  ` [EGIT PATCH 10/11] Add a TreeWalk iterator implementation for IContainer
                    ` [EGIT PATCH 11/11] Teach NB how to encode/decode an unsigned 16 bit integer

[QGIT RFC] Unit tests for QGit
 2008-08-10  7:55 UTC  (3+ messages)

[PATCH 0/3] Enable parallelized tests
 2008-08-10  7:33 UTC  (7+ messages)
` [PATCH 3/3] Enable parallel tests
      ` [PATCH] tests: use $TEST_DIRECTORY to refer to the t/ directory

git-gui 0.11.0 tagged
 2008-08-10  7:07 UTC 

keeping /etc under git with etckeeper
 2008-08-10  3:15 UTC  (2+ messages)

[PATCH] jgit: create a branch command
 2008-08-10  2:27 UTC  (2+ messages)


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