git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-05-26 17:47:09 to 2009-05-28 18:04:04 UTC [more...]

[PATCH WIP 0/4] Special code path for large blobs
 2009-05-28 18:03 UTC  (6+ messages)
` [PATCH WIP 1/4] convert.c: refactor in order to skip conversion early without looking into file content
  ` [PATCH WIP 2/4] sha1_file.c: add streaming interface for reading blobs
    ` [PATCH WIP 3/4] write_entry: use streaming interface for checkout large files
      ` [PATCH WIP 4/4] index_fd: support indexing "

[PATCH v2 1/2] compat: add a mkstemps() compatibility function
 2009-05-28 17:44 UTC  (5+ messages)
` [PATCH v2 2/2] diff: generate prettier filenames when using GIT_EXTERNAL_DIFF

Problem with large files on different OSes
 2009-05-28 17:41 UTC  (26+ messages)

Bug in git-cvsexportcommit: can't commit files which have been removed from CVS
 2009-05-28 16:53 UTC 

git-svn clone problem
 2009-05-28 17:22 UTC  (5+ messages)

[PATCH] bash: display git prompt in case of merge conflict during rebase
 2009-05-28 17:01 UTC  (2+ messages)

[RFC/PATCH 0/2] OpenSolaris 2008.11 portability fixes
 2009-05-28 16:46 UTC  (3+ messages)
` [RFC/PATCH 1/2] Teach Solaris that _XOPEN_SOURCE=600 really menas XPG6

What is the mechanism of a git checkout?
 2009-05-28 16:26 UTC  (2+ messages)

[PATCH] refuse to merge during a merge
 2009-05-28 16:12 UTC  (3+ messages)

exit status = 1 from git fetch -t
 2009-05-28 14:56 UTC  (3+ messages)

[RFC][StGit PATCH] Add support for merge-friendly branches
 2009-05-28 14:51 UTC  (5+ messages)
  ` Fwd: "

[PATCH] Add -k option to cvsexportcommit to squash CVS keywords
 2009-05-28 13:36 UTC 

Recover broken git index?
 2009-05-28 12:43 UTC  (3+ messages)

Survey on DVCS usage and experience
 2009-05-28 11:55 UTC  (2+ messages)

git-svn: importing internal externals
 2009-05-28 11:25 UTC  (2+ messages)

Strangely hosed git install
 2009-05-28 10:11 UTC  (8+ messages)

[PATCH v3 1/2] compat: add a mkstemps() compatibility function
 2009-05-28  9:43 UTC  (2+ messages)
` [PATCH v3 2/2] diff: generate prettier filenames when using GIT_EXTERNAL_DIFF

[PATCH] Showing stash state in bash prompt
 2009-05-28  9:40 UTC  (2+ messages)
` [RFC PATCH] Documentation: teach stash/pop workflow instead of stash/apply

Segfault in "git remote show <remote-name>"
 2009-05-28  9:26 UTC  (5+ messages)
` [PATCH 1/2] fix segfault showing an empty remote
  ` [PATCH 2/2] match_refs: search ref list tail internally

git-svn dcommits messages not in UTF-8 charset to mod_dav_svn?
 2009-05-28  8:18 UTC  (3+ messages)
  ` [PATCH] git-svn: refuse to dcommit non-UTF-8 messages

[PATCH] bisect: display first bad commit without forking a new process
 2009-05-28  8:04 UTC  (4+ messages)

[PATCH TopGit 1/3] tg-push: remove useless warning of missing bases for non-tgish branches
 2009-05-28  7:24 UTC  (5+ messages)
` [TopGit PATCH v2 2/3] tg-push: prevent multiple occurences of branches
  ` [TopGit PATCH v2 3/3] tg-push: handle non-tgish branches

[PATCH] tg-update: fix user visible typo in info msg
 2009-05-28  7:18 UTC  (2+ messages)

[BUG] "git-mergetool -t emerge" does not fully die on Ctrl-C
 2009-05-28  6:05 UTC  (2+ messages)

How to share config and hooks ?
 2009-05-28  5:54 UTC  (3+ messages)

[PATCH 1/2] http.c: prompt for SSL client certificate password
 2009-05-28  3:16 UTC  (2+ messages)
` [PATCH 2/2] http.c: add http.sslCertNoPass option

RFE: "git bisect reverse"
 2009-05-28  3:11 UTC  (12+ messages)

[PATCH 1/4] Makefile: use /usr/ucb/install on SunOS platforms rather than ginstall
 2009-05-28  2:17 UTC  (4+ messages)
` [PATCH 2/4] Makefile: add NEEDS_RESOLV to optionally add -lresolv to compile arguments
  ` [PATCH 3/4] Makefile: add section for SunOS 5.7
    ` [PATCH 4/4] Makefile: introduce SANE_TOOL_PATH for prepending required elements to PATH

[PATCH] t8005: fix typo, it's ISO-8859-5, not KOI8-R
 2009-05-28  1:57 UTC 

git log missing last line of output
 2009-05-27 23:06 UTC  (5+ messages)

[EGIT PATCH 2/6] Add ref rename support to JGit
 2009-05-27 22:08 UTC  (12+ messages)
` [EGIT PATCH 00/10] Rename support
  ` [EGIT PATCH 01/10] Make sure we get the right storage for loose/pack/loose and packed refs
    ` [EGIT PATCH 02/10] Add a toString for debugging to RemoteRefUpdate
      ` [EGIT PATCH 03/10] Add a toString to LockFile
        ` [EGIT PATCH 04/10] Add more tests for RefUpdate
          ` [EGIT PATCH 05/10] Do not write to the reflog unless the refupdate logmessage is set
            ` [EGIT PATCH 06/10] Add a utility method for shortening long ref names to short ones
              ` [EGIT PATCH 07/10] Set a nice reflog message in the branch command
                ` [EGIT PATCH 08/10] Add ref rename support to JGit
                  ` [EGIT PATCH 09/10] Add ref rename support to the branch dialog
                    ` [EGIT PATCH 10/10] Improve error reporting in "

[PATCHv3 0/4] git-am foreign patch support
 2009-05-27 21:20 UTC  (6+ messages)
` [PATCHv3 1/4] git-am foreign patch support: introduce patch_format
  ` [PATCHv3 2/4] git-am foreign patch support: autodetect some patch formats
    ` [PATCHv3 3/4] git-am foreign patch support: StGIT support
      ` [PATCHv3 4/4] git-am: refactor 'cleaning up and aborting'
    ` [PATCHv3bis 2/4] git-am foreign patch support: autodetect some patch formats

gitignore bug: including files in an excluded directoy does not work
 2009-05-27 20:55 UTC  (2+ messages)

[PATCHv2 0/4] git-am support for foreign patches
 2009-05-27 20:50 UTC  (11+ messages)
` [PATCHv2 1/4] git-am foreign patch support: introduce patch_format
  ` [PATCHv2 2/4] git-am foreign patch support: autodetect some patch formats
    ` [PATCHv2 3/4] git-am foreign patch support: StGIT support
      ` [PATCHv2 4/4] git-am: refactor 'cleaning up and aborting'

[PATCH 1/2] for-each-ref: Do not lookup objects when they will not be used
 2009-05-27 19:24 UTC  (2+ messages)
` [PATCH 2/2] branch: Do not lookup commits "

[PATCH 4/7] Allow programs to not depend on remotes having urls
 2009-05-27 18:42 UTC  (2+ messages)

[PATCH 7/7] Implement git-vcs-p4
 2009-05-27 18:15 UTC 

[PATCH 5/7] Add a config option for remotes to specify a foreign vcs
 2009-05-27 18:15 UTC 

[PATCH 6/7] Add a transport implementation using git-vcs-* helpers
 2009-05-27 18:15 UTC 

[PATCH 3/7] Allow fetch to modify refs
 2009-05-27 18:15 UTC 

[PATCH 2/7] Use a function to determine whether a remote is valid
 2009-05-27 18:15 UTC 

[PATCH 0/7] Foreign VCS support
 2009-05-27 18:15 UTC 

[PATCH 1/7] Add specification of git-vcs-* helper programs
 2009-05-27 18:15 UTC 

msysgit git log slow performance
 2009-05-27 15:49 UTC  (2+ messages)

Error during git gc
 2009-05-27 15:03 UTC 

(unknown),
 2009-05-27 14:00 UTC  (2+ messages)
` Error during git gc

[PATCH RESEND] Git.pm: Set GIT_WORK_TREE if we set GIT_DIR
 2009-05-27 13:46 UTC  (6+ messages)
` [PATCH RESEND] Git.pm: Always set Repository to absolute path if autodetecting

[PATCH] imap-send: add support for IPv6
 2009-05-27 10:50 UTC  (3+ messages)

[PATCH 1/2] compat: add a mkstemps() compatibility function
 2009-05-27  8:20 UTC  (8+ messages)
` [PATCH 2/2] diff: generate prettier filenames when using GIT_EXTERNAL_DIFF

[TopGit PATCH] tg-push: prevent multiple occurences of branches
 2009-05-27  7:40 UTC  (3+ messages)

[TopGit PATCH] tg-push: don't accept non-tgish branches to push
 2009-05-27  7:23 UTC  (2+ messages)

[PATCH] t6050: check pushing something based on a replaced commit
 2009-05-27  5:14 UTC 

[PATCH v2 0/2] Avoid forking a process when checking merge bases
 2009-05-27  5:09 UTC  (3+ messages)
` [PATCH v2 1/2] bisect: rework some rev related functions to make them more reusable
` [PATCH v2 2/2] bisect: check ancestors without forking a "git rev-list" process

[PATCH 2/3] commit: add function to unparse a commit and its parents
 2009-05-27  5:12 UTC  (3+ messages)

Access Denied when pushing git
 2009-05-27  3:48 UTC  (4+ messages)

"git ls-files -i" does not shows ignored files on Windows
 2009-05-27  3:37 UTC  (2+ messages)

[TopGit PATCH] tg-push: add bash completion
 2009-05-26 23:31 UTC  (2+ messages)
` [TopGit PATCH v2] "

[PATCH] t8005: use more portable character encoding names
 2009-05-26 22:56 UTC  (7+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] t8005: convert CP1251 character set to ISO8859-5

[PATCH v3] diff: generate prettier filenames when using GIT_EXTERNAL_DIFF
 2009-05-26 21:41 UTC  (6+ messages)

Segfault in "git remote show <remote-name>"
 2009-05-26 18:54 UTC  (3+ 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).