git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-10-20 20:05:44 to 2008-10-22 23:54:09 UTC [more...]

[ANNOUCNE] repo - The Multiple Git Repository Tool
 2008-10-22 23:52 UTC  (9+ messages)
        ` [OT] Amazon wishlist (was Re: [ANNOUCNE] repo - The Multiple Git Repository Tool)

[PATCH 1/3] Fix some tab/space inconsistencies in git-mergetool.sh
 2008-10-22 23:21 UTC  (8+ messages)
` [PATCH 2/3] Add -n/--no-prompt option to mergetool
  ` [PATCH 3/3] Add -k/--keep-going "

git performance
 2008-10-22 22:42 UTC  (5+ messages)

how to configure Git to treat certain type of ascii files as binary files
 2008-10-22 22:40 UTC  (5+ messages)

[RFC PATCH 0/5] valgrind in test scripts
 2008-10-22 22:13 UTC  (7+ messages)
` [RFC PATCH 1/5] add valgrind support "
` [RFC PATCH 2/5] valgrind: ignore ldso errors
` [RFC PATCH 3/5] correct cache_entry allocation
` [RFC PATCH 4/5] pack-objects: avoid reading uninitalized data
` [RFC PATCH 5/5] fix overlapping memcpy in normalize_absolute_path

git archive
 2008-10-22 21:47 UTC  (7+ messages)
    ` [RFC PATCH] archive: fix setup to work in bare repositories
        ` [PATCH] Fixed git archive for bare repos

[PATCH v2] builtin-blame: Reencode commit messages according to git-log rules
 2008-10-22 20:42 UTC  (13+ messages)

Older git version on the server
 2008-10-22 20:33 UTC 

[PATCH] rebase-i-p: squashing and limiting todo
 2008-10-22 19:15 UTC  (13+ messages)
` [PATCH] rebase-i-p: delay saving current-commit to REWRITTEN if squashing
` [PATCH] rebase-i-p: only list commits that require rewriting in todo

git-svn url-encodes ~ when it should not
 2008-10-22 18:53 UTC  (8+ messages)
  ` [PATCH] git-svn: don't escape tilde ('~') for http(s) URLs

error: packfile while git fsck
 2008-10-22 17:35 UTC  (4+ messages)

linux-next: stackprotector tree build failure
 2008-10-22 17:41 UTC  (5+ messages)

[irq/urgent]: created 3786fc7: "irq: make variable static"
 2008-10-22 17:04 UTC  (10+ messages)

[PATCH] Implement git remote mv
 2008-10-22 16:52 UTC  (2+ messages)

Working with remotes; cloning remote references
 2008-10-22 16:13 UTC  (15+ messages)
                          ` Terminology question: "tracking" branches

Start git svn clone at specific revision for cloning subprojects in large svn repositories?
 2008-10-22 15:08 UTC  (3+ messages)

[PATCH] rehabilitate 'git index-pack' inside the object store
 2008-10-22 14:57 UTC  (10+ messages)
` [PATCH] (squash) add index-pack with git-dir test
      ` new plan for cleaning up the worktree mess, was Re: [PATCH] rehabilitate 'git index-pack' inside the object store

Does a `git pull' write to the origin repository in any way?
 2008-10-22 14:27 UTC  (3+ messages)

git add --patch newfile doesn't add newfile to cache ?
 2008-10-22 13:29 UTC  (4+ messages)

git history and file moves
 2008-10-22 12:38 UTC  (3+ messages)

[PATCH] git-fetch should not strip off ".git" extension
 2008-10-22 11:50 UTC  (12+ messages)

[JGIT RFC PATCH 3/3] Rate limit warnings spewed by RepositoryTestCase.recursiveDelete
 2008-10-22  8:34 UTC 

[JGIT PATCH 2/3] Fix FileTreeIteratorTest on Windows/NTFS
 2008-10-22  8:33 UTC 

[JGIT PATCH 1/3] Fix retrieval of test resources for paths containing spaces
 2008-10-22  8:32 UTC 

[PATCH] git-remote: list branches in vertical lists
 2008-10-22  7:39 UTC  (3+ messages)

git 1.6.0.2 make test fails at t1301 under mac os x 10.4
 2008-10-22  6:11 UTC 

[ANNOUNCE] GIT 1.6.0.3
 2008-10-22  5:43 UTC 

git 1.6.0.2 make test fails at t1301 under mac os x 10.4
 2008-10-21 21:24 UTC  (2+ messages)

[PATCH, RFC] diff: add option to show context between close chunks
 2008-10-21 20:48 UTC  (11+ messages)

[EGIT PATCH] git property page for project properties
 2008-10-21 20:13 UTC  (6+ messages)
    ` [JGIT PATCH] Detect repository states according to post Git 1.5

[PATCHv7 0/5] gitweb: PATH_INFO enhancement
 2008-10-21 19:34 UTC  (6+ messages)
` [PATCHv7 1/5] gitweb: parse project/action/hash_base:filename PATH_INFO
  ` [PATCHv7 2/5] gitweb: generate project/action/hash URLs
    ` [PATCHv7 3/5] gitweb: use_pathinfo filenames start with /
      ` [PATCHv7 4/5] gitweb: parse parent..current syntax from PATH_INFO
        ` [PATCHv7 5/5] gitweb: generate parent..current URLs

[PATCHv6 5/5] gitweb: generate parent..current URLs
 2008-10-21 19:09 UTC  (5+ messages)
` [PATHv2 6/8] gitweb: retrieve snapshot format from PATH_INFO

gitk: Turn short SHA1 names into links too
 2008-10-21 19:09 UTC  (3+ messages)

[PATCH] Teach/Fix pull/fetch -q/-v options
 2008-10-21 16:30 UTC 

[PATCH] Teach/Fix pull/fetch -q/-v options
 2008-10-21 16:25 UTC  (5+ messages)

[PATCH 2/2] rm: loosen safety valve for empty files
 2008-10-21 13:54 UTC  (3+ messages)

[PATCH 0/7] gitk: UI enhancements
 2008-10-21 12:52 UTC  (13+ messages)
` [PATCH 1/7] gitk: Enhance UI popup and accelerator handling
  ` [PATCH 2/7] gitk: Allow forcing branch creation if it already exists
    ` [PATCH 3/7] gitk: Allow starting gui blame for a specific line
      ` [PATCH 4/7] gitk: Fix file list context menu for merge commits
        ` [PATCH 5/7] gitk: Make cherry-pick call git-citool on conflicts
          ` [PATCH 6/7] gitk: Implement a user-friendly Edit View dialog
            ` [PATCH 7/7] gitk: Explicitly position popup windows

git command to read
 2008-10-21 12:06 UTC  (4+ messages)

[RFC PATCH] commit: Warn about encodings unsupported by iconv
 2008-10-21 10:43 UTC  (4+ messages)

Archiving tags/branches?
 2008-10-21  9:33 UTC  (11+ messages)

[RFC PATCH] builtin-blame: Reencode commit messages according to git-log rules
 2008-10-21  7:34 UTC  (2+ messages)

Feedback outside of the user survey
 2008-10-21  7:24 UTC  (14+ messages)

[PATCH 1/2] document "intent to add" option to git-add
 2008-10-21  0:36 UTC 

[PATCH] Teach/Fix -q/-v to pull/fetch
 2008-10-20 23:52 UTC  (3+ messages)

[Gitk Patch 0/6]
 2008-10-20 23:21 UTC  (4+ messages)
  ` [GITK PATCH v2] Add menu accelerators

[PATCH] fix multiple issues in index-pack
 2008-10-20 21:31 UTC  (4+ messages)

[BUG?] Fail to pull from kernel.org: pack has bad object
 2008-10-20 20:51 UTC  (6+ messages)

[PATCH] fix for "index-pack: rationalize delta resolution code"
 2008-10-20 20:12 UTC  (8+ 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).