git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2008-06-26 23:43:25 to 2008-06-28 02:58:17 UTC [more...]

An alternate model for preparing partial commits
 2008-06-28  2:57 UTC  (36+ messages)
  ` [PATCH/RFC] stash: introduce 'stash save --keep-index' option

[PATCH 00/15] Build in merge
 2008-06-28  2:38 UTC  (21+ messages)
` [PATCH 01/15] Move split_cmdline() to alias.c
  ` [PATCH 02/15] Move commit_list_count() to commit.c
    ` [PATCH 03/15] Move parse-options's skip_prefix() to git-compat-util.h
      ` [PATCH 04/15] Add new test to ensure git-merge handles pull.twohead and pull.octopus
        ` [PATCH 05/15] Move read_cache_unmerged() to read-cache.c
          ` [PATCH 06/15] git-fmt-merge-msg: make it usable from other builtins
            ` [PATCH 07/15] Introduce get_octopus_merge_bases() in commit.c
              ` [PATCH 08/15] Add new test to ensure git-merge handles more than 25 refs
                ` [PATCH 09/15] Introduce get_merge_bases_many()
                  ` [PATCH 10/15] Introduce reduce_heads()
                    ` [PATCH 11/15] Add strbuf_vaddf(), use it in strbuf_addf(), and add strbuf_initf()
                      ` [PATCH 12/15] strbuf_vaddf(): support %*s, too
                        ` [PATCH 13/15] Add new test case to ensure git-merge reduces octopus parents when possible
                          ` [PATCH 14/15] Add new test case to ensure git-merge prepends the custom merge message
                            ` [PATCH 15/15] Build in merge
                          ` [PATCH 13/13] "

update-index --assume-unchanged doesn't make things go fast
 2008-06-28  2:03 UTC  (8+ messages)

An alternate model for preparing partial commits
 2008-06-28  1:56 UTC  (2+ messages)

An alternate model for preparing partial commits
 2008-06-28  1:23 UTC 

[PATCH] cmd_reset: don't trash uncommitted changes unless told to
 2008-06-28  0:06 UTC  (15+ messages)

[PATCH] git-apply doesn't handle same name patches well [V4]
 2008-06-28  0:06 UTC  (2+ messages)

[ANNOUNCE] GIT 1.5.6
 2008-06-28  0:05 UTC  (11+ messages)
` A note from the maintainer
  ` 'next' will be rewound shortly

Installation Guide
 2008-06-27 23:41 UTC  (3+ messages)

bug related to branches using / in name
 2008-06-27 23:37 UTC  (9+ messages)
    ` [PATCH] fetch: report local storage errors in status table
    ` [PATCH 2/2] fetch: give a hint to the user when local refs fail to update

[EGIT PATCH 00/23] Push implementation
 2008-06-27 23:25 UTC  (25+ messages)
` [EGIT PATCH 01/23] Fix: let FetchProcess use fetch() instead of doFetch()
  ` [EGIT PATCH 02/23] RefUpdate: new possible result Result.IO_FAILURE
    ` [EGIT PATCH 03/23] Refactor TrackingRefUpdate to not hold RefSpec
      ` [EGIT PATCH 04/23] New constructor without RefSpec for TrackingRefUpdate
        ` [EGIT PATCH 05/23] Add RemoteRefUpdate class
          ` [EGIT PATCH 06/23] Refactor: extract superclass OperationResult from FetchResult
            ` [EGIT PATCH 07/23] Add PushResult class
              ` [EGIT PATCH 08/23] Support for fetchThin and pushThin options in Transport
                ` [EGIT PATCH 09/23] Big refactor: *Connection hierarchy
                  ` [EGIT PATCH 10/23] Add ignoreMissingUninteresting option to PackWriter
                    ` [EGIT PATCH 11/23] Add BasePackPushConnection implementing git-send-pack protocol
                      ` [EGIT PATCH 12/23] Fix: let RevWalk reset correctly before isMergedInto()
                        ` [EGIT PATCH 13/23] Add PushProcess class implementing git-send-pack logic
                          ` [EGIT PATCH 14/23] Clarify Repository#resolve() documentation
                            ` [EGIT PATCH 15/23] Add String versions of methods in RefSpec
                              ` [EGIT PATCH 16/23] Transport* - general support for push() and implementations
                                ` [EGIT PATCH 17/23] Test cases for PushProcess
                                  ` [EGIT PATCH 18/23] Test cases for RefSpec to RemoteRefUpdate conversions
                                    ` [EGIT PATCH 19/23] Repository search for command line tools
                                      ` [EGIT PATCH 20/23] Push command line utility
                                        ` [EGIT PATCH 21/23] Don't accept RefSpec with null source for fetch
                                          ` [EGIT PATCH 22/23] Add new handy constructors to TransportException, PackProtocolException
                                            ` [EGIT PATCH 23/23] Use new TransportException constructors

git@vger.kernel.org
 2008-06-27 23:19 UTC  (5+ messages)
` Adding a 'version' command to the server (was: git@vger.kernel.org)
  ` Adding a 'version' command to the server

[TOY PATCH] git bisect: introduce 'fixed' and 'unfixed'
 2008-06-27 23:03 UTC  (8+ messages)
    ` [NON-TOY "
          ` [PATCH, next version] "

BUG (v1.5.6.1): ./configure missing check for zlib.h
 2008-06-27 23:03 UTC  (5+ messages)

Using url.insteadOf in git-clone
 2008-06-27 22:40 UTC  (7+ messages)
` [PATCH 1/2] clone: respect the settings in $HOME/.gitconfig and /etc/gitconfig
  ` [PATCH 2/2] clone: respect url.insteadOf setting in global configs

[PATCH] shrink git-shell by avoiding redundant dependencies
 2008-06-27 22:34 UTC  (4+ messages)

is rebase the same as merging every commit?
 2008-06-27 21:51 UTC  (11+ messages)

Make test on AIX
 2008-06-27 21:13 UTC 

found some nice git scripts
 2008-06-27 20:49 UTC 

[RFC/PATCH] Documentation: Don't assume git-sh-setup and git-parse-remote are in the PATH
 2008-06-27 20:10 UTC 

Ramifications of a git-sh-setup outside the PATH
 2008-06-27 19:00 UTC 

can you push from a bare repository??
 2008-06-27 18:41 UTC  (3+ messages)

octopus limit
 2008-06-27 17:46 UTC  (9+ messages)
  ` [PATCH] commit-tree: lift completely arbitrary limit of 16 parents

apply --recount, was Re: [PATCH v4] git-add--interactive: manual hunk editing mode
 2008-06-27 17:43 UTC  (4+ messages)
` [PATCH 1/3] Allow git-apply to ignore the hunk headers (AKA recountdiff)

Determining if two commits are on a separate branch
 2008-06-27 15:17 UTC  (3+ messages)

pread() over NFS (again) [1.5.5.4]
 2008-06-27 14:50 UTC  (10+ messages)

possible 'git cp'/how does git detect copies
 2008-06-27 13:16 UTC  (6+ messages)

[PATCH 00/13] Build in merge
 2008-06-27 13:17 UTC  (13+ messages)
` [PATCH 09/13] Add new test to ensure git-merge handles more than 25 refs
  ` [PATCH 10/13] Introduce get_merge_bases_many()
    ` [PATCH 11/13] Introduce reduce_heads()
      ` [PATCH 12/13] Build in merge

git serve
 2008-06-27 12:19 UTC 

Errors building git-1.5.6 from source on Mac OS X 10.4.11
 2008-06-27  8:43 UTC  (5+ messages)

is rebase the same as merging every commit?
 2008-06-27  8:34 UTC  (5+ messages)

[PATCH] git-gui: Implement "Stage/Unstage Line"
 2008-06-27  7:22 UTC 

[PATCH v2] pre-commit hook should ignore carriage returns at EOL
 2008-06-27  4:24 UTC  (9+ messages)

git svn clone a non-standard repository
 2008-06-27  1:06 UTC  (5+ messages)

git-gui fails to start
 2008-06-27  0:23 UTC 

[PATCH] show_stats(): fix stats width calculation
 2008-06-27  0:18 UTC 

[PATCH] Documentation: remove {show,whatchanged}.difftree config options
 2008-06-27  0:17 UTC 

[PATCH] Ask for "git program" when asking for "git-program" over SSH connection
 2008-06-26 23:42 UTC  (13+ messages)
            ` [PATCH] daemon: accept "git program" as well


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