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

[PATCH] Add --no-reuse-delta, --window, and --depth options to git-gc
 2007-06-11  6:31 UTC  (12+ 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

git-gui 0.7.3
 2007-06-11  6:26 UTC 

git-svn set-tree bug
 2007-06-11  5:52 UTC  (10+ messages)

[Qgit RFC] commit --amend
 2007-06-11  5:45 UTC  (5+ messages)

git commit --amend -F ?
 2007-06-11  5:05 UTC 

git-svn - creating a tag in a cloned SVN repository
 2007-06-11  4:26 UTC  (2+ messages)

[PATCH] Introduce light weight commit annotations
 2007-06-11  2:09 UTC  (12+ messages)

Please pull mergetool.git
 2007-06-11  1:55 UTC  (6+ messages)

error: char103: premature end of data
 2007-06-11  1:11 UTC  (71+ 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 04/21] Refactor verification of "tagger" line to be more similar to verification of "type" and "tagger" lines
    ` [PATCH 09/21] Remove unneeded code from mktag.c
    ` [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 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 10/21] Free mktag's buffer before dying
` [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 0/6] gitweb: 'commitdiff' view improvements
 2007-06-11  0:36 UTC  (2+ messages)

[StGIT PATCH 0/4] Cleanups of the Series object
 2007-06-11  0:33 UTC  (5+ messages)
` [StGIT PATCH 1/4] Use get/set_name for a stack's name
` [StGIT PATCH 2/4] Abstract a PatchSet object out of Series
` [StGIT PATCH 3/4] Move stack format-version checks into Stack class
` [StGIT PATCH 4/4] Rename branch.*.stgitformatversion to branch.*.stgit.stackformatversion

[PATCH 5/5] Add gitmodules(5)
 2007-06-11  0:04 UTC 

[PATCH 4/5] git-submodule: give submodules proper names
 2007-06-11  0:03 UTC 

[PATCH 3/5] Rename sections from "module" to "submodule" in .gitmodules
 2007-06-11  0:01 UTC 

[PATCH 2/5] git-submodule: remember to checkout after clone
 2007-06-11  0:01 UTC 

[PATCH 1/5] t7400: barf if git-submodule removes or replaces a file
 2007-06-11  0:00 UTC 

[PATCH 0/5] misc. submodule related changes
 2007-06-10 23:59 UTC 

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

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

[PATCH] git-svn: cache max revision in rev_db databases
 2007-06-10 21:47 UTC  (2+ messages)

Documentation updates
 2007-06-10 21:43 UTC  (2+ messages)

[StGIT PATCH not for master, v2] Use gitk --argscmd in contrib/stg-gitk
 2007-06-10 21:40 UTC 

[ANNOUNCE] qgit-2.0rc1
 2007-06-10 21:36 UTC  (15+ messages)

[PATCH] git-svn: use git-log rather than rev-list | xargs cat-file
 2007-06-10 21:24 UTC  (2+ messages)

[PATCH 0/3] submodule improvements
 2007-06-10 21:14 UTC  (18+ messages)
` [PATCH 1/3] git-submodule: allow submodule name and path to differ
` [PATCH 2/3] Add gitmodules(5)

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

Refactoring the tag object; Introducing soft references (softrefs); Git 'notes' (take 2)
 2007-06-10 19:42 UTC  (27+ 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] Change softrefs file format from text (82 bytes per entry) to binary (40 bytes per entry)
  ` Comment on weak refs

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)

[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 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  (3+ messages)
` [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  (3+ 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 


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