git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-04-20 16:14:51 to 2009-04-22 15:16:57 UTC [more...]

[PATCH 1/2] Documentation: git-svn: fix spurious bolding that mangles the output
 2009-04-22 15:15 UTC  (3+ messages)
` [PATCH 2/2] Documentation: git-svn: fix a grammatical error without awkwardness

[PATCH 0/1] Improve progress display in kB range
 2009-04-22 14:33 UTC  (7+ messages)
` [PATCH 1/1] "

Performance issue: initial git clone causes massive repack
 2009-04-22 14:35 UTC  (17+ messages)

[PATCH] Add parsing of elm aliases to git-send-email
 2009-04-22 13:41 UTC 

How to merge from newer branch to older branches?
 2009-04-22 13:34 UTC  (5+ messages)

topgit infinite loop
 2009-04-22 11:57 UTC 

[RFC/PATCH] autoconf: Do not build "http-push" without expat headers
 2009-04-22 11:58 UTC 

git-svn init/fetch: wow that's slow
 2009-04-22 11:16 UTC  (4+ messages)

[PATCH] Wait for git diff to finish in git difftool
 2009-04-22 11:04 UTC  (3+ messages)

First round of UGFWIINI results
 2009-04-22 10:52 UTC  (2+ messages)

A system administration use case for git
 2009-04-22 10:18 UTC  (5+ messages)

Bug(let): status reports 'can fast-forward' when not true
 2009-04-22  8:07 UTC  (4+ messages)

[PATCH 1/2] Localizing temporary variables
 2009-04-22  6:00 UTC  (2+ messages)
` [PATCH 2/2] Applying const to arg for rev_is_head(). Localized a work variable

[PATCH] bisect: remove Perl use by implementing "git bisect--helper --sq-quote"
 2009-04-22  6:03 UTC  (2+ messages)

What's going on here? Bad repo, no error locally?
 2009-04-22  5:06 UTC  (5+ messages)

[PATCH] bisect-helper: fix grammatical typo in exit_if_skipped_commits()
 2009-04-22  5:01 UTC  (2+ messages)

[RFC/PATCH] graph API: Use horizontal lines for more compact graphs
 2009-04-22  3:25 UTC  (9+ messages)
      ` [RFC/PATCH v2] "
        ` Bug in colored "log --graph" implementation
          ` [PATCH] graph API: fix extra space during pre_commit_line state

[JGIT PATCH 00/10] Object access improvements
 2009-04-21 23:16 UTC  (15+ messages)
` [JGIT PATCH 01/10] Safely handle closing an already closed WindowedFile
  ` [JGIT PATCH 02/10] Change empty tree test case to use a temporary repository
    ` [JGIT PATCH 03/10] Replace hand-coded read fully loop with NB.readFully
      ` [JGIT PATCH 04/10] Clear the reverse index when closing a PackFile
        ` [JGIT PATCH 05/10] Introduce a new exception type for an in-place pack modification
          ` [JGIT PATCH 06/10] Refactor object database access with new abstraction
            ` [JGIT PATCH 07/10] Rescan packs if a pack is modified in-place (part 1)
              ` [JGIT PATCH 08/10] Scan for new packs if GIT_DIR/objects/pack has been modified
                ` [JGIT PATCH 09/10] Add test cases for loading new (or replaced) pack files
                  ` [JGIT PATCH 10/10] BROKEN TEST: ObjectLoader stays valid across repacks
                  ` [JGIT PATCH v2 09/10] Add test cases for loading new (or replaced) pack files
                  ` [JGIT PATCH v2 08/10] Scan for new packs if GIT_DIR/objects/pack has been modified

[PATCH] show-branch: color the commit status signs
 2009-04-21 21:52 UTC 

dangling commits and blobs: is this normal?
 2009-04-21 21:46 UTC 

Add support for adding recursive submodules
 2009-04-21 21:27 UTC 

Strange, can't push
 2009-04-21 21:21 UTC 

GPG signing for git commit?
 2009-04-21 20:27 UTC  (11+ messages)

correct git merge behavior or corner case?
 2009-04-21 19:27 UTC  (2+ messages)

correct git merge behavior or corner case?
 2009-04-21 19:11 UTC  (16+ messages)

[JGIT PATCH/RFC] Removed possibility to change stderr for ssh sessions
 2009-04-21 18:49 UTC 

Again with git-svn: File was not found in commit
 2009-04-21 18:16 UTC  (3+ messages)

RA layer request failed while git-svn fetch
 2009-04-21 18:04 UTC  (2+ messages)

[PATCH] git-svn: teach to create and operate on bare repositories
 2009-04-21 18:01 UTC  (2+ messages)

reviving a git-svn clone
 2009-04-21 17:06 UTC  (6+ messages)
      ` switching a git-svn clone to a different URL (was: reviving a git-svn clone)

Howto request: going home in the middle of something? v2009
 2009-04-21 17:05 UTC  (4+ messages)

Cryptic error messages?
 2009-04-21 16:54 UTC  (3+ messages)

[PATCH] grep: don't support "grep.color"-like config options
 2009-04-21 15:45 UTC  (6+ messages)

buglet: 'git apply' doesn't handle criss-cross renames
 2009-04-21 12:41 UTC  (5+ messages)
` [PATCH] tests: test applying criss-cross rename patch

Beginner problem with .gitignore
 2009-04-21 12:26 UTC  (5+ messages)

What are branches?
 2009-04-21 11:41 UTC  (20+ messages)

[PATCH] Allow git-shell to be used as a ssh forced-command
 2009-04-21 11:16 UTC  (7+ messages)
` [PATCH v2] "

Bug in test-lib.sh: test_create_repo() / RFC
 2009-04-21  9:29 UTC  (7+ messages)
    ` [PATCH-maint] test-lib.sh: Help test_create_repo() find the templates dir
      ` [PATCH-master] "

top-git, idea .topbase replacing refs/top-bases, implementation issues and questions
 2009-04-21  9:04 UTC  (2+ messages)

[PATCH/RESEND] git-submodule: add support for --rebase
 2009-04-21  8:47 UTC  (4+ messages)

[PATCH 4/5] bisect--helper: add "--next-exit" to output bisect results
 2009-04-21  5:57 UTC  (5+ messages)

[PATCH 1/2] bisect--helper: remove "--next-vars" option as it is now useless
 2009-04-21  5:54 UTC 

[PATCH 2/2] rev-list: remove stringed output flag from "show_bisect_vars"
 2009-04-21  5:54 UTC 

[PATCH] Fix off-by-one in read_tree_recursive
 2009-04-21  5:33 UTC  (5+ messages)
  ` valgrind

[PATCH 0/6] more automation for cover letter generation
 2009-04-21  3:32 UTC  (2+ messages)

[PATCH RFC3.5 00/12] Introduction to Decreasing send-email Entropy
 2009-04-21  3:29 UTC  (20+ messages)
` [PATCH RFC3.5 01/12] send-email: Cleanup the usage text and docs a bit
  ` [PATCH RFC3.5 02/12] send-email: No longer repeatedly test if $smtp_server is a command
    ` [PATCH RFC3.5 03/12] send-email: Interpret --smtp-server "" as "use a default"
      ` [PATCH RFC3.5 04/12] send-email: Verification for --smtp-server and --smpt-server-port
        ` [PATCH RFC3.5 05/12] send-email: Improve redability and error-handling in send_message's sendmail code
          ` [PATCH RFC3.5 06/12] send-email: Cleanup and streamline the SMTP code in send_message
            ` [PATCH RFC3.5 07/12] send-email: Cleanup send_message 'log' code
              ` [PATCH RFC3.5 08/12] send-email: Move Subject sanitization from --compose code to send_message
                        ` [PATCH RFC3.5.1 08/12] send-email: Simplify --compose subject sanitation

Does she really love you?
 2009-04-21  3:01 UTC 

Oldest supported Perl version
 2009-04-21  3:08 UTC  (15+ messages)

[PATCH 0/2] Add "-m" and "-F" options to "git notes edit"
 2009-04-21  1:26 UTC  (8+ messages)
` [PATCH 1/2] Minor cleanup and bugfixing in git-notes.sh
` [PATCH 2/2] Teach "-m <msg>" and "-F <file>" to "git notes edit"
    ` [PATCH v2 "

problem with cherry picking
 2009-04-20 22:20 UTC  (2+ messages)

[PATCH 2/2] Windows: Skip fstat/lstat optimization in write_entry()
 2009-04-20 22:17 UTC  (6+ messages)

Git update delay
 2009-04-20 21:37 UTC 

repository corruption
 2009-04-20 21:52 UTC  (2+ messages)

[PATCH] BUG: git push on an empty clone segfaults
 2009-04-20 20:46 UTC  (7+ messages)

[EGIT PATCH] Add support for writing/appending .gitignore file
 2009-04-20 17:09 UTC  (4+ messages)

[ANNOUNCE] GIT 1.6.3.rc1
 2009-04-20 16:29 UTC  (2+ messages)
` "git config --edit" outside a Git repository


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