git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-09 19:22:47 to 2009-10-12 17:25:48 UTC [more...]

[PATCH 0/3] Trivial patches
 2009-10-12 17:14 UTC  (13+ messages)
` [PATCH 1/3] Fix a bunch of pointer declarations (codestyle)
  ` [PATCH 2/3] git config: clarify bool types
    ` [PATCH 3/3] user-manual: use 'fast-forward'

[PATCH 0/2] user-manual: reorganize the configuration steps
 2009-10-12 17:09 UTC  (6+ messages)
` [PATCH 1/2] user-manual: add global config section
  ` [PATCH 2/2] user-manual: simplify the user configuration

Questions about the new
 2009-10-12 17:04 UTC  (4+ messages)

git stash list with more than 10 items?
 2009-10-12 15:47 UTC 

Supressing sorting of trees
 2009-10-12 16:51 UTC  (5+ messages)

[PATCH] bisect reset: Allow resetting to any commit, not just a branch
 2009-10-12 16:38 UTC 

Filesystem has no item: Working copy path [...] does not exist in repository at /usr/bin/git-svn line 3856
 2009-10-12 15:48 UTC 

[PATCH v5 2/2] gitweb: append short hash ids to snapshot files
 2009-10-12 15:34 UTC  (3+ messages)

[JGit-io-RFC-PATCH v2 1/4] Introduce a new module for IO SPI of JGit
 2009-10-12 14:57 UTC  (5+ messages)
` [JGit-io-RFC-PATCH v2 2/4] Add JGit IO SPI and default implementation
  ` [JGit-io-RFC-PATCH v2 3/4] Incorporate current FileSystem Util implementations to the SPI
    ` [JGit-io-RFC-PATCH v2 4/4] Add locking capability to the IO SPI based on Java Concurrency Lock API

[PATCH] disallow refs containing successive slashes
 2009-10-12 14:39 UTC  (13+ messages)
  ` [PATCH/RFC 0/4] plumbing to help fix git-gui
    ` [PATCH 1/4] Add tests for git check-ref-format
    ` [PATCH 2/4] Documentation: describe check-ref-format --branch
    ` [PATCH/RFC 3/4] git check-ref-format --print
    ` [PATCH/RFC 4/4] check-ref-format: simplify --print implementation

backup git repo on every commit
 2009-10-12 14:39 UTC  (6+ messages)

[PATCH] git-gui: Fixed _main window_ for screen height equal 600 px
 2009-10-12 14:34 UTC  (4+ messages)

git refuses to work with gvim
 2009-10-12 14:36 UTC  (6+ messages)

[RFC PATCH] bash completion: complete refs for git-grep
 2009-10-12 14:27 UTC  (3+ messages)
` [PATCH] "

Merge (or maybe rebase) question
 2009-10-12 11:55 UTC 

meaning of HEAD in context of filter-branch
 2009-10-12 10:41 UTC  (3+ messages)

quote in help code example
 2009-10-12 10:29 UTC 

[PATCH] Let --decorate show HEAD position
 2009-10-12  9:01 UTC 

Re: [PATCH/RFC] builtin-checkout: suggest creating local branch when appropriate to do so
 2009-10-12  7:49 UTC 

can't create a branch on remote
 2009-10-12  7:19 UTC  (4+ messages)

git log --graph
 2009-10-12  6:54 UTC  (7+ messages)

[RFC/PATCH] git: add --no-replace option to disable replacing
 2009-10-12  6:32 UTC  (2+ messages)

What's cooking in git.git (Oct 2009, #02; Sun, 11)
 2009-10-12  6:23 UTC  (3+ messages)

[RFC/PATCH] gitweb: linkify author/committer names with search
 2009-10-12  6:19 UTC 

Git: "No you can't handle my root!" (?)
 2009-10-12  5:28 UTC 

[PATCH] git-add--interactive: never skip files included in index
 2009-10-12  5:11 UTC  (7+ messages)

[PATCH] git-gui: Fixed _main window_ for screen height equal 600 px
 2009-10-12  3:18 UTC 

[PATCH] Aggressive three-way merge: fix D/F case
 2009-10-12  2:53 UTC 

gitweb - bare repos integration - owner info in description file
 2009-10-12  0:04 UTC  (7+ messages)

Script to convert git patches to Hg format
 2009-10-11 22:56 UTC 

Git 1.6.5-rc git clone unhandled exception using http protocol
 2009-10-11 21:12 UTC  (7+ messages)

[PATCH] Documentation: add 'git replace' to main git manpage
 2009-10-11 21:08 UTC 

[ANN] gitsharp version 0.1.3 released
 2009-10-11 21:10 UTC 

git svn with non-standard svn layout
 2009-10-11 19:00 UTC  (3+ messages)

[ANNOUNCE] GIT 1.6.5
 2009-10-11 18:57 UTC  (5+ messages)

ident pattern match is incorrect
 2009-10-11 16:52 UTC 

Installing full fledged git on solaris? - solved
 2009-10-11 16:38 UTC 

Merging non-git releases of a project
 2009-10-11 15:32 UTC  (9+ messages)

combine git repo historically
 2009-10-11 14:29 UTC  (11+ messages)

[Sample-Conversion-PATCH 1/2] Add JGit IO module as dependency to the main module
 2009-10-11 14:10 UTC  (2+ messages)
` [Sample-Conversion-PATCH 2/2] Introduce IO SPI usage in RepositoryConfig

[PATCH] Makefile: clean block-sha1/ directory instead of mozilla-sha1/
 2009-10-11 13:32 UTC 

Installing full fledged git on solaris?
 2009-10-11 13:38 UTC  (6+ messages)

What's cooking in git.git (Oct 2009, #01; Wed, 07)
 2009-10-11 11:58 UTC  (7+ messages)
        ` [Vcs-fast-import-devs] "

git-svn very slow on fetch (shared git-svn repo)
 2009-10-11  9:37 UTC  (5+ messages)

[PATCH] Fix MSVC build on cygwin
 2009-10-09 21:53 UTC  (3+ messages)

[PATCH] Fix the exit code of MSVC build scripts on cygwin
 2009-10-09 22:04 UTC  (4+ messages)

For review: git add --ignore-unmatch
 2009-10-10 17:23 UTC  (4+ messages)
` [PATCH 1/5] port --ignore-unmatch to "git add"

[JGit-RFC-PATCH 1/3] Introduce a new module for IO SPI of JGit
 2009-10-10 15:57 UTC  (3+ messages)
` [JGit-RFC-PATCH 2/3] Add JGit IO SPI and default implementation
  ` [JGit-RFC-PATCH 3/3] Incorporate current FileSystem Util implementations to the SPI

[PATCH 1/2] t/test-lib.sh: support Korn shell by converting GIT_EXIT_OK to GIT_EXIT_CODE
 2009-10-10 14:03 UTC  (10+ messages)

[RFC PATCH 0/4] Return of smart HTTP
 2009-10-10 12:17 UTC  (7+ messages)
` [RFC PATCH 1/4] Document the HTTP transport protocol

[PATCH] git-svn: hide find_parent_branch output in double quiet mode
 2009-10-10  7:02 UTC  (3+ messages)

[PATCH 0/9] Documentation tweaks
 2009-10-10  0:58 UTC  (13+ messages)
` [PATCH 5/9] Documentation: clone: clarify discussion of initial branch
    ` [PATCH 5/9 v2] "
` [PATCH 6/9] Documentation: branch: update --merged description
` [PATCH 7/9] Documentation: clarify branch creation
` [PATCH 9/9] racy-git.txt: explain nsec problem in more detail

[PATCH] Speedup bash completion loading
 2009-10-10  0:57 UTC  (12+ messages)

[PATCH] git-send-email.perl: Fold long header lines to 78 chars
 2009-10-10  0:57 UTC  (6+ messages)
      ` [PATCH v2] git-send-email.perl: fold multiple entry "Cc:" and multiple single line "RCPT TO:"s

[PATCHv3] git-log --format: Add %B tag with %B(x) option
 2009-10-10  0:57 UTC  (3+ messages)
` [PATCHv4] git-log --format: Add %B tag with %B(n) option

[PATCH] gitweb: Do not show 'patch' link in 'commit' view for merges
 2009-10-10  0:56 UTC  (5+ messages)
` [PATCH v2] gitweb: Do not show 'patch' link for merge commits
    ` [PATCH v2 (amend)] "

Confusing git pull error message
 2009-10-10  0:57 UTC  (11+ messages)

[PATCH 1/8] imap-send: remove useless uid code
 2009-10-10  0:57 UTC  (3+ messages)

[PATCH] git-gui: Fixed _main window_ for screen height equal 600 px
 2009-10-10  0:59 UTC 

[PATCH] bash: add support for 'git replace'
 2009-10-09 22:19 UTC  (2+ messages)

[PATCH] git-svn: Avoid spurious errors when rewriteRoot is used
 2009-10-09 20:44 UTC  (3+ 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).