git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-08 00:11:59 to 2009-10-10 01:02:16 UTC [more...]

[PATCH] git-send-email.perl: Fold long header lines to 78 chars
 2009-10-10  0:57 UTC  (7+ messages)
      ` [PATCH v2] git-send-email.perl: fold multiple entry "Cc:" and multiple single line "RCPT TO:"s

[PATCH 1/2] t/test-lib.sh: support Korn shell by converting GIT_EXIT_OK to GIT_EXIT_CODE
 2009-10-10  0:57 UTC  (7+ messages)
` [PATCH 2/2] Makefile: use the native (Korn) shell on SunOS and IRIX/IRIX64

[PATCHv3] git-log --format: Add %B tag with %B(x) option
 2009-10-10  0:57 UTC  (3+ messages)
` [PATCHv4] git-log --format: Add %B tag with %B(n) option

[PATCH] gitweb: Do not show 'patch' link in 'commit' view for merges
 2009-10-10  0:56 UTC  (8+ messages)
    ` [PATCH v2] gitweb: Do not show 'patch' link for merge commits
        ` [PATCH v2 (amend)] "

Confusing git pull error message
 2009-10-10  0:57 UTC  (11+ messages)

[PATCH 1/8] imap-send: remove useless uid code
 2009-10-10  0:57 UTC  (13+ messages)
` [PATCH 2/8] imap-send: use separate read and write fds
  ` [PATCH 3/8] imap-send: use run-command API for tunneling
    ` [PATCH 4/8] imap-send: fix compilation-error on Windows
      ` [PATCH 5/8] imap-send: build imap-send "
        ` [PATCH 6/8] mingw: wrap SSL_set_(w|r)fd to call _get_osfhandle
          ` [PATCH 7/8] mingw: enable OpenSSL
            ` [PATCH 8/8] MSVC: Enable OpenSSL, and translate -lcrypto

[PATCH] git-gui: Fixed _main window_ for screen height equal 600 px
 2009-10-10  0:59 UTC 

[PATCH 0/9] Documentation tweaks
 2009-10-10  0:56 UTC  (17+ messages)
` [PATCH 1/9] Describe DOCBOOK_XSL_172, ASCIIDOC_NO_ROFF options in Makefile
` [PATCH 2/9] Documentation: git fmt-merge-message is not a script
` [PATCH 3/9] Documentation: fix singular/plural mismatch
` [PATCH 4/9] Documentation: say "the same" instead of "equal"
  ` [PATCH 3-4/9 v2] Documentation: clarify mergeoptions description
` [PATCH 5/9] Documentation: clone: clarify discussion of initial branch
    ` [PATCH 5/9 v2] "
` [PATCH 6/9] Documentation: branch: update --merged description
` [PATCH 7/9] Documentation: clarify branch creation
` [PATCH 8/9] Documentation: clarify "working tree" definition
` [PATCH 9/9] racy-git.txt: explain nsec problem in more detail

Merging non-git releases of a project
 2009-10-09 22:43 UTC  (4+ messages)

gitweb - bare repos integration - owner info in description file
 2009-10-09 22:32 UTC  (3+ messages)

[PATCH] bash: add support for 'git replace'
 2009-10-09 22:19 UTC  (2+ messages)

can't create a branch on remote
 2009-10-09 22:08 UTC  (3+ messages)

[RFC PATCH 0/4] Return of smart HTTP
 2009-10-09 20:44 UTC  (12+ messages)
` [RFC PATCH 1/4] Document the HTTP transport protocol
  ` [RFC PATCH 2/4] Git-aware CGI to provide dumb HTTP transport
    ` [RFC PATCH 3/4] Add smart-http options to upload-pack, receive-pack
      ` [RFC PATCH 4/4] Smart fetch and push over HTTP: server side

[PATCH] git-svn: Avoid spurious errors when rewriteRoot is used
 2009-10-09 20:44 UTC  (3+ messages)

feature request/proposal - clone --bare, init and init --bare with descrition
 2009-10-09 18:24 UTC 

Smart HTTP Protocol
 2009-10-09 18:09 UTC  (2+ messages)

Git 1.6.5-rc git clone unhandled exception using http protocol
 2009-10-09 17:27 UTC 

[PATCH] Speedup bash completion loading
 2009-10-09 16:14 UTC  (13+ messages)

git log -S not finding all commits?
 2009-10-09 14:33 UTC  (15+ messages)

[PATCH 1/2] completion: fix completion of git <TAB><TAB>
 2009-10-09 14:29 UTC  (4+ messages)
` [PATCHv2 2/2] completion: fix alias listings with newlines

[RFC/PATCHv7 00/22] git notes
 2009-10-09 14:25 UTC  (26+ messages)
` [RFC/PATCHv7 01/22] Introduce commit notes
` [RFC/PATCHv7 02/22] Add a script to edit/inspect notes
` [RFC/PATCHv7 03/22] Speed up git notes lookup
` [RFC/PATCHv7 04/22] Add an expensive test for git-notes
` [RFC/PATCHv7 05/22] Teach "-m <msg>" and "-F <file>" to "git notes edit"
` [RFC/PATCHv7 06/22] fast-import: Add support for importing commit notes
` [RFC/PATCHv7 07/22] t3302-notes-index-expensive: Speed up create_repo()
` [RFC/PATCHv7 08/22] Add flags to get_commit_notes() to control the format of the note string
` [RFC/PATCHv7 09/22] Add '%N'-format for pretty-printing commit notes
` [RFC/PATCHv7 10/22] Teach notes code to free its internal data structures on request
` [RFC/PATCHv7 11/22] Teach the notes lookup code to parse notes trees with various fanout schemes
` [RFC/PATCHv7 12/22] Add selftests verifying that we can parse notes trees with various fanouts
` [RFC/PATCHv7 13/22] Refactor notes code to concatenate multiple notes annotating the same object
` [RFC/PATCHv7 14/22] Add selftests verifying concatenation of multiple notes for the same commit
` [RFC/PATCHv7 15/22] Notes API: get_commit_notes() -> format_note() + remove the commit restriction
` [RFC/PATCHv7 16/22] Notes API: init_notes(): Initialize the notes tree from the given notes ref
` [RFC/PATCHv7 17/22] Notes API: add_note(): Add note objects to the internal notes tree structure
` [RFC/PATCHv7 18/22] Notes API: get_note(): Return the note annotating the given object
` [RFC/PATCHv7 19/22] Notes API: for_each_note(): Traverse the entire notes tree with a callback
` [RFC/PATCHv7 20/22] Notes API: Allow multiple concurrent notes trees with new struct notes_tree
` [RFC/PATCHv7 21/22] Refactor notes concatenation into a flexible interface for combining notes
` [RFC/PATCHv7 22/22] fast-import: Proper notes tree manipulation using the notes API

[PATCH] import-tars: Add missing closing bracket
 2009-10-09 12:52 UTC  (2+ messages)

Git archive and trailing "/" in prefix
 2009-10-09 12:49 UTC  (7+ messages)

[PATCH] git-svn: hide find_parent_branch output in double quiet mode
 2009-10-09 12:21 UTC 

combine git repo historically
 2009-10-09  7:40 UTC  (3+ messages)

[PATCH] ls-files: make option parser keep argv[0]
 2009-10-09  6:53 UTC  (4+ messages)
  ` [PATCH] ls-files: die instead of fprintf/exit in -i error

[PATCH] Makefile: enable THREADED_DELTA_SEARCH on IRIX and IRIX64
 2009-10-09  6:52 UTC  (2+ messages)

[PATCH] perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIR
 2009-10-09  6:51 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] Fix the exit code of MSVC build scripts on cygwin
 2009-10-09  6:49 UTC  (3+ messages)

[PATCH] Fix MSVC build on cygwin
 2009-10-09  6:48 UTC  (4+ messages)

What's cooking in git.git (Oct 2009, #01; Wed, 07)
 2009-10-09  6:47 UTC  (10+ messages)

[PATCH] git-gui: Fixed compatibility for screen height equal 600 px
 2009-10-09  0:32 UTC 

[PATCH] Makefile: add a note about the NO_MMAP setting on IRIX and IRIX64
 2009-10-09  0:15 UTC  (2+ messages)

[PATCH/RFC 1/7] imap-send: use separate read and write fds
 2009-10-09  0:03 UTC  (11+ messages)
` [PATCH/RFC 2/7] imap-send: use run-command API for tunneling
  ` [PATCH/RFC 3/7] imap-send: fix compilation-error on Windows
    ` [PATCH/RFC 4/7] imap-send: build imap-send "
      ` [PATCH/RFC 5/7] imap-send: provide fall-back random-source

[PATCH JGit] Adding update-server-info functionality try2
 2009-10-08 17:12 UTC  (9+ messages)
` [PATCH JGit 1/5] adding tests for ObjectDirectory
  ` [PATCH JGit 2/5] Create abstract method on ObjectDatabase for accessing the list of local pack files
    ` [PATCH JGit 3/5] Implemented directory based info cache for objects/info/packs
      ` [PATCH JGit 4/5] Adding in a InfoDatabase like ObjectDatabase and and implementation based upon a directory
        ` [PATCH JGit 5/5] added tests for the file based info cache update and made pass

[JGIT] patch-id
 2009-10-08 16:28 UTC  (2+ messages)

[Gitweb-caching][RFC] Major updates - kernel.org updated
 2009-10-08  8:26 UTC  (2+ messages)

[PATCH 1/3] completion: fix alias listings with newlines
 2009-10-08  8:10 UTC  (13+ messages)
` [PATCH 2/3] completion: update am, commit, and log
  ` [PATCH 3/3] completion: add dirstat and friends to diff options

[JGIT PATCH] The default encoding for reading commits is UTF-8 rather than system default
 2009-10-08  4:16 UTC  (2+ messages)

[PATCH] Documentation - pt-BR
 2009-10-08  3:25 UTC  (7+ messages)

[BUG?] gitweb search fails with non-ascii characters
 2009-10-08  1:03 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).