git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-04-19 09:58:25 to 2009-04-21 03:30:57 UTC [more...]

[PATCH RFC3.5 00/12] Introduction to Decreasing send-email Entropy
 2009-04-21  3:29 UTC  (40+ 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
        ` Subject: Re: [PATCH RFC3.5 02/12] send-email: No longer repeatedly test if $smtp_server is a command

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

correct git merge behavior or corner case?
 2009-04-21  3:09 UTC  (7+ messages)

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

Bug in test-lib.sh: test_create_repo() / RFC
 2009-04-21  3:06 UTC  (2+ messages)

[RFC/PATCH] graph API: Use horizontal lines for more compact graphs
 2009-04-21  2:23 UTC  (3+ messages)

[JGIT PATCH 00/10] Object access improvements
 2009-04-21  2:10 UTC  (14+ 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 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 "

What are branches?
 2009-04-21  0:53 UTC  (24+ messages)

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

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  (12+ messages)

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

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

top-git, idea .topbase replacing refs/top-bases, implementation issues and questions
 2009-04-20 20:50 UTC 

[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

Cryptic error messages?
 2009-04-20 20:18 UTC 

[PATCH] Fix off-by-one in read_tree_recursive
 2009-04-20 18:36 UTC  (4+ messages)
  ` valgrind

Beginner problem with .gitignore
 2009-04-20 17:57 UTC 

[EGIT PATCH] Add support for writing/appending .gitignore file
 2009-04-20 17:09 UTC  (6+ 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 

correct git merge behavior or corner case?
 2009-04-20 14:50 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

buglet: 'git apply' doesn't handle criss-cross renames
 2009-04-20 14:11 UTC  (3+ messages)
` [PATCH] tests: test applying criss-cross rename patch

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

reviving a git-svn clone
 2009-04-20 10:43 UTC 

[PATCH/RESEND] gitweb: Fix snapshots requested via PATH_INFO
 2009-04-20 10:41 UTC  (4+ messages)

[PATCH 1/2] Windows: Work around intermittent failures in mingw_rename
 2009-04-20 10:01 UTC  (2+ messages)

[PATCH/RESEND] git-submodule: add support for --rebase
 2009-04-20  9:55 UTC  (2+ messages)

[PATCH] git add -p: add missing "q" to patch prompt
 2009-04-20  9:42 UTC 

[ANNOUNCE] GIT 1.6.2.4
 2009-04-20  9:00 UTC  (5+ messages)

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

[PATCH v2] fetch: Strip usernames from url's before storing them
 2009-04-20  8:36 UTC  (4+ messages)
` [PATCH v3] "

checkout @{-1} bug/oddity
 2009-04-20  8:16 UTC  (3+ messages)

[PATCH] Makefile: remove {fetch,send}-pack from PROGRAMS as they are builtins
 2009-04-20  6:27 UTC  (2+ messages)

[PATCH] git-svn: teach to create and operate on bare repositories
 2009-04-19 17:57 UTC 

push git: failing on remote Fedora 10 as well as Cygwin too
 2009-04-19 14:19 UTC 

[PATCH RFC3.5 03/12] send-email: Interpret --smtp-server "" as "use a default"
 2009-04-19 14:16 UTC  (2+ messages)
` [PATCH RFC3.5.1 "

Read other people's SMS online
 2009-04-19 14:40 UTC 

[PATCH RFC3.5 05/12] send-email: Improve redability and error-handling in send_message's sendmail code
 2009-04-19 13:49 UTC  (2+ messages)
` [PATCH RFC3.5.1 05/12] send-email: Improve readability "

[EGIT PATCH] Use the same tooltip for the track toolbar button as for the team menu
 2009-04-19 10:03 UTC 

[PATCH 5/5] bisect: use "git bisect--helper --next-exit" in "git-bisect.sh"
 2009-04-19  9:56 UTC 

[PATCH 3/5] bisect: move common bisect functionality in "bisect_common"
 2009-04-19  9:55 UTC 

[PATCH 2/5] rev-list: refactor printing bisect vars
 2009-04-19  9:55 UTC 

[PATCH 1/5] rev-list: make "estimate_bisect_steps" non static
 2009-04-19  9:55 UTC 

[PATCH 0/5] port more "git bisect next" code to C
 2009-04-19  9:55 UTC 


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