git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-07-19 01:30:24 to 2009-07-22 07:53:03 UTC [more...]

Why is it important to learn git?
 2009-07-22  7:52 UTC  (2+ messages)

git rebase stops on empty commits
 2009-07-22  7:44 UTC  (2+ messages)

[PATCH v3] grep: Add --max-depth option
 2009-07-22  7:10 UTC  (2+ messages)

push fails -- temporary sha1, no such file / corruptiion ???
 2009-07-22  7:04 UTC  (2+ messages)

cvs import and internal plumbing commands
 2009-07-22  3:06 UTC  (12+ messages)
        ` [PATCH] "

format-patch: numbered patches from a patch list?
 2009-07-22  2:47 UTC  (4+ messages)

[RFE] allow git bisect to figure out in which revision a bug was fixed
 2009-07-22  2:41 UTC  (10+ messages)

local configuration
 2009-07-22  1:21 UTC  (4+ messages)

[PATCH] bash: gitk accepts common log-shortlog options
 2009-07-21 22:36 UTC  (2+ messages)

[JGIT PATCH 00/12] Cleanup Config class
 2009-07-21 21:54 UTC  (15+ messages)
` [JGIT PATCH 01/12] Use NB.readFully(File) to slurp complete file contents
  ` [JGIT PATCH 02/12] Correct name of fileRead member of Config class
    ` [JGIT PATCH 03/12] Add setLong to Config
      ` [JGIT PATCH 04/12] Fix Config setInt(..., 0) to store "0" not "0 g"
        ` [JGIT PATCH 05/12] Rename Config.unsetString to just unset()
          ` [JGIT PATCH 06/12] Remove pointless null assignments in Config
            ` [JGIT PATCH 07/12] Clarify section and subsection values in Config code
              ` [JGIT PATCH 08/12] Don't subclass PrintWriter when writing the Config
                ` [JGIT PATCH 09/12] Use a Java 5 style iteration over the Config entries list
                  ` [JGIT PATCH 10/12] Match config subsection names using case sensitive search
                    ` [JGIT PATCH 11/12] Cleanup Config's MAGIC_EMPTY_VALUE to be more safe
                      ` [JGIT PATCH 12/12] Remove unreferenced REMOTE_SECTION from RepositoryConfig

three-way diff performance problem
 2009-07-21 21:01 UTC  (8+ messages)

[PATCH RFC 0/8] introduce 'git remote add --push' and 'git clone --push'
 2009-07-21 21:00 UTC  (16+ messages)
` [PATCH RFC 1/8] reintroduce PUSH_DEFAULT_UNSPECIFIED
` [PATCH RFC 2/8] push: add push.default = mirror
` [PATCH RFC 3/8] git remote add: refactor configuration
` [PATCH RFC 4/8] git remote add: add --push option
` [PATCH RFC 5/8] clone: refactoring of building the fetch refspec
` [PATCH RFC 6/8] clone: use setup_remote_config
` [PATCH RFC 7/8] config: add git_config_norepo
` [PATCH RFC 8/8] clone: add --push option

[PATCH 1/2] Fix git stash apply
 2009-07-21 20:57 UTC  (5+ messages)
` [PATCH 2/2] Replace remaining git-* calls in git stash

[test failure] t4114 binary file becomes symlink
 2009-07-21 20:33 UTC  (22+ messages)
  ` [test failure] "
          ` ./configure misdetects SNPRINTF_RETURNS_BOGUS (was: [test failure] t4114 binary file becomes symlink)
            ` [PATCH] configure: use AC_SEARCH_LIBS instead of AC_CHECK_LIB
              ` [PATCH] "
                    ` [PATCH] configure.ac: rework/fix the NEEDS_RESOLV and NEEDS_LIBGEN tests

[PATCH] post-update.sample referenced obsolete binary "git-update-server-info"
 2009-07-21 20:02 UTC  (5+ messages)

[PATCH JGIT] Method invokes inefficient new String(String) constructor
 2009-07-21 19:47 UTC  (6+ messages)
` [PATCH] FindBugs: don't use new String(String) in RefDatabase
  ` [JGIT PATCH v2] "

[JGIT PATCH 0/3] Request for help: graph-based UI
 2009-07-21 19:40 UTC  (2+ messages)

configure: is NEEDS_SSL_WITH_CRYPTO test correct?
 2009-07-21 18:49 UTC  (2+ messages)

What does this mean
 2009-07-21 17:35 UTC  (3+ messages)

[RFC/PATCH RESEND v2] git-gui: display summary when showing diff of a submodule
 2009-07-21 17:32 UTC 

[PATCH] Show the presence of untracked files in the bash prompt
 2009-07-21 17:19 UTC  (2+ messages)

Getting untracked files
 2009-07-21 16:06 UTC  (4+ messages)

[PATCH] Added support for core.ignorecase when excluding gitignore entries
 2009-07-21 15:55 UTC  (5+ messages)

Git Layout Opinion
 2009-07-21 15:35 UTC 

[JGIT PATCH 00/11] Repository instance caching
 2009-07-21 15:28 UTC  (5+ messages)
` [JGIT PATCH 04/11] Refactor ref advertisement code from server implementations
  ` [JGIT PATCH 05/11] Don't advertise HEAD from ReceivePack

[PATCH] Preserve the protection mode for the Git config files
 2009-07-21 15:24 UTC 

[ANNOUNCE] update-base-branch: Track arbitrary external content in Git branch
 2009-07-21 14:29 UTC 

synchronizing 2 heterogenous branches by cherry-pick
 2009-07-21 12:42 UTC 

vimrc
 2009-07-21 10:20 UTC  (2+ messages)

clone
 2009-07-21  9:56 UTC  (4+ messages)

encrypted repositories?
 2009-07-21  8:30 UTC  (11+ messages)
    ` encrypted repositories? with git-torrent?

[PATCH] gitk: Do not hard-code "encoding" in attribute lookup functions
 2009-07-21  8:09 UTC 

how to reorder commits
 2009-07-21  7:53 UTC  (6+ messages)

How to merge some specific project folder into an empty branch
 2009-07-21  6:48 UTC  (2+ messages)

[PATCH] Add git svn gc command
 2009-07-21  3:25 UTC  (8+ messages)

[RFC/PATCH INTRO] rev-cache
 2009-07-20 23:48 UTC  (2+ messages)

[PATCH v3 0/3] add push --current and remote.*.pushHeadOnly
 2009-07-20 22:09 UTC  (6+ messages)
` [PATCH 1/3] reintroduce PUSH_DEFAULT_UNSPECIFIED
` [PATCH 2/3] push: add --current
` [PATCH 3/3] push: add remote.*.pushHeadOnly configuration

git-archive and submodules
 2009-07-20 20:56 UTC  (3+ messages)

bug with .git file and aliases
 2009-07-20 15:25 UTC  (6+ messages)

[Patch] Prevent cloning over http from spewing
 2009-07-20 15:24 UTC  (11+ messages)

Bad DWIM response when git gui cannot start
 2009-07-20 15:12 UTC  (4+ messages)
` [PATCH] help.c: don't blame an user's typo when the system is at fault

[PATCH 0/3] add push --current and remote.*.pushHeadOnly
 2009-07-20 11:50 UTC  (9+ messages)
` [PATCH 1/3] reintroduce PUSH_DEFAULT_UNSPECIFIED
` [PATCH 2/3] push: add --current
` [PATCH 3/3] push: add remote.*.pushHeadOnly configuration

Pulled files with "new file" status
 2009-07-20  7:40 UTC  (2+ messages)

[PATCH 2/2] git svn: fix reparenting when ugly http(s) URLs are used
 2009-07-20  5:58 UTC 

git svn clone -r HEAD
 2009-07-20  5:55 UTC  (2+ messages)

setup gitosis on Fedora 11
 2009-07-20  5:43 UTC  (6+ messages)

[PATCH] completion: add dirstat and friends to diff options
 2009-07-19 21:54 UTC 

[PATCH 0/3]: add git push --current and remote.*.pushHeadOnly
 2009-07-19 21:46 UTC  (4+ messages)
` [PATCH 1/3] push: add --current

how to start with non-master branch?
 2009-07-19 18:26 UTC  (5+ messages)

[PATCH 0/2] cosmetic improvements for "git show tag"
 2009-07-19 18:05 UTC  (5+ messages)
` [PATCH 0/2] "

[ANNOUNCE] GIT 1.6.4.rc1
 2009-07-19 14:45 UTC  (4+ messages)

[PATCHv2 2/2] pull: support rebased upstream + fetch + pull --rebase
 2009-07-19  7:45 UTC  (5+ messages)
` [PATCHv3 "
      ` [PATCHv4 "

[PATCH] post-receive-email: Add diffattachment and replyto config options
 2009-07-19  1:44 UTC 


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