git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-08-27 13:27:24 to 2012-08-30 15:54:51 UTC [more...]

Funny 'git describe --contains' output
 2012-08-30 15:54 UTC  (18+ messages)
    ` [PATCH 0/3] "git name-rev --weight"
      ` [PATCH 1/3] name-rev: lose unnecessary typedef
      ` [PATCH 2/3] name_rev: clarify when a new tip-name is assigned to a commit
      ` [PATCH 3/3] name-rev: --weight option (WIP)

[RFH] .mailmap late summer cleaning
 2012-08-30 14:21 UTC  (3+ messages)

relative objects/info/alternates doesn't work on remote SMB repo
 2012-08-30 13:34 UTC  (6+ messages)

[PATCH 0/5] optimize fast-forward checks
 2012-08-30 13:24 UTC  (21+ messages)
` [PATCH 1/5] in_merge_bases(): support only one "other" commit
` [PATCH 2/5] receive-pack: use in_merge_bases() for fast-forward check
` [PATCH 3/5] http-push: "
` [PATCH 4/5] in_merge_bases(): omit unnecessary redundant common ancestor reduction
` [PATCH 5/5] (BROKEN) get_merge_bases_many(): walk from many tips in parallel
          ` [PATCH 1/2] basic priority queue implementation
          ` [PATCH 2/2] commit: use a priority queue in merge base functions

[PATCH] checkout: verify new branch name's validity early
 2012-08-30 12:45 UTC  (14+ messages)
  ` [PATCH 0/3] Refactor checkout option handling
    ` [PATCH 1/3] checkout: pass "struct checkout_opts *" as const pointer
    ` [PATCH 2/3] checkout: reorder option handling
          ` [PATCH v2 1/3] checkout: pass "struct checkout_opts *" as const pointer
            ` [PATCH v2 2/3] checkout: move more parameters to struct checkout_opts
            ` [PATCH v2 3/3] checkout: reorder option handling
              ` [PATCH v3 "
    ` [PATCH 3/3] checkout: move branch guessing code out as a separate function

dangling submodule references after rebase
 2012-08-30  9:56 UTC 

Bringing a bit more sanity to $GIT_DIR/objects/info/alternates?
 2012-08-30  9:53 UTC  (6+ messages)
  ` GC of alternate object store (was: Bringing a bit more sanity to $GIT_DIR/objects/info/alternates?)
      ` GC of alternate object store

[PATCH v2] Thunderbird: fix appp.sh format problems
 2012-08-30  8:48 UTC 

[PATCH] Thunderbird: fix appp.sh format problems
 2012-08-30  8:31 UTC 

git blame shows wrong "Not commited yet" entries
 2012-08-30  8:26 UTC 

[PATCH] test: some testcases failed if cwd is on a symlink
 2012-08-30  5:26 UTC  (9+ messages)
` [PATCH v2] test: set the realpath of CWD as TRASH_DIRECTORY

[PATCH v2 0/6] describe --contains / name-rev --weight
 2012-08-30  3:50 UTC  (7+ messages)
` [PATCH v2 1/6] name-rev: lose unnecessary typedef
` [PATCH v2 2/6] name_rev: clarify the logic to assign a new tip-name to a commit
` [PATCH v2 3/6] name-rev: --weight option
` [PATCH v2 4/6] name-rev --weight: cache the computed weight in notes
` [PATCH v2 5/6] name-rev --weight: tests and documentation
` [PATCH v2 6/6] describe --contains: use "name-rev --weight"

What's cooking in git.git (Aug 2012, #09; Wed, 29)
 2012-08-29 23:09 UTC 

"warning: There are too many unreachable loose objects; run 'git prune' to remove them."
 2012-08-29 21:16 UTC 

dangling submodule references after rebase
 2012-08-29 20:19 UTC  (2+ messages)

(minor concern) git using the pager should not be a default
 2012-08-29 17:50 UTC  (3+ messages)

[PATCH 0/4] Re: cherry-pick and 'log --no-walk' and ordering
 2012-08-29 17:42 UTC  (9+ messages)
` [PATCH v2 0/3] revision (no-)walking in order
  ` [PATCH v2 1/3] teach log --no-walk=unsorted, which avoids sorting
  ` [PATCH v2 2/3] demonstrate broken 'git cherry-pick three one two'
  ` [PATCH v2 3/3] cherry-pick/revert: respect order of revisions to pick
    ` [PATCH] Martin von Zweigbergk has a new e-mail address

git-rerere vs rebase --skip
 2012-08-28 22:55 UTC  (2+ messages)

I think git show is broken
 2012-08-28 22:45 UTC  (5+ messages)

[PATCH/RFC] Add gui.displayuntracked option
 2012-08-28 20:46 UTC 

[PATCH 1/2] Support for setitimer() on platforms lacking it
 2012-08-28 20:15 UTC  (2+ messages)

git checkout -t -B
 2012-08-28 20:01 UTC  (7+ messages)

libgit2 status
 2012-08-28 18:36 UTC  (11+ messages)

[RFC v2 PATCH] Teach rm to remove submodules unless they contain a git directory
 2012-08-28 18:29 UTC  (3+ messages)

diff/merge tool that ignores whitespace changes
 2012-08-28 18:08 UTC  (4+ messages)

git no longer prompting for password
 2012-08-28 18:06 UTC  (15+ messages)
          ` [PATCH 0/8] fix password prompting for "half-auth" servers
            ` [PATCH 7/8] http: factor out http error code handling
            ` [PATCH 8/8] http: prompt for credentials on failed POST

[PATCH v7 00/16] GSOC remote-svn
 2012-08-28 18:01 UTC  (26+ messages)
` [PATCH v7 01/16] Implement a remote helper for svn in C
  ` [PATCH v7 02/16] Add git-remote-testsvn to Makefile
    ` [PATCH v7 03/16] Add svndump_init_fd to allow reading dumps from arbitrary FDs
      ` [PATCH v7 04/16] Add argv_array_detach and argv_array_free_detached
        ` [PATCH v7 05/16] Connect fast-import to the remote-helper via pipe, adding 'bidi-import' capability
          ` [PATCH v7 06/16] Add documentation for the 'bidi-import' capability of remote-helpers
            ` [PATCH v7 07/16] When debug==1, start fast-import with "--stats" instead of "--quiet"
              ` [PATCH v7 08/16] remote-svn, vcs-svn: Enable fetching to private refs
                ` [PATCH v7 09/16] Allow reading svn dumps from files via file:// urls
                  ` [PATCH v7 10/16] vcs-svn: add fast_export_note to create notes
                    ` [PATCH v7 11/16] Create a note for every imported commit containing svn metadata
                      ` [PATCH v7 12/16] remote-svn: Activate import/export-marks for fast-import
                        ` [PATCH v7 13/16] remote-svn: add incremental import
                          ` [PATCH v7 14/16] Add a svnrdump-simulator replaying a dump file for testing
                            ` [PATCH v7 15/16] remote-svn: add marks-file regeneration
                              ` [PATCH v7 16/16] Add a test script for remote-svn

in_merge_bases() is too expensive for recent "pu" update
 2012-08-28 16:03 UTC  (5+ messages)

Utilisateurs francophones de systèmes de gestion de code source
 2012-08-28 15:17 UTC 

[RFC v2 0/4] GSOC: prepare svndump for branch detection
 2012-08-28  9:15 UTC  (5+ messages)
` [RFC v2 1/4] svndump: move struct definitions to .h
  ` [RFC v2 2/4] vcs-svn/svndump: restructure node_ctx, rev_ctx handling
    ` [RFC v2 3/4] vcs-svn/svndump: rewrite handle_node(), begin|end_revision()
      ` [RFC v2 4/4] vcs-svn: remove repo_tree

What's cooking in git.git (Aug 2012, #08; Mon, 27)
 2012-08-28  2:43 UTC 

[PATCH v2 0/7] Gettext poison fixes
 2012-08-28  1:27 UTC  (12+ messages)
` [PATCH "
  ` [PATCH v2 1/7] Fix tests under GETTEXT_POISON on relative dates
    ` [PATCH v2 2/7] Fix tests under GETTEXT_POISON on git-stash
      ` [PATCH v2 3/7] Fix tests under GETTEXT_POISON on diffstat
        ` [PATCH v2 4/7] Fix tests under GETTEXT_POISON on git-apply
          ` [PATCH v2 5/7] Fix tests under GETTEXT_POISON on pack-object
  ` [PATCH v2 6/7] Fix tests under GETTEXT_POISON on git-remote

[PATCH v3 0/7] Gettext poison fixes
 2012-08-27 22:59 UTC  (8+ messages)
` [PATCH v3 1/7] Fix tests under GETTEXT_POISON on relative dates
  ` [PATCH v3 2/7] Fix tests under GETTEXT_POISON on git-stash
    ` [PATCH v3 3/7] Fix tests under GETTEXT_POISON on diffstat
      ` [PATCH v3 4/7] Fix tests under GETTEXT_POISON on git-apply
        ` [PATCH v3 5/7] Fix tests under GETTEXT_POISON on pack-object
          ` [PATCH v3 6/7] Fix tests under GETTEXT_POISON on git-remote
            ` [PATCH v3 7/7] Fix tests under GETTEXT_POISON on parseopt

[PATCH 0/3] Improve branch UI for setting upstream information
 2012-08-27 21:33 UTC  (7+ messages)
` [PATCH 2/3] branch: add --unset-upstream option

'git --grep' doesn't grep notes?
 2012-08-27 19:09 UTC  (2+ messages)

synchronization with Subversion
 2012-08-27 18:42 UTC  (2+ messages)

[PATCH 00/17] Clean up how fetch_pack() handles the heads list
 2012-08-27 16:55 UTC  (8+ messages)
` [PATCH 04/17] Name local variables more consistently

exporting a .git file ?
 2012-08-27 15:40 UTC  (8+ 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).