git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-07-12 05:07:25 to 2009-07-15 22:20:16 UTC [more...]

[PATCH v3] git-am: fix maildir support regression: accept email file as patch
 2009-07-15 22:19 UTC 

"mailinfo: Remove only one set of square brackets" considered harmful
 2009-07-15 22:09 UTC  (2+ messages)

Make a non-bare repo bare
 2009-07-15 21:48 UTC  (2+ messages)

Dividing up a large merge
 2009-07-15 21:01 UTC  (13+ messages)

auto-merge after push?
 2009-07-15 19:57 UTC  (12+ messages)

Correct way of making existing remote repository "bare"
 2009-07-15 19:39 UTC  (6+ messages)

More 'shortlog' statistics models?
 2009-07-15 17:56 UTC  (8+ messages)
  ` [PATCH 1/2] shortlog: refactor insert_one_record()
  ` [PATCH 2/2] shortlog: add '--sort-key' and '--sort-key-regexp' options

How to manage multiple personal projects
 2009-07-15 17:45 UTC  (3+ messages)

[PATCH] git-am: less strong format "mbox" detection
 2009-07-15 16:19 UTC  (10+ messages)
  ` [PATCH] "
        ` [PATCH v2] git-am: fix maildir support regression for unordered headers in emails
              ` [PATCH v2] "

git svn import fails
 2009-07-15 15:21 UTC  (3+ messages)

git-am with an initial checkin doesn't work
 2009-07-15 14:46 UTC  (3+ messages)

[RFC PATCH] cvsexportcommit: reorder tests to quiet intermittent failure
 2009-07-15 14:34 UTC 

git add on existing sub-repository
 2009-07-15 13:50 UTC 

Git/Terminal issue
 2009-07-15 12:51 UTC  (5+ messages)

[StGit PATCH] t2800: Adapt to changes in git's conflict markers
 2009-07-15  9:54 UTC 

[commit 4ecbc178704] Incosistency?
 2009-07-15  9:42 UTC  (6+ messages)

[ANNOUNCE] Git User's Survey 2009
 2009-07-15  8:03 UTC  (5+ messages)

[ANNOUNCE] Git User's Survey 2009
 2009-07-15  7:22 UTC 

Fix extraneous lstat's in 'git checkout -f'
 2009-07-14 21:19 UTC  (5+ messages)
    ` [PATCH v2] "

[ANNOUNCE] Stacked Git 0.15-rc1
 2009-07-14 21:05 UTC  (13+ messages)

Recover broken git repository?
 2009-07-14 19:43 UTC  (9+ messages)
  ` [PATCH] Improve on the 'invalid object' error message at commit time

[PATCH 0/3] gitweb: 'blame' view improvements
 2009-07-14 19:21 UTC  (7+ messages)
` [PATCH 2/3] gitweb: Use "previous" header of git-blame -p in 'blame' view
  ` [RFC PATCH 5/3] gitweb: Incremental blame (proof of concept)
` [PATCH 4/3] gitweb: Use light/dark class also in 'blame' view

Truly decentralised use of git?
 2009-07-14 19:15 UTC  (8+ messages)

odd behavior with export LESS=i
 2009-07-14 17:32 UTC  (3+ messages)

Make 'git show' more useful
 2009-07-14 14:28 UTC  (15+ messages)
  ` [PATCH] "
            ` [PATCH] t4202-log.sh: Test git log --no-walk sort order
                ` [PATCHv2] "

Proper tracking of copies in git log and others
 2009-07-14 12:19 UTC  (3+ messages)

Weird behavior of git rev-parse
 2009-07-14 11:34 UTC  (5+ messages)

[PATCH] git-am: print fair error message when format detection fails
 2009-07-14  7:10 UTC  (2+ messages)

[PATCH 0/3]: add git push --current and remote.*.pushHeadOnly
 2009-07-13 23:07 UTC  (4+ messages)
` [PATCH 1/3] push: add --current
` [PATCH 2/3] change default push refspec when --current is given
` [PATCH 3/3] push: add remote.*.pushHeadOnly configuration

How to ignore space when using 'git send-email' command
 2009-07-13 20:53 UTC 

advisability of CIFS/SMBFS
 2009-07-13 16:44 UTC  (2+ messages)

[PATCH 1/2] Document 'git (rev-list|log) --merges'
 2009-07-13 15:11 UTC  (2+ messages)
` [PATCH 2/2] bash: add '--merges' to common 'git log' options

[PATCH JGIT] Method invokes inefficient new String(String) constructor
 2009-07-13 14:53 UTC  (6+ messages)
    ` [PATCH] FindBugs: don't use new String(String) in RefDatabase
        ` [JGIT PATCH v2] "

Pushing to GitHub doesn't push all branches
 2009-07-13 13:41 UTC  (7+ messages)

Submodule using different repository URLs
 2009-07-13 13:33 UTC  (8+ messages)

Rewrite history then pull repository?
 2009-07-13  9:38 UTC  (3+ messages)

default aliases (ci, di, st, co)
 2009-07-13  9:15 UTC  (10+ messages)

found a resource leak in file builtin-fast-export.c
 2009-07-13  8:01 UTC  (4+ messages)
` [PATCH] Fix export_marks() error handling

"fatal: index-pack failed" on git-clone
 2009-07-13  4:52 UTC  (8+ messages)

C# Git Implementation
 2009-07-13  0:37 UTC  (4+ messages)

[PATCH] init-db: migrate to parse-options
 2009-07-12 23:37 UTC  (7+ messages)
  ` [PATCH v2] "

git-svn is "Unable to determine upstream SVN information..."
 2009-07-12 21:56 UTC  (8+ messages)
      ` [PATCH] git svn: allow uppercase UUIDs from SVN

Too many 'stat' calls by git-status on Windows
 2009-07-12 21:33 UTC  (18+ messages)
    ` [PATCH 1/3] Add 'fill_directory()' helper function for directory traversal
      ` [PATCH 2/3] Simplify read_directory[_recursive]() arguments
        ` [PATCH 3/3] Avoid doing extra 'lstat()'s for d_type if we have an up-to-date cache entry
                        ` [PATCH 4/3] Avoid using 'lstat()' to figure out directories
                          ` [PATCH 5/3] Prepare symlink caching for thread-safety
                            ` [PATCH 6/3] Export thread-safe version of 'has_symlink_leading_path()'

[PATCH 0/6] Tracking setup improvements: per-remote config, autosetuppush
 2009-07-12 21:17 UTC  (8+ messages)
` [PATCH 1/6] config: allow false and true values for branch.autosetuprebase
` [PATCH 2/6] branch: install_branch_config and struct tracking refactoring
` [PATCH 3/6] introduce a struct tracking_config
` [PATCH 4/6] remote: add per-remote autosetupmerge and autosetuprebase configuration
` [PATCH 5/6] move deletion of merge configuration to branch.c
` [PATCH 6/6] branch, checkout: introduce autosetuppush

[PATCH] gitweb: update Git homepage URL
 2009-07-12 15:28 UTC  (2+ messages)

[JGIT PATCH 0/3] Request for help: graph-based UI
 2009-07-12 14:47 UTC  (4+ messages)
` [JGIT PATCH 1/3] Add a rudimentary graph-based user interface
` [JGIT PATCH 2/3] Add license boiler-plates
` [JGIT PATCH 3/3] Introduce the command 'jgit gui'

GREETINGS MY DEAR FRIEND IT IS CONFIDENTIAL
 2009-07-12 12:11 UTC 

[PATCH/RFC v2] grep: Add --[no-]recurse options
 2009-07-12  9:39 UTC  (2+ 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).