git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-04-15 12:18:38 to 2009-04-18 00:31:14 UTC [more...]

[PATCH] read_tree(): pass "int stage" as context to read_tree_recursive()
 2009-04-18  0:29 UTC 

[PATCH] Allow git-shell to be used as a ssh forced-command
 2009-04-17 23:48 UTC  (9+ messages)

gitk: bug comparing marked commits
 2009-04-17 22:52 UTC 

[PATCH] Add a post-tag hook
 2009-04-17 22:28 UTC  (3+ messages)

[PATCH 0/5] archive attribute series
 2009-04-17 22:18 UTC  (19+ messages)
` [PATCH 1/5] archive tests: do not use .gitattributes in working directory
  ` [PATCH 2/5] attr: add GIT_ATTR_INDEX "direction"
    ` [PATCH 3/5] unpack-trees: do not muck with attributes when we are not checking out
      ` [PATCH 4/5] archive: do not read .gitattributes in working directory
        ` [PATCH 5/5] archive test: test new --fix-attributes feature
` [PATCH v2 1/5] archive tests: do not use .gitattributes in working directory
` [PATCH v2 2/5] attr: add GIT_ATTR_INDEX "direction"
` [PATCH v2 3/5] unpack-trees: do not muck with attributes when we are not checking out
` [PATCH v2 4/5] archive: do not read .gitattributes in working directory
` [PATCH v2 5/5] archive test: attributes

git for local web development
 2009-04-17 22:00 UTC  (6+ messages)

[PATCH] gitk: use themed tk widgets
 2009-04-17 21:33 UTC  (5+ messages)
  ` [PATCH] gitk: restore pane sizes when using ttk widgets

Suggested Workflow Question
 2009-04-17 21:11 UTC  (5+ messages)

What's cooking in git.git (Apr 2009, #03; Wed, 15)
 2009-04-17 20:34 UTC  (3+ messages)
` [PATCH] Documentation: boolean value may be given by on/off

[PATCH 0/8] support "in-tree attributes" for git-archive
 2009-04-17 20:15 UTC  (8+ messages)
` [PATCH 1/8] archive: add shortcuts for --format and --prefix
  ` [PATCH 2/8] move prune_cache() to git lib
    ` [PATCH 3/8] archive: add a failure test wrt .gitattributes misreading

[PATCH 0/3] Typo fixes
 2009-04-17 19:42 UTC  (9+ messages)
` [PATCH 1/3] Documentation: fix typos / spelling mistakes
  ` [PATCH 2/3] builtin-remote: fix typo in option description
    ` [PATCH 3/3] Fix typos / spelling in comments

Presentation Ideas
 2009-04-17 18:51 UTC  (5+ messages)

GPG signing for git commit?
 2009-04-17 18:36 UTC  (10+ messages)

git & ssh on F10 server
 2009-04-17 18:00 UTC  (4+ messages)

Bus error on git merge
 2009-04-17 17:34 UTC 

[PATCH] builtin-apply: keep information about files to be deleted
 2009-04-17 17:23 UTC  (5+ messages)

integrating make and git
 2009-04-17 17:24 UTC  (13+ messages)

ANN: The official Git TeamCity plugin is now available
 2009-04-17 17:10 UTC 

[JGIT PATCH] Correctly honor IdentityFile from ~/.ssh/config
 2009-04-17 16:36 UTC 

fatal: unable to run 'git-svn'
 2009-04-17 16:36 UTC  (2+ messages)

[PATCH] gitweb: filter escapes from longer commit titles that break firefox
 2009-04-17 16:24 UTC 

renaming remote branches
 2009-04-17 16:20 UTC  (9+ messages)

[JGIT PATCH 1/3] Changed Transport class hierarchy basing on underlying transport
 2009-04-17 15:40 UTC  (3+ messages)

[JGIT PATCH] Refactor EclipseSshSessionFactory to extend SshConfigSessionFactory
 2009-04-17 15:35 UTC 

[JGIT PATCH (resending) 1/3] Changed Transport class hierarchy basing on underlying transport
 2009-04-17 15:25 UTC 

[JGIT PATCH (resending) 2/3] Moved common SSH related functionality to the base class SshTransport
 2009-04-17 15:27 UTC 

[JGIT PATCH 3/3] Extracted AWT-independent superclass from DefaultSshSessionFactory
 2009-04-17 15:16 UTC  (2+ messages)

Change git gui language (+ some other suggestions)
 2009-04-17 15:11 UTC  (4+ messages)

[PATCH v2] Fix buffer overflow in config parser
 2009-04-17 13:16 UTC  (5+ messages)
    ` [PATCH v3] "

[PATCH v2 1/2] Introduce config variable "diff.defaultOptions"
 2009-04-17 13:15 UTC  (16+ messages)
` [PATCH/RFC v3] Introduce config variable "diff.defaultoptions"
  ` [PATCH] Allow setting default diff options via diff.defaultOptions
              ` [PATCH] Add the diff option --no-defaults

.gitk should created hidden in windows
 2009-04-17 10:49 UTC  (4+ messages)

Tests in Cygwin
 2009-04-17  9:47 UTC 

[PATCH] fetch: Strip usernames from url's before storing them
 2009-04-17  8:20 UTC  (11+ messages)
    ` [PATCH v2] "
        ` [PATCH v3] "

any way to see the tree-SHA in gitk?
 2009-04-17  4:03 UTC 

[PATCH 1/1] hook/update: example of how to prevent branch creation
 2009-04-17  1:48 UTC  (2+ messages)

git for local web development
 2009-04-17  0:56 UTC 

(unknown),
 2009-04-16 23:17 UTC 

[PATCH] get_local_heads(): do not return random pointer if there is no head
 2009-04-16 22:16 UTC 

how to check what your pulling down?
 2009-04-16 17:03 UTC  (4+ messages)

[PATCH] git-commit.txt: Reword the description of git commit
 2009-04-16 16:59 UTC 

[RFC PATCH] git add -p: new "quit" command at the prompt
 2009-04-16 16:46 UTC  (11+ messages)
                ` [PATCH 1/2] "
                  ` [PATCH 2/2] Update git-add.txt according to the new possibilities of 'git add -p'

Alarm Sicherheit mobile.de
 2009-04-16 14:55 UTC 

[JGIT PATCH 2/3] Moved common SSH related functionality to the base class SshTransport
 2009-04-16 14:04 UTC 

[JGIT PATCH 0/3] JGit in server side environment
 2009-04-16 14:01 UTC 

Building statically linked binary
 2009-04-16 13:12 UTC  (2+ messages)

What's cooking in git.git (Apr 2009, #02; Sun, 12)
 2009-04-16 13:12 UTC  (6+ messages)
` add -e, was "

[PATCHv2] remote.c: use shorten_unambiguous_ref
 2009-04-16  8:20 UTC 

releasing your work
 2009-04-16  7:40 UTC  (3+ messages)

[PATCH] doc/gitattributes: clarify location of config text
 2009-04-16  7:17 UTC 

[PATCH] Documentation/CodingGuidelines: improve header includes rules
 2009-04-16  5:10 UTC  (3+ messages)

Git within Git what a git
 2009-04-16  4:40 UTC  (2+ messages)

[PATCH v2 0/3] support "in-tree attributes" for git-archive
 2009-04-16  0:26 UTC  (12+ messages)
` [PATCH v2 1/3] archive: add shortcuts for --format and --prefix
  ` [PATCH v2 2/3] attr: add GIT_ATTR_INDEX "direction"
    ` [PATCH v2 3/3] archive: do not read .gitattributes in working directory

list of files that have been added/removed
 2009-04-15 21:57 UTC  (4+ messages)

list of files that have been added/removed
 2009-04-15 21:21 UTC 

Weird growth in packfile during initial push
 2009-04-15 19:51 UTC  (2+ messages)

Tagging stable releases
 2009-04-15 18:03 UTC  (4+ messages)

[PATCH] builtin-branch - allow deleting a fully specified branch-name
 2009-04-15 18:00 UTC  (7+ messages)
` [PATCH 5/5] docs/checkout: clarify what "non-branch" means

"git cat-file <sha1>" shows usage but should not?
 2009-04-15 17:36 UTC  (8+ messages)

[PATCH/RESEND] gitweb: Fix snapshots requested via PATH_INFO
 2009-04-15 17:34 UTC  (2+ messages)

[PATCH] gitk: avoid crash if closed while reading references
 2009-04-15 16:46 UTC  (2+ messages)

[PATCH] Use &#160; instead of &nbsp; for XHTML compliance
 2009-04-15 16:38 UTC  (5+ messages)

[PATCH] gitk: handle external diff tool with spaces in the path
 2009-04-15 15:54 UTC 

git-new-workdir not working right?
 2009-04-15 12:22 UTC  (4+ 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).