git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-05-12 15:14:22 to 2010-05-15 15:08:11 UTC [more...]

[PATCH] Authentication support for pserver
 2010-05-15 15:07 UTC  (10+ messages)
` [PATCH 0/6] git-cvsserver: password "
` [PATCH 1/6] git-cvsserver: authentication "
  ` [PATCH 1/6 v2] "
` [PATCH 2/6] git-cvsserver: use a password file cvsserver pserver
  ` [PATCH 2/6 v2] "
` [PATCH 3/6] git-cvsserver: indent & clean up authdb code
` [PATCH 4/6] git-cvsserver: Improved error handling for pserver
` [PATCH 5/6] git-cvsserver: document making a password without htpasswd
` [PATCH 6/6] git-cvsserver: test for pserver authentication support

[ANNOUNCE] diffit - A git plugin for vim
 2010-05-15 14:40 UTC  (2+ messages)

[PATCH 0/2] gitweb: Add support for running gitweb as FastCGI script
 2010-05-15 13:58 UTC  (14+ messages)

[PATCH GSoC] gitweb: Add global installation target for gitweb
 2010-05-15 13:04 UTC  (6+ messages)

[StGit PATCH] Restore the original applied patches during 'commit'
 2010-05-15 11:03 UTC 

[PATCH 0/7] Make git log --graph looks better with -p and other diff options
 2010-05-15 11:02 UTC  (8+ messages)
` [PATCH 1/7] Add a prefix output callback to diff output
  ` [PATCH 2/7] Change to call the new emit_line
    ` [PATCH 3/7] Output the graph columns at the end of the commit message
      ` [PATCH 4/7] diff.c: Output the text graph padding before each diff line
        ` [PATCH 5/7] Emit a whole line once a time
          ` [PATCH 6/7] Register a callback for graph output
            ` [PATCH 7/7] Make --color-words work well with --graph

[PATCH] ls-remote: print URL when no repo is specified
 2010-05-15  9:56 UTC  (6+ messages)
` [PATCH v2] "

What's cooking in git.git (May 2010, #04; Wed, 12)
 2010-05-15  9:04 UTC  (2+ messages)

[Patch 001/GSoC] Move static files into subdir
 2010-05-15  8:47 UTC  (8+ messages)
` [PATCHv2 GSoC] gitweb: Move static files into seperate subdirectory
  ` [PATCHv3 "

[PATCH] notes: dry-run and verbose options for prune
 2010-05-14 23:38 UTC  (2+ messages)

Git log follow question
 2010-05-14 22:39 UTC  (8+ messages)

[RFD PATCH] revlist/rev-parse: Introduce --heads and --locals revision specifiers
 2010-05-14 21:54 UTC  (20+ messages)
` [PATCH 0/4] All is too much
  ` [PATCH 1/4] rev-parse: deprecate use as an option sifter
  ` [PATCH 2/4] t6018: add tests for rev-list's --branches and --tags
  ` [PATCH 3/4] t6018: make sure all tested symbolic names are different revs
  ` [PATCH 4/4] revlist: Introduce --lrbranches and --locals revision specifiers
      ` Git methodology question
      ` [PATCH v2 0/4] All is too much
        ` [PATCH v2 1/4] rev-parse: deprecate use as an option sifter
        ` [PATCH v2 2/4] t6018: add tests for rev-list's --branches and --tags
        ` [PATCH v2 3/4] t6018: make sure all tested symbolic names are different revs
        ` [PATCH v2 4/4] revlist: Introduce --lrbranches and --locals revision specifiers

[PATCH v3 0/5] End-of-line normalization, redesigned
 2010-05-14 21:32 UTC  (20+ messages)
` [PATCH v3 1/5] autocrlf: Make it work also for un-normalized repositories
` [PATCH v3 2/5] Add tests for per-repository eol normalization
` [PATCH v3 3/5] Add "
` [RFC/PATCH v3 4/5] Rename "crlf" attribute as "eolconv"
          ` utf8 BOM
` [RFC/PATCH v3 5/5] Rename "core.autocrlf" config variable as "core.eolconv"

How to migrate folders using svn:externals exclusively (no actual data inside folder) to git submodules?
 2010-05-14 19:17 UTC  (2+ messages)

serious performance issues with images, audio files, and other "non-code" data
 2010-05-14 17:26 UTC  (5+ messages)

many files, simple history
 2010-05-14 16:25 UTC  (5+ messages)

git-blame.el: what is format-spec?
 2010-05-14 13:13 UTC  (7+ messages)

interactive rebase editor pathname variable
 2010-05-14 12:49 UTC  (3+ messages)

What does the 100 in R100 mean?
 2010-05-14 12:20 UTC  (2+ messages)

[PATCH v5 00/18] Portability patches for git-1.7.1
 2010-05-14 12:01 UTC  (23+ messages)
` [PATCH v5 01/18] Makefile: pass CPPFLAGS through to fllow customization
` [PATCH v5 02/18] Rewrite dynamic structure initializations to runtime assignment
` [PATCH v5 03/18] Makefile: -lpthread may still be necessary when libc has only pthread stubs
` [PATCH v5 04/18] enums: omit trailing comma for portability
` [PATCH v5 05/18] Do not use "diff" found on PATH while building and installing
` [PATCH v5 06/18] tests: use "test_cmp", not "diff", when verifying the result
` [PATCH v5 07/18] test_cmp: do not use "diff -u" on platforms that lack one
` [PATCH v5 08/18] git-compat-util.h: some platforms with mmap() lack MAP_FAILED definition
` [PATCH v5 09/18] Makefile: some platforms do not have hstrerror anywhere
` [PATCH v5 10/18] Make NO_{INET_NTOP,INET_PTON} configured independently
` [PATCH v5 11/18] Some platforms lack socklen_t type
` [PATCH v5 12/18] Allow disabling "inline"
` [PATCH v5 13/18] inline declaration does not work on AIX
` [PATCH v5 14/18] Makefile: SunOS 5.6 portability fix
` [PATCH v5 15/18] git-compat-util.h: Irix 6.5 defines sgi but not __sgi
` [PATCH v5 16/18] Makefile: HPUX11 portability fixes
` [PATCH v5 17/18] Makefile: HP-UX 10.20 "
` [PATCH v5 18/18] Makefile: Tru64 portability fix

[PATCH] git-rebase--interactive: Handle commit messages that end in backslash
 2010-05-14 10:15 UTC  (4+ messages)

[PATCH 0/7] grep: better support for binary files
 2010-05-14  9:34 UTC  (9+ messages)
` [PATCH 1/7] grep: add test script for binary file handling
` [PATCH 2/7] grep: refactor handling of binary mode options
` [PATCH 3/7] grep: --count over binary
` [PATCH 4/7] grep: use memmem() for fixed string search
` [PATCH 5/7] grep: continue case insensitive fixed string search after NUL chars
` [PATCH 6/7] grep: add regmatch(), a wrapper for REG_STARTEND handling
` [PATCH 7/7] grep: use regmatch() for line matching

[PATCH] Show branch information in short output of git status
 2010-05-14  6:54 UTC  (5+ messages)

[PATCH RFC] for-each-ref: Field with abbreviated objectname
 2010-05-14  5:12 UTC  (3+ messages)
` [PATCH] "

git log -M -- filename is not working?
 2010-05-14  5:05 UTC  (16+ messages)
`  "

Git hangs on compressing objects
 2010-05-14  4:46 UTC  (2+ messages)

request for help with buildnumber-maven-plugin git integration
 2010-05-13 23:22 UTC 

[RFC PATCH] Make :/ accept a regex rather than a fixed pattern
 2010-05-13 22:08 UTC 

[PATCH v4 0/4] End-of-line normalization, getting close?
 2010-05-13 21:44 UTC  (5+ messages)
` [PATCH v4 1/4] autocrlf: Make it work also for un-normalized repositories
` [PATCH v4 2/4] Add tests for per-repository eol normalization
` [PATCH v4 3/4] Add "
` [PATCH v4 4/4] Rename the "crlf" attribute "text"

Advice on choosing git
 2010-05-13 18:20 UTC  (8+ messages)

git-svn uses uninitialized value $lc_rev at line 1141
 2010-05-13 14:58 UTC  (3+ messages)

regarding "git status"
 2010-05-13 14:20 UTC  (3+ messages)

[remote rejected] master -> master (n/a (unpacker error))
 2010-05-13 13:56 UTC  (7+ messages)

[PATCH] Documentation: fix minor inconsistency
 2010-05-13 12:51 UTC 

[PATCH] Documentation: mark another two rebase options as incompatible with --interactive
 2010-05-13 12:47 UTC 

how to push from repository with two tracking branches
 2010-05-13 12:12 UTC  (3+ messages)

[PATCH/RFC resend] diff-options: make --patch a synonym for -p
 2010-05-13 11:45 UTC  (3+ messages)

Initial setup question
 2010-05-13  1:04 UTC  (2+ messages)

fatal: Unable to find remote helper for 'http'
 2010-05-12 20:53 UTC  (4+ messages)

git log -M -- filename is not working?
 2010-05-07 18:37 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).