git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-09-04 19:00:04 to 2009-09-08 02:28:38 UTC [more...]

[PATCHv5 00/14] git notes
 2009-09-08  2:27 UTC  (15+ messages)
` [PATCHv5 01/14] Introduce commit notes
` [PATCHv5 02/14] Add a script to edit/inspect notes
` [PATCHv5 03/14] Speed up git notes lookup
` [PATCHv5 04/14] Add an expensive test for git-notes
` [PATCHv5 05/14] Teach "-m <msg>" and "-F <file>" to "git notes edit"
` [PATCHv5 06/14] fast-import: Add support for importing commit notes
` [PATCHv5 07/14] t3302-notes-index-expensive: Speed up create_repo()
` [PATCHv5 08/14] Add flags to get_commit_notes() to control the format of the note string
` [PATCHv5 09/14] Add '%N'-format for pretty-printing commit notes
` [PATCHv5 10/14] Teach notes code to free its internal data structures on request
` [PATCHv5 11/14] Teach the notes lookup code to parse notes trees with various fanout schemes
` [PATCHv5 12/14] Selftests verifying semantics when loading notes trees with various fanouts
` [PATCHv5 13/14] Allow flexible organization of notes trees, using both commit date and SHA1
` [PATCHv5 14/14] Add test cases for date-based fanouts

What's cooking in git.git (Sep 2009, #02; Mon, 07)
 2009-09-08  0:56 UTC 

[PATCH resend] git-pull: fix fetch-options.txt to not document --quiet and --verbose twice in git-pull.txt
 2009-09-07 21:48 UTC  (3+ messages)

[PATCH 5/6 (v4)] full integration of rev-cache into git, completed test suite
 2009-09-07 21:06 UTC  (5+ messages)

git survey stats
 2009-09-07 20:00 UTC 

[PATCH] git-rebase-interactive: avoid breaking when GREP_OPTIONS="-H"
 2009-09-07 19:37 UTC  (3+ messages)

[PATCH] githooks.txt: put hooks into subsections
 2009-09-07 19:30 UTC  (2+ messages)

[PATCH] git-completion.bash: prevent 'git help' from searching for git repository
 2009-09-07 19:15 UTC  (9+ messages)
  ` [PATCH 2/2] "

Issue 323 in msysgit: Can't clone over http
 2009-09-07 19:06 UTC  (8+ messages)

[BUG] 'add -u' doesn't work from untracked subdir
 2009-09-07 18:13 UTC  (31+ messages)
            ` [PATCH 1/2] grep: accept relative paths outside current working directory
              ` [PATCH 2/2] add 'scope' config option
                ` [PATCH 2/2 v2] "
                ` [PATCH] grep: fix exit status if external_grep() returns error
              ` 'add -u' without path is relative to cwd

how to skip branches on git svn clone/fetch when there are errors
 2009-09-07 17:55 UTC  (9+ messages)

[PATCH 3/6 (v4)] support for non-commit object caching in rev-cache
 2009-09-07 14:10 UTC  (4+ messages)

[PATCH 2/6 (v4)] basic revision cache system, no integration or features
 2009-09-07 14:10 UTC  (4+ messages)

[PATCH 7/6 (v4)] support for commit grafts, slight change to general mechanism
 2009-09-07 14:11 UTC 

[PATCH 6/6 (v4)] support for path name caching in rev-cache
 2009-09-07 14:11 UTC  (4+ messages)

[PATCH 4/6 (v4)] administrative functions for rev-cache, start of integration into git
 2009-09-07 14:10 UTC  (4+ messages)

[PATCH 1/6 (v4)] man page and technical discussion for rev-cache
 2009-09-07 14:10 UTC  (4+ messages)

git rebase --interactive problems
 2009-09-07 13:04 UTC  (3+ messages)

[PATCH] gitweb: Add 'show-sizes' feature to show blob sizes in tree view
 2009-09-07 12:40 UTC 

[PATCH 01/14] Fix non-constant array creation
 2009-09-07 12:26 UTC  (11+ messages)
` [PATCH 12/14] Add platform files for MSVC porting
  ` [RFC/PATCH 00/14] Build git with MSVC
    ` [PATCH 13/14] Add MSVC project files
      ` [PATCH 14/14] Add README and gitignore file for MSVC build

Use case I don't know how to address
 2009-09-07 12:08 UTC  (7+ messages)

[PATCH/RFC] gitweb: Add 'show-sizes' feature to show blob sizes in tree view
 2009-09-07 12:00 UTC 

[PATCH] push: point to 'git pull' and 'git push --force' in case of non-fast forward
 2009-09-07 11:20 UTC  (25+ messages)
` [PATCH v2] "
          ` [RFC/PATCH 0/4] make helpful messages optional
            ` [PATCH 1/4] push: fix english in non-fast-forward message
            ` [PATCH 2/4] push: re-flow "
            ` [PATCH 3/4] push: make non-fast-forward help message configurable
            ` [PATCH 4/4] status: make "how to stage" messages optional

[PATCH] Do not scramble password read from .cvspass
 2009-09-07 10:39 UTC  (3+ messages)

tracking branch for a rebase
 2009-09-07  9:53 UTC  (16+ messages)

[PATCHv2 0/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
 2009-09-07  8:56 UTC  (3+ messages)
` [PATCHv2 1/2] Wrap rewrite globals in a struct in preparation for adding another set
` [PATCHv2 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only

[PATCH 0/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
 2009-09-07  8:19 UTC  (5+ messages)
` [PATCH 1/2] Wrap rewrite globals in a struct in preparation for adding another set
` [PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only

Deleted folder keeps showing up?
 2009-09-07  8:17 UTC  (5+ messages)

Strange merge failure (would be overwritten by merge / cannot merge)
 2009-09-06 22:49 UTC  (17+ messages)
` unpack-trees traversing with index quite broken

[git-svn] [FEATURE-REQ] track merges from git
 2009-09-06 22:15 UTC  (4+ messages)

[PATCH v7 0/6] fast-import: add new feature and option command
 2009-09-06 14:35 UTC  (7+ messages)
` [PATCH v7 1/6] fast-import: put option parsing code in separate functions
  ` [PATCH v7 2/6] fast-import: put marks reading in it's own function
    ` [PATCH v7 3/6] fast-import: add feature command
      ` [PATCH v7 4/6] fast-import: test the new "
        ` [PATCH v7 5/6] fast-import: add option command
          ` [PATCH v7 6/6] fast-import: test the new "

[PATCH] status: list unmerged files after staged files
 2009-09-06  8:05 UTC  (27+ messages)
  ` [PATCH v2] status: list unmerged files last
                        ` [PATCH/RFC 1/6] status: typo fix in usage
                        ` [PATCH/RFC 2/6] docs: note that status configuration affects only long format
                        ` [PATCH/RFC 3/6] status: refactor short-mode printing to its own function
                        ` [PATCH/RFC 4/6] status: refactor format option parsing
                        ` [PATCH/RFC 5/6] status: add --porcelain output format
                        ` [PATCH/RFC 6/6] commit: support alternate status formats

[PATCH 0/9] War on blank-at-eof
 2009-09-06  6:13 UTC  (3+ messages)

[ANNOUNCE]TortoiseGit 1.0.2.0 release
 2009-09-06  5:27 UTC 

[PATCH] make shallow repository deepening more network efficient
 2009-09-06  5:11 UTC  (2+ messages)

[JGIT] Request for help
 2009-09-05 16:40 UTC  (7+ messages)

`Git Status`-like output for two local branches
 2009-09-05 14:58 UTC  (5+ messages)

What's cooking in git.git (Sep 2009, #01; Sat, 05)
 2009-09-05 13:24 UTC  (2+ messages)

Commit to wrong branch. How to fix?
 2009-09-05 12:51 UTC  (4+ messages)

git+http:// proof-of-concept (not using CONNECT)
 2009-09-05  8:23 UTC  (7+ messages)

[git-svn] always prompted for passphrase with subversion 1.6
 2009-09-05  6:46 UTC  (2+ messages)

Hosting Git repositories: how useful will git-gc be?
 2009-09-05  6:24 UTC  (2+ messages)

Question about git-svn
 2009-09-05  6:09 UTC  (2+ messages)

Error with git svn show-ignore: forbidden access
 2009-09-05  5:57 UTC  (2+ messages)

[PATCH 1/8] Make the "traditionally-supported" URLs a special case
 2009-09-04 22:36 UTC  (11+ messages)

.git and retrieving full source tree for own project(s)
 2009-09-04 20:18 UTC  (3+ messages)

[JGIT] Request for help
 2009-09-04 19:51 UTC  (2+ messages)


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