git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2008-12-12 09:09:16 to 2008-12-14 16:22:31 UTC [more...]

[PATCH] remove unnecessary 'if'
 2008-12-14 16:21 UTC  (2+ messages)

How to maintain private/secret/confidential branch
 2008-12-14 16:13 UTC  (5+ messages)

[RFC/PATCH 4/3] gitweb: Incremental blame (proof of concept)
 2008-12-14 16:11 UTC  (3+ messages)
` [RFC/PATCH v2] "
  ` [RFC] gitweb: Incremental blame - suggestions for improvements

[PATCH] Add support for an info version of the user manual
 2008-12-14 14:30 UTC  (2+ messages)

Announce: TortoiseGit 0.1 preview version
 2008-12-14 13:48 UTC  (7+ messages)

What's cooking in git.git (Dec 2008, #02; Sun, 14)
 2008-12-14 13:15 UTC  (7+ messages)

New script to convert p4 repositories to git - git-p4c version 1
 2008-12-14 13:11 UTC  (2+ messages)

Followup: management of OO files - warning about "rezip" approach
 2008-12-14 13:08 UTC 

TortoiseGit
 2008-12-14 12:26 UTC  (3+ messages)

is gitosis secure?
 2008-12-14 11:42 UTC  (13+ messages)

[PATCH] Let git remote accept up as alias to update
 2008-12-14 11:25 UTC  (2+ messages)

[PATCH] bash completion: remove deprecated --prune from git-gc
 2008-12-14 11:23 UTC  (6+ messages)

[PATCH] git-fast-import possible memory corruption problem
 2008-12-14 10:45 UTC  (4+ messages)

[PATCH] Simplified GIT usage guide
 2008-12-14 10:33 UTC  (27+ messages)

TortoiseGit
 2008-12-14  9:46 UTC 

What's in git.git (Dec 2008, #02; Sun, 14)
 2008-12-14  8:24 UTC 

[PATCH v2] git-sh-setup: Fix scripts whose PWD is a symlink into a git work-dir
 2008-12-14  3:54 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 2/2] gitweb: support hiding projects from user-visible lists
 2008-12-14  2:34 UTC  (4+ messages)
      ` Sending a threaded patch series with Evolution

[PATCH] autodetect number of CPUs by default when using threads
 2008-12-14  2:20 UTC  (5+ messages)
  ` [PATCH] pack-objects: don't use too many threads with few objects

[PATCH 1/2] gitweb: allow access to forks with strict_export
 2008-12-14  2:06 UTC  (6+ messages)

Git weekly news: 2008-50
 2008-12-14  2:14 UTC  (3+ messages)

[PATCH] gitweb: Add option to put a trailing slash on pathinfo-style project URLs
 2008-12-14  1:43 UTC  (7+ messages)
` [PATCH try 2] "

gitweb and unicode special characters
 2008-12-13 22:08 UTC  (7+ messages)

Optimizing cloning of a high object count repository
 2008-12-13 21:50 UTC  (7+ messages)

[JGIT PATCH 1/2] Add raw buffer fetch methods to FileHeader, HunkHeader
 2008-12-13 21:26 UTC  (4+ messages)
` [JGIT PATCH 2/2] Add getPatchText functions to obtain the plain-text version of a patch

Adding Exit status documentation to all git commands starting with git status
 2008-12-13 20:04 UTC  (2+ messages)

[patch] Fix a corner case in git update-index --index-info
 2008-12-13 19:29 UTC  (2+ messages)

Saving patches from this list
 2008-12-13 13:28 UTC  (6+ messages)

[PATCH] guilt: add option guilt.diffstat
 2008-12-13 13:17 UTC  (5+ messages)

characterizing commits
 2008-12-13  8:52 UTC  (2+ messages)

[PATCH] git-branch: display sha1 on branch deletion
 2008-12-13  6:31 UTC  (5+ messages)
    ` [PATCH v2] "

What's cooking in git.git (Nov 2008, #06; Wed, 26)
 2008-12-13  5:51 UTC  (17+ messages)

[JGIT PATCH 00/12] Patch API bug fixes and diff --cc suport
 2008-12-12 23:19 UTC  (14+ messages)
` [JGIT PATCH 01/12] Assert the HunkHeader.getFileHeader returns the right file
  ` [JGIT PATCH 02/12] Add tests to cover more methods of BinaryHunk
    ` [JGIT PATCH 03/12] Add a simple toString to FormatError to facilitate debugging
      ` [JGIT PATCH 04/12] Allow FileHeader to create its HunkHeader children
        ` [JGIT PATCH 05/12] Refactor the old/pre-image data in HunkHeader to support >1 ancestor
          ` [JGIT PATCH 06/12] Assert the ChunkHeader.OldImage.getId uses FileHeader.getOldImage
            ` [JGIT PATCH 07/12] Allow a stray LF at the end of a hunk
              ` [JGIT PATCH 08/12] Fix HunkHeader start line when parsing "@@ -1 +1 @@" style headers
                ` [JGIT PATCH 09/12] Add test cases for parsing "\ No newline at end of file" style patches
                  ` [JGIT PATCH 10/12] Use FileMode.MISSING when a file is added or deleted rather than null
                    ` [JGIT PATCH 11/12] Add a test for delta binary patch parsing and fix a bug in it
                      ` [JGIT PATCH 12/12] Add support for parsing "diff --cc" style patches
                        ` [JGIT PATCH 12/12 v2] "

[JGIT PATCH 00/15] More patch parsing support
 2008-12-12 23:18 UTC  (12+ messages)
` [JGIT PATCH 01/15] Correct use of TemporaryBuffer in Patch
  ` [JGIT PATCH 02/15] Add tests for TemporaryBuffer
    ` [JGIT PATCH 03/15] Add IntList as a more efficient representation of List<Integer>
` [JGIT PATCH 14/15] Abstract the hunk header testing into a method
  ` [JGIT PATCH 15/15] Treat "diff --combined" the same as "diff --cc"
      ` [JGIT PATCH 15/15 v2] "

[PATCH] "git svn clone" fails when tags have illegal url characters in them
 2008-12-12 22:46 UTC 

Updates to the previous mergetool patches
 2008-12-12 22:11 UTC  (4+ messages)
` [PATCH 1/2] mergetool: Add prompt to continue after failing to merge a file
  ` [PATCH 2/2] mergetool: Don't keep temporary merge files unless told to

[PATCH 0/41] JGIT patch api series
 2008-12-12 22:09 UTC 

Unable to index file
 2008-12-12 20:33 UTC  (5+ messages)

GitLib2
 2008-12-12 20:18 UTC  (2+ messages)

diff -b / -w and empty diffs
 2008-12-12 17:57 UTC 

[patch] documentation: Explain how to free up space after filter-branch
 2008-12-12 17:42 UTC 

[PATCH 2/3] gitweb: Cache $parent_commit info in git_blame()
 2008-12-12 17:20 UTC  (4+ messages)
` [PATCH 2/3 (edit v2)] "

Clarifying "invalid tag signature file" error message from git filter-branch (and others)
 2008-12-12 16:53 UTC  (10+ messages)

[PATCH 1/2] cvsserver: add option to configure commit message
 2008-12-12 15:24 UTC  (2+ messages)
` [PATCH 2/2] cvsserver: change generation of CVS author names

[JGIT PATCH] Fix typos in comments / testcase output
 2008-12-12 15:30 UTC  (2+ messages)

help needed: Splitting a git repository after subversion migration
 2008-12-12 14:49 UTC  (5+ messages)

[PATCH] Fix t7606 on Cygwin: for some reasont it does not recognize a "." in PATH
 2008-12-12 14:01 UTC  (2+ messages)

after first git clone of linux kernel repository there are changed files in working dir
 2008-12-12 13:51 UTC  (6+ messages)
      ` Fwd: "

[PATCH] gitweb: Optional grouping of projects by category
 2008-12-12  9:26 UTC  (4+ messages)
` [PATCH v3 3/3] "


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