git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-06-08 00:42:50 to 2007-06-09 21:39:07 UTC [more...]

error: char103: premature end of data
 2007-06-09 21:39 UTC  (41+ 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] Silence error messages unless 'thorough_verify' is set
              ` [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
              ` [PATCH 12/21] Use prefixcmp() instead of memcmp() for cleaner code with less magic numbers
              ` [PATCH 13/21] Collect skipping of header field names and calculation of line lengths in one place
              ` [PATCH 14/21] Add proper parsing of "tagger" line, but only when thorough_verify is set
              ` [PATCH 15/21] Make tag names (i.e. the tag object's "tag" line) optional
              ` [PATCH 16/21] Introduce optional "keywords" on tag objects
              ` [PATCH 17/21] Update comments on tag objects in mktag.c
              ` [PATCH 18/21] git-fsck: Do thorough verification of tag objects
              ` [PATCH 19/21] Documentation/git-mktag: Document the changes in tag object structure
              ` [PATCH 20/21] git-mktag tests: Expand on mktag selftests according to the new "
              ` [PATCH 21/21] Add fsck_verify_ref_to_tag_object() to verify that refname matches name stored in tag object

[PATCH 0/3] submodule improvements
 2007-06-09 21:38 UTC  (4+ messages)
` [PATCH 1/3] git-submodule: allow submodule name and path to differ
` [PATCH 2/3] Add gitmodules(5)
` [PATCH 3/3] t7400: barf if git-submodule removes or replaces a file

fatal: serious inflate inconsistency
 2007-06-09 21:12 UTC  (14+ messages)

[PATCH 1/2] filter-branch: Simplify parent computation
 2007-06-09 20:44 UTC  (3+ messages)

[PATCH] git-remote show: Also shorten non-fast-forward refs in the 'push' listing
 2007-06-09 20:34 UTC 

git-svn dcommit failure
 2007-06-09 20:22 UTC  (7+ messages)

git-svn "cannot lock ref" error during fetch
 2007-06-09 20:06 UTC  (4+ messages)

Attributes for commits
 2007-06-09 18:48 UTC  (3+ messages)

Is this an acceptable workflow in git-svn, or a user error?
 2007-06-09 19:38 UTC  (2+ messages)

[StGIT PATCH 0/2] Fix issues with series deletion
 2007-06-09 18:43 UTC  (3+ messages)

That improved git-gui blame viewer
 2007-06-09 18:29 UTC  (2+ messages)

[PATCH] Port git-tag.sh to C
 2007-06-09 18:26 UTC  (3+ messages)

Refactoring the tag object; Introducing soft references (softrefs); Git 'notes' (take 2)
 2007-06-09 18:25 UTC  (10+ messages)
` [PATCH 0/7] Introduce soft references (softrefs)
  ` [PATCH 1/7] Softrefs: Add softrefs header file with API documentation
  ` [PATCH 2/7] Softrefs: Add implementation of softrefs API
  ` [PATCH 3/7] Softrefs: Add git-softref, a builtin command for adding, listing and administering softrefs
  ` [PATCH 4/7] Softrefs: Add manual page documenting git-softref and softrefs subsystem in general
  ` [PATCH 5/7] Softrefs: Add testcases for basic softrefs behaviour
  ` [PATCH 6/7] Softrefs: Administrivia associated with softrefs subsystem and git-softref builtin
  ` [PATCH 7/7] Teach git-mktag to register softrefs for all tag objects
  ` [PATCH] Change softrefs file format from text (82 bytes per entry) to binary (40 bytes per entry)

[PATCH] Introduce light weight commit annotations
 2007-06-09 17:55 UTC 

[ANNOUNCE] tig 0.7
 2007-06-09 17:47 UTC  (4+ messages)
` [PATCH] Add autoconf-based build infrastructure for tig

[StGIT PATCH 1/2] Have series show empty hidden patches as hidden rather than empty
 2007-06-09 17:25 UTC  (2+ messages)
` [StGIT PATCH 2/2] Have mail take the default for --prefix from stgit.mail.prefix

[PATCH] git-mergetool: Allow gvimdiff to be used as a mergetool
 2007-06-09 17:17 UTC  (3+ messages)

[PATCH] Correct tenses in documentation
 2007-06-09 17:05 UTC  (2+ messages)

[RFC] git integrated bugtracking
 2007-06-09 16:23 UTC  (3+ messages)

problems with cloning; http vs git protocols?
 2007-06-09 15:57 UTC  (3+ messages)

[PATCH 1/2] Show html help with git-help --html
 2007-06-09 15:03 UTC  (2+ messages)

Git requires zip?
 2007-06-09 14:37 UTC  (5+ messages)
  ` [PATCH] t5000: skip ZIP tests if unzip was not found
    ` [PATCH] t5000: silence unzip availability check

[PATCH] git-branch: cleanup config file when deleting branches
 2007-06-09 12:35 UTC  (3+ messages)

[PATCH 1/5] remote.c: refactor match_explicit_refs()
 2007-06-09  9:21 UTC  (5+ messages)
` [PATCH 2/5] remote.c: refactor creation of new dst ref
` [PATCH 3/5] remote.c: minor clean-up of match_explicit()
` [PATCH 4/5] remote.c: fix "git push" weak match disambiguation
` [PATCH 5/5] remote.c: "git-push frotz" should update what matches at the source

[RFC][PATCH 10/10] Sparse: fix a "symbol 'weak_match' shadows an earlier one" warning
 2007-06-09  8:07 UTC  (2+ messages)

[RFC][PATCH 00/10] Sparse: Git's "make check" target
 2007-06-09  7:08 UTC  (2+ messages)

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

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

[RFC][PATCH 02/10] Sparse: fix some "using integer as NULL pointer" warnings
 2007-06-08 22:10 UTC 

[PATCH 2/2] filter-branch: subdirectory filter needs --full-history
 2007-06-09  2:40 UTC  (2+ messages)

git-log fatal error in empty repo
 2007-06-09  2:31 UTC  (3+ messages)

git-p4 fails when cloning a p4 depo
 2007-06-09  0:32 UTC  (9+ 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 

[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 01/10] Sparse: fix "non-ANSI function declaration" warnings
 2007-06-08 22:09 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  (3+ 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  (6+ 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  (2+ messages)

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

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

git-stash
 2007-06-08  6:52 UTC  (2+ 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 


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