git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-04-07 17:07:38 to 2007-04-10 21:28:21 UTC [more...]

[PATCH 0/6] Initial subproject support (RFC?)
 2007-04-10 21:27 UTC  (41+ messages)
` [PATCH 1/6] diff-lib: use ce_mode_from_stat() rather than messing with modes manually
` [PATCH 2/6] Avoid overflowing name buffer in deep directory structures
` [PATCH 3/6] Add 'resolve_gitlink_ref()' helper function
` [PATCH 4/6] Add "S_IFDIRLNK" file mode infrastructure for git links
` [PATCH 5/6] Teach "fsck" not to follow subproject links
` [PATCH 6/6] Teach core object handling functions about gitlinks

Feature request - Subtree checkouts
 2007-04-10 21:10 UTC  (5+ messages)

[PATCH 13/10] tests for various pack index features
 2007-04-10 20:26 UTC 

[PATCH (resend)] Pass -C1 to git-apply in StGIT's apply_diff() and apply_patch()
 2007-04-10 19:32 UTC  (4+ messages)

[PATCH] Add "stg bury" command, with the functionnality of contrib/stg-sink
 2007-04-10 18:27 UTC 

git fsck and new repos / backup repos
 2007-04-10 18:27 UTC 

[PATCH 4/5] merge-recursive: handle D/F conflict case more carefully
 2007-04-10 18:20 UTC  (5+ messages)

Cygwin and git 1.5.1
 2007-04-10 17:39 UTC 

bug in git-archive?
 2007-04-10 14:24 UTC  (7+ messages)
` [PATCH] git-archive: document CWD effect

[PATCH] allow git-update-index work on subprojects
 2007-04-10 13:39 UTC 

[PATCH(resend)] gitweb: Allow configuring the default projects order and add order 'none'
 2007-04-10 13:30 UTC  (3+ messages)

[PATCH 11/10] allow forcing index v2 and 64-bit offset treshold
 2007-04-10 13:23 UTC  (8+ messages)

Oddities cloning over http
 2007-04-10 13:12 UTC  (2+ messages)

[RFC/PATCH] Optimized PowerPC SHA1 generation for Darwin (OS X)
 2007-04-10 13:00 UTC  (6+ messages)

git-branch and git-remotes confusion
 2007-04-10 12:33 UTC  (3+ messages)

cogito selftests failures with git 1.5.1
 2007-04-10 10:39 UTC  (2+ messages)

[PATCH 12/10] validate reused pack data with CRC when possible
 2007-04-10  4:15 UTC 

[PATCH] Documentation: show-ref: document --exclude-existing
 2007-04-10  1:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH (resend)] cvsexportcommit -p : fix the usage of git-apply -C
 2007-04-10  1:52 UTC  (2+ messages)

[PATCH 4/8] git-repack --max-pack-size: add fixup_header_footer()
 2007-04-09 23:22 UTC  (10+ messages)

sscanf/strtoul: parse integers robustly
 2007-04-09 23:01 UTC 

[PATCH] (encode_85, decode_85): Mark source buffer pointer as "const"
 2007-04-09 22:56 UTC 

support for large packs and 64-bit offsets
 2007-04-09 20:18 UTC  (24+ messages)
` [PATCH 01/10] get rid of num_packed_objects()
  ` [PATCH 02/10] make overflow test on delta base offset work regardless of variable size
    ` [PATCH 03/10] add overflow tests on pack offset variables
      ` [PATCH 04/10] compute a CRC32 for each object as stored in a pack
        ` [PATCH 05/10] compute object CRC32 with index-pack
          ` [PATCH 06/10] pack-objects: learn about pack index version 2
            ` [PATCH 07/10] index-pack: "
              ` [PATCH 08/10] sha1_file.c: learn about "
                ` [PATCH 09/10] show-index.c: learn about index v2
                  ` [PATCH 10/10] pack-redundant.c: "

[PATCH 5/8] get-repack --max-pack-size: write_object() takes 'limit' arg
 2007-04-09 20:09 UTC  (10+ messages)

incorporating the past
 2007-04-09 19:59 UTC  (3+ messages)

[PATCH 0/8] git-repack --max-pack-size
 2007-04-09 19:43 UTC  (4+ messages)

gitweb/test/Märchen has an identity crisis
 2007-04-09 19:18 UTC  (2+ messages)

[PATCH 1/8] git-repack --max-pack-size: Add new file statics and struct fields
 2007-04-09 18:38 UTC  (3+ messages)

[PATCH] git-tag: Document that -m/-F create tag objects, too
 2007-04-09 16:15 UTC  (4+ messages)

[PATCH] git-archive: make tar the default format
 2007-04-09 15:12 UTC 

How can I easily verify my diffs are in parent branch?
 2007-04-09 11:11 UTC  (5+ messages)
    ` [PATCH 1/2] git-log --cherry-pick
    ` [PATCH 2/2] Add %m to '--pretty=format:'

What's cooking in git.git (topics)
 2007-04-09  8:17 UTC 

What's in git.git (stable)
 2007-04-09  8:17 UTC 

What's cooking in git.git (topics)
 2007-04-09  6:13 UTC  (7+ messages)
  ` The index is based on blah, however, the HEAD points at different commit
    ` [PATCH 1/4] Move check_base() shell function to git-sh-setup
    ` [PATCH 2/4] Use BASE index extension in git-am
    ` [PATCH 3/4] git-read-tree --set-base=<commit>
    ` [PATCH 4/4] Teach git-reset to use index BASE extension

[bug] add Documentation/cmd-list.made to .gitignore
 2007-04-09  5:07 UTC  (3+ messages)

[PATCH 8/8] git-repack --max-pack-size: add option parsing to enable feature
 2007-04-08 23:27 UTC 

[PATCH 7/8] git-repack --max-pack-size: split packs as asked by write_object/write_one
 2007-04-08 23:26 UTC 

[PATCH 6/8] git-repack --max-pack-size: write_one() implements limits
 2007-04-08 23:25 UTC 

[PATCH 3/8] git-repack --max-pack-size: make close optional in sha1close()
 2007-04-08 23:21 UTC 

[PATCH 2/8] git-repack --max-pack-size: minor code restructuring
 2007-04-08 23:20 UTC 

Best practices for developing multiple related branches simultaneously
 2007-04-08 19:36 UTC  (3+ messages)

[PATCH 0/3] More stgit doc updates
 2007-04-08 15:12 UTC  (4+ messages)
` [PATCH 1/3] Fix doc cross-refs
` [PATCH 2/3] Make the documentation of options more consistent
` [PATCH 3/3] Stop advertising 'pull' as the only operation blocked on protected stacks

[PATCH 0/3] cvsserver: small corrections and bring documentation up to speed
 2007-04-08  8:44 UTC  (5+ messages)
` [PATCH 1/3] cvsserver: small corrections to asciidoc documentation
  ` [PATCH 2/3] cvsserver: Corrections to the database backend configuration
    ` [PATCH 3/3] cvsserver: Add asciidoc documentation for new "

[PATCH] git-svn: fix log command to avoid infinite loop on long commit messages
 2007-04-08  7:59 UTC 

[PATCH] git-svn: dcommit/rebase confused by patches with git-svn-id: lines
 2007-04-08  7:59 UTC 

[PATCH 5/5] t3030: merge-recursive backend test
 2007-04-08  5:17 UTC  (2+ messages)

[PATCH 09/13] drop objects larger than --blob-limit if specified
 2007-04-08  1:53 UTC  (4+ messages)

[PATCH 2/5] Treat D/F conflict entry more carefully in unpack-trees.c::threeway_merge()
 2007-04-08  0:29 UTC  (4+ messages)

[RFC] git pull and importers
 2007-04-07 23:12 UTC  (7+ messages)

[PATCH 0/4] StGIT documentation updates
 2007-04-07 21:37 UTC  (5+ messages)
` [PATCH 1/4] Fix typo in help string
` [PATCH 2/4] Don't use section 7 for main manpage
` [PATCH 3/4] Add doc for 'clone' and 'init'
` [PATCH 4/4] Add doc for 'branch'

How can git pull be up-to-date and git push fail?
 2007-04-07 21:32 UTC  (10+ messages)

[PATCH 1/5] t1000: fix case table
 2007-04-07 18:01 UTC  (2+ 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).