git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2008-08-20 19:37:16 to 2008-08-21 21:40:11 UTC [more...]

[PATCH 0/4] Proposed patches
 2008-08-21 21:39 UTC  (4+ messages)
` [PATCH 3/4] Convert git_id() to the new id format

[PATCH] filter-branch: Grok special characters in tag names
 2008-08-21 21:34 UTC  (6+ messages)

[PATCH] gitweb: ref markers link to named shortlogs
 2008-08-21 21:32 UTC  (2+ messages)

[RFC] Git User's Survey 2008
 2008-08-21 21:26 UTC  (11+ messages)
` [RFC v2] "

[PATCH] git-p4: Fix one-liner in p4_write_pipe function
 2008-08-21 21:11 UTC 

Push over WebDAV and hooks
 2008-08-21 21:15 UTC  (4+ messages)

Call Me Gitless
 2008-08-21 21:14 UTC  (20+ messages)
        ` [PATCH 1/3] sha1_object_info(): pay attention to cached objects
        ` [PATCH 2/3] cached_object: learn empty blob
        ` [PATCH 3/3] git-add --intent-to-add (-N)

[JGIT PATCH 1/4] Simplify and micro-optimize WorkingTreeIterator.ENTRY_CMP
 2008-08-21 20:57 UTC  (4+ messages)
` [JGIT PATCH 2/4] Support post order tree handling during TreeWalk
  ` [JGIT PATCH 3/4] Micro-optimize TreeWalk's exitSubtree implementation
    ` [JGIT PATCH 4/4] Add getNameString to TreeWalk to get only the last path component

[JGIT PATCH] Added forward slash to head/remote/tag prefix Constants
 2008-08-21 20:55 UTC 

Bug/problem with 1.6.0 on UnixWare
 2008-08-21 20:45 UTC  (7+ messages)

Git Errors for local refs
 2008-08-21 20:24 UTC  (2+ messages)

Suggestion: "man git clone"
 2008-08-21 20:18 UTC  (10+ messages)

[EGIT PATCH 00/31] Push GUI, GUI improvements, various jgit stuff
 2008-08-21 20:16 UTC  (16+ messages)
        ` Git-aware Issue Tracking?

[PATCH] allow user aliases for the --author parameter
 2008-08-21 20:02 UTC  (6+ messages)

1.6.0: where is git-gui?
 2008-08-21 19:41 UTC  (7+ messages)

[PATCH] config.mak.in: Pass on LDFLAGS from configure
 2008-08-21 19:38 UTC 

(unknown)
 2008-08-21 19:15 UTC 

[PATCH] git-submodule.sh - Remove trailing / from URL if found
 2008-08-21 18:00 UTC  (5+ messages)

[PATCH] Extend "checkout --track" DWIM to support more cases
 2008-08-21 17:23 UTC  (7+ messages)

Local branch ahead of tracked remote branch but git push claims everything up-to-date
 2008-08-21 16:55 UTC  (12+ messages)

[kernel.org users] README and ChangeLog files
 2008-08-21 16:32 UTC  (3+ messages)

rev-list --reverse --full-history --parents with path limiter disconnects history
 2008-08-21 16:27 UTC 

[PATCH] Make reflog query '@{1219188291}' act as '@{2008/08/19 16:24:51}'
 2008-08-21 15:40 UTC  (8+ messages)

[JGit Patch v2 1/7] Add a POM file for setting JGit library as a Maven project
 2008-08-21 15:19 UTC  (8+ messages)
` [JGit Patch v2 2/7] Add test resources to a new package structured directory
  ` [JGit Patch v2 3/7] Add test resources directory as a classpath entry
    ` [JGit Patch v2 4/7] Use test resources from classpath
      ` [JGit Patch v2 5/7] Add script for adding second pack for test purpose
          ` [JGit Patch v2 7/7] Add ignore list for mavenized JGit

[JGIT PATCH] Typo in implementation of pack protocol
 2008-08-21 15:02 UTC  (5+ messages)

Git Error
 2008-08-21 13:57 UTC 

git help broken
 2008-08-21 14:21 UTC  (5+ messages)
      ` [PATCH] Fix 'git help help'

Git Error for local refs
 2008-08-21 13:58 UTC 

[BUG] git completion do sed on binary file
 2008-08-21 14:06 UTC  (11+ messages)
` [PATCH] bash-completion: fix getting strategy list

[PATCH] add --no-verify to git-merge and git-pull
 2008-08-21 13:00 UTC 

What's cooking in git.git (Aug 2008, #06; Wed, 20)
 2008-08-21 12:55 UTC  (7+ messages)
  ` [PATCH] test-lib: do not remove trash_directory if called with --debug

[PATCH] add a pre-merge hook
 2008-08-21 12:09 UTC 

[PATCH] provide more errors for the "merge into empty head" case
 2008-08-21 12:14 UTC 

Bug/problem compile problem with 1.6.0 pn SCO OpenServer 6.0
 2008-08-21 11:00 UTC 

[JGIT PATCH] Allow make_jgit.sh compilation under Cygwin or Mingw (MsysGit) with Windows JDK
 2008-08-21  9:48 UTC  (3+ messages)

[PATCH] compat/snprintf.c: handle snprintf's that always return the # chars transmitted
 2008-08-21  8:06 UTC  (2+ messages)

git am with MIME
 2008-08-21  7:31 UTC  (6+ messages)

Problem with git-svn
 2008-08-21  6:34 UTC  (4+ messages)

[PATCHv2 1/2] Make xdi_diff_outf interface for running xdiff_outf diffs
 2008-08-21  6:29 UTC  (6+ messages)
` [PATCHv3 "

0001-Detailed-tools-useful-when-resolving-merge-conflicts.patch
 2008-08-21  5:53 UTC  (2+ messages)

[BUG?] git log does not decorate when custom format is used
 2008-08-21  5:02 UTC  (9+ messages)
` [PATCH 2/2] allow '%d' pretty format specifier to show decoration
  ` "log --pretty=format:" language

[PATCH] Update t/.gitignore to ignore all trash directories
 2008-08-21  3:10 UTC  (2+ messages)

[JGit Patch 1/6] Add a POM file for setting JGit library as a Maven project
 2008-08-21  2:47 UTC  (4+ messages)
  ` [JGit Patch 3/6] Add test resources directory as a classpath entry
    ` [JGit Patch 4/6] Use test resources from classpath
      ` [JGit Patch 5/6] Add script for adding second pack for test purpose

[PATCH] * remote.c (valid_fetch_refspec): remove useless if-before-free test
 2008-08-21  2:42 UTC  (7+ messages)

[tig PATCH] continue updates when pipe read has errno "Success"
 2008-08-21  1:40 UTC 

[PATCH] revision.h: make show_early_output an extern which is defined in revision.c
 2008-08-21  0:34 UTC 

What's in git.git (Aug 2008, #05; Wed, 20)
 2008-08-21  0:30 UTC 

[PATCH] Add hints to revert documentation about other ways to undo changes
 2008-08-20 23:52 UTC  (5+ messages)

What's cooking in git.git (Aug 2008, #05; Tue, 19)
 2008-08-20 22:42 UTC  (6+ messages)

diff --check is stupid about blank lines
 2008-08-20 22:39 UTC  (7+ messages)

[BUG] pull faulty 'not uptodate'
 2008-08-20 22:35 UTC  (7+ messages)
  ` [bug] "
    ` "git-merge": allow fast-forwarding in a stat-dirty tree

The state and future of the git/mingw** reposiories?
 2008-08-20 21:22 UTC  (3+ messages)

git for-each-ref crashes for %(body) with tags
 2008-08-20 20:41 UTC  (3+ messages)

[EGIT PATCH 1/2] Refactor SSH key loading so we don't duplicate keys
 2008-08-20 20:38 UTC  (4+ messages)
` [EGIT PATCH 2/2] Honor ~/.ssh/config whenever possible during SSH based transport


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