git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-06-10 06:37:07 to 2007-06-11 14:01:27 UTC [more...]

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

Adding empty directory gives bogus error message
 2007-06-11 13:39 UTC  (5+ messages)
  ` [PATCH 1/3] refactor dir_add_name
  ` [PATCH 2/3] dir_struct: add collect_ignored option
  ` [PATCH 3/3] builtin-add: simplify (and increase accuracy of) exclude handling

Please pull mergetool.git
 2007-06-11 13:31 UTC  (7+ messages)

[PATCH]: git-cherry: Document 'limit' command-line option
 2007-06-11 12:56 UTC 

[PATCH] git-svn: cache max revision in rev_db databases
 2007-06-11 11:43 UTC  (3+ messages)

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

[PATCH] Introduce light weight commit annotations
 2007-06-11 10:25 UTC  (17+ messages)

[RFC] git integrated bugtracking
 2007-06-11 10:00 UTC  (19+ messages)

Does anyone have any benchmarks against CVS?
 2007-06-11  9:47 UTC  (3+ messages)

[PATCH] Avoid double-slash in path names that depend on $(sharedir)
 2007-06-11  9:10 UTC  (3+ messages)

[PATCH] Remove an odd "available" from git-mergetool message regarding no merge tools
 2007-06-11  9:01 UTC 

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

[PATCH] git-svn: use git-log rather than rev-list | xargs cat-file
 2007-06-11  7:34 UTC  (3+ messages)

That improved git-gui blame viewer
 2007-06-11  6:42 UTC  (2+ messages)

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

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

error: char103: premature end of data
 2007-06-11  1:11 UTC  (53+ 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 05/21] Make parse_tag_buffer_internal() handle item == NULL
    ` [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 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 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 

[PATCH] Port git-tag.sh to C
 2007-06-10 22:22 UTC  (8+ 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)

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


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