git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-06-07 02:09:05 to 2007-06-09 00:17:26 UTC [more...]

error: char103: premature end of data
 2007-06-09  0:17 UTC  (22+ messages)
      ` [PATCH] Fix failed tag parsing when tag object has no body/message (and thus ends with a single '\n')
              ` [PATCH 0/21] Refactor the tag object (take 2)
                ` [PATCH 01/21] Remove unnecessary code and comments on non-existing 8kB tag object restriction
                ` [PATCH 02/21] Return error messages when parsing fails
                ` [PATCH 03/21] Refactoring to make verify_tag() and parse_tag_buffer() more similar
                ` [PATCH 04/21] Refactor verification of "tagger" line to be more similar to verification of "type" and "tagger" lines
                ` [PATCH 05/21] Make parse_tag_buffer_internal() handle item == NULL
                ` [PATCH 06/21] Refactor tag name verification loop to use index 'i' instead of incrementing pointer 'tag_line'
                ` [PATCH 07/21] Copy the remaining differences from verify_tag() to parse_tag_buffer_internal()
                ` [PATCH 08/21] Switch from verify_tag() to parse_and_verify_tag_buffer() for verifying tag objects in git-mktag
                ` [PATCH 09/21] Remove unneeded code from mktag.c
                ` [PATCH 10/21] Free mktag's buffer before dying
                ` [PATCH 11/21] Rewrite error messages; fix up line lengths

fatal: serious inflate inconsistency
 2007-06-09  0:13 UTC  (13+ messages)

[RFC][PATCH 07/10] Sparse: fix "'merge_file' not declared" warning
 2007-06-08 22:22 UTC 

[RFC][PATCH 03/10] Sparse: fix some "symbol not declared" warnings (Part 1)
 2007-06-08 22:12 UTC 

[RFC][PATCH 04/10] Sparse: fix some "symbol not declared" warnings (Part 2)
 2007-06-08 22:13 UTC 

[RFC][PATCH 08/10] Sparse: fix an "incorrect type in argument n" warning
 2007-06-08 22:24 UTC 

[RFC][PATCH 09/10] Sparse: fix some "symbol 's' shadows an earlier one" warnings
 2007-06-08 22:25 UTC 

git-p4 fails when cloning a p4 depo
 2007-06-08 23:33 UTC  (8+ messages)

[PATCH] Port git-tag.sh to C
 2007-06-08 22:45 UTC 

[PATCH] Port git-tag.sh to C
 2007-06-08 22:39 UTC  (6+ messages)

[PATCH] git-p4import.py: handle paths with symlinks
 2007-06-08 22:33 UTC 

[RFC][PATCH 00/10] Sparse: Git's "make check" target
 2007-06-08 22:06 UTC 

[RFC][PATCH 01/10] Sparse: fix "non-ANSI function declaration" warnings
 2007-06-08 22:09 UTC 

[PATCH 1/2] filter-branch: Simplify parent computation
 2007-06-08 21:29 UTC  (2+ messages)

[PATCH 2/2] filter-branch: subdirectory filter needs --full-history
 2007-06-08 21:28 UTC 

gitk highlighting commits
 2007-06-08 21:11 UTC  (4+ messages)

[PATCH] Teach filter-branch about subdirectory filtering
 2007-06-08 21:05 UTC  (7+ messages)

[PATCH] make git barf when an alias changes environment variables
 2007-06-08 20:57 UTC 

Git Vs. Svn for a project which *must* distribute binaries too
 2007-06-08 20:41 UTC  (4+ messages)

how to properly import perforce history
 2007-06-08 20:22 UTC 

git-send-pack: broken handling of ref specs with wildcards
 2007-06-08 18:47 UTC  (8+ messages)
` [PATCH] Fix push with refspecs containing wildcards

clarify git clone --local --shared --reference
 2007-06-08 18:35 UTC  (8+ messages)

git-svn set-tree bug
 2007-06-08 17:25 UTC 

[PATCH] gitweb: change filename/directory name of snapshots
 2007-06-08 17:18 UTC  (4+ messages)

[PATCH] Additional white space fixes
 2007-06-08 16:54 UTC 

interaction between cvsimport and cvsexportcommit
 2007-06-08 15:11 UTC  (2+ messages)

git-svn removes merge
 2007-06-08 13:52 UTC  (2+ messages)

[PATCH v2] Remove useless uses of cat, and replace with filename arguments or redirection
 2007-06-08 12:52 UTC  (7+ messages)

[PATCH 0/6] gitweb: 'commitdiff' view improvements
 2007-06-08 11:33 UTC  (7+ messages)
` [PATCH 1/6] gitweb: Provide links to commitdiff to each parent in 'commitdiff' view
` [PATCH 2/6] gitweb: Improve "next" link in commitdiff view
` [PATCH 3/6] gitweb: Split git_patchset_body into separate subroutines
` [PATCH 4/6] gitweb: Create special from-file/to-file header for combined diff
` [PATCH 5/6] gitweb: Add links to blobdiffs in from-file/to-file header for merges
` [PATCH 6/6] gitweb: '--cc' for merges in 'commitdiff' view

Spec file for StGIT (or equivalent)
 2007-06-08 11:21 UTC  (3+ messages)

Problems with git-svnimport
 2007-06-08 10:56 UTC  (3+ messages)

fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree
 2007-06-08 10:38 UTC  (6+ messages)

[PATCH] git-branch: cleanup config file when deleting branches
 2007-06-08  8:45 UTC  (2+ messages)

[PATCH] fsck: do not crash on tag objects which do not contain an empty line
 2007-06-08  8:32 UTC  (10+ messages)

git-stash
 2007-06-08  6:52 UTC  (6+ messages)

[PATCH/RFC] filter-branch: support skipping of commits more easily
 2007-06-08  6:40 UTC  (4+ messages)

p4 + svn + git
 2007-06-08  5:31 UTC  (3+ messages)

[PATCH/RFC] filter-branch: support skipping of commits more easily
 2007-06-08  5:12 UTC  (2+ messages)

mingw Git 1.5.2.1
 2007-06-08  3:44 UTC 

Problems importing branches and tags
 2007-06-08  2:35 UTC 

[PATCH] [RFC] Generational repacking
 2007-06-07 22:51 UTC  (11+ messages)

git does the wrong thing with ambiguous names
 2007-06-07 22:51 UTC 

Refactoring the tag object; Introducing soft references (softrefs); Git 'notes' (take 2)
 2007-06-07 22:13 UTC  (3+ messages)
` [PATCH 0/6] Refactor the tag object
  ` [PATCH] Fix bug in tag parsing when thorough verification was in effect

StGIT: stgitformatversion vs. stgit.formatversion
 2007-06-07 21:55 UTC  (3+ messages)

[StGIT PATCH 0/2] Fix issues with series deletion
 2007-06-07 21:50 UTC  (2+ messages)

pull/merge --no-commit
 2007-06-07 20:51 UTC  (10+ messages)

[PATCH] Active_nr is unsigned, hence can't be < 0
 2007-06-07 20:45 UTC  (2+ messages)
` [PATCH] Missing statics

git-log fatal error in empty repo
 2007-06-07 20:29 UTC  (2+ messages)

git-cvsimport cannot handle zsh CVS repo
 2007-06-07 19:19 UTC  (2+ messages)

git-svn "cannot lock ref" error during fetch
 2007-06-07 15:37 UTC  (4+ messages)

[PATCH] cvsserver: Make req_Root more critical of its input data
 2007-06-07 14:57 UTC  (2+ messages)
` [PATCH] cvsserver: Add some useful commandline options

git does the wrong thing with ambiguous names
 2007-06-07 14:54 UTC  (6+ messages)

git-svn dcommit failure
 2007-06-07 14:04 UTC  (5+ messages)

[PATCH 1/2] Add an option to quiet git-init
 2007-06-07 12:50 UTC  (2+ messages)
` [PATCH 2/2] Quiet the output from git-init when cloning, if requested

git-svn error msg
 2007-06-07 11:22 UTC  (3+ messages)

Error trying to use dcommit
 2007-06-07  6:12 UTC 

[PATCH] Accept dates before 2000/01/01 when specified as seconds since the epoch
 2007-06-07  5:30 UTC  (5+ messages)

[ANNOUNCE] qgit new "smart browsing" feature
 2007-06-07  5:11 UTC  (5+ messages)

[PATCH] Documentation typo
 2007-06-07  2:09 UTC  (4+ messages)

What's in git.git (stable)
 2007-06-07  2:08 UTC  (7+ messages)


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