git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-06-09 09:22:06 to 2007-06-10 21:20:19 UTC [more...]

git-svn - creating a tag in a cloned SVN repository
 2007-06-10 20:42 UTC 

[PATCH 0/3] submodule improvements
 2007-06-10 21:14 UTC  (19+ 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

Documentation updates
 2007-06-10 20:54 UTC 

Adding empty directory gives bogus error message
 2007-06-10 20:46 UTC 

[PATCH] Introduce light weight commit annotations
 2007-06-10 19:53 UTC  (5+ messages)

Please pull mergetool.git
 2007-06-10 19:55 UTC  (2+ messages)

Refactoring the tag object; Introducing soft references (softrefs); Git 'notes' (take 2)
 2007-06-10 19:42 UTC  (33+ messages)
` [PATCH 0/7] Introduce soft references (softrefs)
  ` [PATCH 1/7] Softrefs: Add softrefs header file with API documentation
      ` [PATCH] Teach git-gc to merge unsorted softrefs
  ` [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)
  ` Comment on weak refs

error: char103: premature end of data
 2007-06-10 19:16 UTC  (69+ 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 02/21] Return error messages when parsing fails
          ` [PATCH] Silence error messages unless 'thorough_verify' is set
                ` [PATCH 0/4] Restructure the tag object
                  ` [PATCH 1/4] Make tag names (i.e. the tag object's "tag" line) optional
                  ` [PATCH 2/4] Introduce optional "keywords" on tag objects
                  ` [PATCH 3/4] Documentation/git-mktag: Document the changes in tag object structure
                  ` [PATCH 4/4] git-mktag tests: Expand on mktag selftests according to the new "
    ` [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] Move check for already parsed tag object to parse_tag_buffer() wrapper function
    ` [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 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] Use xstrndup() instead of xmalloc() and memcpy(); fix buglet with generating default item->keywords
          ` [PATCH] Fail if tag name and keywords is not within "printable ASCII"
` [PATCH 03/21] Refactoring to make verify_tag() and parse_tag_buffer() more similar

[ANNOUNCE] qgit-2.0rc1
 2007-06-10 18:10 UTC  (14+ messages)

git-svn set-tree bug
 2007-06-10 17:27 UTC  (4+ messages)

[Qgit RFC] commit --amend
 2007-06-10 15:08 UTC 

[RFC] git integrated bugtracking
 2007-06-10 14:02 UTC  (16+ messages)

[PATCH] Port git-tag.sh to C
 2007-06-10 12:37 UTC  (4+ messages)

StGIT: stgitformatversion vs. stgit.formatversion
 2007-06-10 11:01 UTC  (4+ messages)

[StGIT PATCH] Don't use patches/<branch>/current
 2007-06-10  9:55 UTC  (8+ messages)
` [StGIT PATCH 0/6] New and improved DAG appliedness series
  ` [StGIT PATCH 1/6] Verify patch status during the test
  ` [StGIT PATCH 2/6] Make use of the get_patch() utility function
  ` [StGIT PATCH 3/6] Compute patch appliedness from commit DAG
  ` [StGIT PATCH 4/6] Test the new DAG appliedness machinery
  ` [StGIT PATCH 5/6] Fix bash completion after the DAG appliedness patch
  ` [StGIT PATCH 6/6] Speed up the appliedness test

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

[PATCH] git-svn: cache max revision in rev_db databases
 2007-06-10  9:04 UTC 

[PATCH] git-svn: use git-log rather than rev-list | xargs cat-file
 2007-06-10  9:00 UTC 

[SGIT PATCH 0/3] Assorted fixes
 2007-06-10  8:40 UTC  (3+ messages)
` [PATCH 1/3] Robustify rebase test: check patches are reapplied

Is this an acceptable workflow in git-svn, or a user error?
 2007-06-10  7:49 UTC  (4+ messages)

[PATCH] Add --no-reuse-delta, --window, and --depth options to git-gc
 2007-06-10  7:40 UTC  (9+ messages)
` [PATCH] Add --no-reuse-delta, --window, and --depth options to
  ` [PATCH] Add pack.depth option to git-pack-objects and change default depth to 50
    ` [PATCH] Add --no-reuse-delta option to git-gc

[PATCH 1/2] filter-branch: Simplify parent computation
 2007-06-10  7:14 UTC  (3+ messages)

[PATCH 1/5] remote.c: refactor match_explicit_refs()
 2007-06-10  6:59 UTC  (4+ messages)
` [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
  ` [PATCH 6/5] git-push: Update description of refspecs and add examples

Attributes for commits
 2007-06-10  2:10 UTC  (4+ messages)

fatal: serious inflate inconsistency
 2007-06-10  0:50 UTC  (14+ messages)

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

[PATCH] Whitespace: replace spaces with tabs
 2007-06-09 22:25 UTC 

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

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

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

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)


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