git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-04-20 11:00:08 to 2009-04-22 04:39:11 UTC [more...]

What's going on here? Bad repo, no error locally?
 2009-04-22  4:37 UTC  (3+ 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

Performance issue: initial git clone causes massive repack
 2009-04-22  1:15 UTC  (12+ messages)

Bug(let): status reports 'can fast-forward' when not true
 2009-04-21 23:28 UTC  (3+ messages)

[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 

[PATCH 0/1] Improve progress display in kB range
 2009-04-21 20:16 UTC  (6+ messages)
` [PATCH 1/1] "

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

How to merge from newer branch to older branches?
 2009-04-21 19:36 UTC  (2+ 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  (21+ 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] bisect-helper: fix grammatical typo in exit_if_skipped_commits()
 2009-04-21  6:31 UTC 

[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  (22+ 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
        ` [PATCH RFC3.5.1 04/12] send-email: Verification for --smtp-server and --smpt-server-port

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

Oldest supported Perl version
 2009-04-21  3:08 UTC  (18+ messages)
` [PATCH RFC3.5 04/12] send-email: Verification for --smtp-server and --smpt-server-port

[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  (11+ 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  (11+ messages)
` [PATCH] Fix uninitialized memory in get_local_heads()
  ` [PATCH] clone: add test for push on an empty clone

[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

fatal error when merging a rename
 2009-04-20 15:36 UTC 

JGit cache bug
 2009-04-20 14:32 UTC  (6+ messages)
` [JGIT PATCH 0/3 RFC] http://code.google.com/p/egit/issues/detail?id=79
  ` [JGIT PATCH 1/3] Add test cases dedicated to the WindowCache
    ` [JGIT PATCH 2/3] Simulate breakpoints
      ` [JGIT PATCH 3/3] Rescan for packs and retry once if object lookup scan fails

[PATCH] gitweb: filter escapes from longer commit titles that break firefox
 2009-04-20 13:29 UTC  (3+ messages)

[PATCH 0/4] Revisiting cache-tree
 2009-04-20 13:08 UTC  (6+ messages)
` [PATCH 1/4] read-tree A B: do not corrupt cache-tree
  ` [PATCH 2/4] Move prime_cache_tree() to cache-tree.c
    ` [PATCH 3/4] read-tree -m A B: prime cache-tree from the switched-to tree
      ` [PATCH 4/4] checkout branch: prime cache-tree fully

git rebase -i (and gitk) problem in Windows/Cygwin
 2009-04-20 12:47 UTC  (3+ messages)


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 NNTP newsgroup(s).