git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-07-10 14:58:51 to 2009-07-14 15:59:09 UTC [more...]

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

Recover broken git repository?
 2009-07-14 15:20 UTC  (4+ messages)

git-am with an initial checkin doesn't work
 2009-07-14 14:55 UTC 

Fix extraneous lstat's in 'git checkout -f'
 2009-07-14 14:50 UTC  (4+ 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] "

[ANNOUNCE] Stacked Git 0.15-rc1
 2009-07-14 14:12 UTC  (11+ messages)

[PATCH] git-am: less strong format "mbox" detection
 2009-07-14 12:23 UTC  (6+ messages)
  ` [PATCH] "

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 

git svn import fails
 2009-07-13 20:49 UTC 

[PATCH 0/3] gitweb: 'blame' view improvements
 2009-07-13 19:08 UTC  (10+ messages)
` [PATCH 1/3] gitweb: Mark boundary commits in 'blame' view
` [PATCH 2/3] gitweb: Use "previous" header of git-blame -p "
` [PATCH 3/3] gitweb: Add author initials in 'blame' view, a la "git gui blame"
  ` [RFC PATCH 5/3] gitweb: Incremental blame (proof of concept)
` [PATCH 4/3] gitweb: Use light/dark class also in 'blame' view

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  (8+ 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] "

auto-merge after push?
 2009-07-12 22:31 UTC  (9+ messages)

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  (23+ 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 7/3] Make index preloading check the whole path to the file

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

libgit api & external integration
 2009-07-11 21:17 UTC 

[JGIT PATCH 00/11] Repository instance caching
 2009-07-11 20:19 UTC  (12+ messages)
` [JGIT PATCH 01/11] Change Daemon to use concurrent collections for exported repositories
  ` [JGIT PATCH 02/11] Make Daemon's exportAll check not require synchronization
    ` [JGIT PATCH 03/11] Don't retry ".git" suffix in daemon if already tried
      ` [JGIT PATCH 04/11] Refactor ref advertisement code from server implementations
        ` [JGIT PATCH 05/11] Don't advertise HEAD from ReceivePack
          ` [JGIT PATCH 06/11] Add a use reference counter to Repository
            ` [JGIT PATCH 07/11] Introduce RepositoryCache to cache handles of Repository objects
              ` [JGIT PATCH 08/11] Change Daemon to use RepositoryCache
                ` [JGIT PATCH 09/11] Expose the Repository's ObjectDatabase object
                  ` [JGIT PATCH 10/11] Use cached Repository instances when resolving alternates
                    ` [JGIT PATCH 11/11] Send .have lines in ReceivePack for alternate repositories

[PATCH] add --summary option to git-push and git-fetch
 2009-07-11 19:05 UTC  (8+ messages)
  ` [PATCH v3] "
      ` [PATCH v4] "

How can I tell if a tag has been pushed, or not?
 2009-07-11 13:44 UTC  (4+ messages)

commit hooks on merge
 2009-07-11 11:56 UTC  (3+ messages)

Show current SHA1
 2009-07-11 11:36 UTC  (4+ messages)

msysgit git-submodule: "Unable to fetch in submodule path ..."
 2009-07-11 10:58 UTC  (6+ messages)
` [PATCH v4] quickfetch(): Prevent overflow of the rev-list command line
    ` [PATCH v5] "

[PATCH/RFC v2] git-p4: stream from perforce to speed up clones
 2009-07-11  8:31 UTC 

[PATCH FYI 0/5] How I compile on IRIX 6.5 with the MIPSpro compiler and ksh
 2009-07-11  6:44 UTC  (8+ messages)
` [PATCH FYI 1/5] unpack-trees.c: work around run-time array initialization flaw on IRIX 6.5
  ` [PATCH FYI 2/5] git-compat-util.h: adjust for SGI "
    ` [PATCH FYI 3/5] Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile arguments
      ` [PATCH FYI 4/5] Makefile: add section for SGI IRIX 6.5
        ` [PATCH FYI 5/5] test-lib.sh: work around ksh's trap shortcomings
          ` [PATCH FYI 6/5] Makefile: update IRIX64 section

git submodule remove?
 2009-07-11  5:27 UTC  (2+ messages)

What's happening with vr41xx_giu.c?
 2009-07-11  3:57 UTC  (7+ messages)
        ` [PATCH 1/2] tm_to_time_t(): allow times in year 1969
        ` [PATCH 2/2] apply: notice creation/removal patches produced by GNU diff

Proposed config addition: submodules.denyNonFastForward
 2009-07-10 23:26 UTC  (2+ messages)

[StGit PATCH] teach --summary to stg show
 2009-07-10 22:14 UTC  (4+ messages)

gitweb: buggy 'commitdiff_plain' output
 2009-07-10 21:50 UTC  (6+ messages)

[PATCH/RFC] git-p4: stream from perforce to speed up clones
 2009-07-10 20:10 UTC 

[PATCH] Allow author names with just two letters
 2009-07-10 20:01 UTC 

[PATCH/RFC] grep: Add --directories option
 2009-07-10 16:48 UTC  (5+ messages)

[RFC] Git User's Survey 2009 - last trial run, announcing survey
 2009-07-10 16:09 UTC 

[JGIT PATCH] Allow http_proxy values without protocol-part
 2009-07-10 15:22 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).