git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-02-24 15:49:02 to 2009-02-25 21:56:13 UTC [more...]

[ANNOUNCE] tig-0.14
 2009-02-25 21:54 UTC  (10+ messages)

git with https and client cert asks for password repeatedly
 2009-02-25 21:42 UTC  (3+ messages)

How do I qualify paths in the .gitignore file w.r.t. the repo root directory?
 2009-02-25 21:25 UTC  (11+ messages)

Fwd: Git Submodule Misbehaviour With ./
 2009-02-25 21:25 UTC  (18+ messages)
  ` [PATCH 0/2] Fix git submodule add for paths with ./
    ` [PATCH 1/2] git submodule: Add test cases for git submodule add
      ` [PATCH 2/2] git submodule: Fix adding of submodules at paths with ./
              ` [PATCHv2 0/4] Fix git submodule add for funky paths
                ` [PATCHv2 1/4] git submodule: Add test cases for git submodule add
                  ` [PATCHv2 2/4] git submodule: Fix adding of submodules at paths with ./
                    ` [PATCHv2 3/4] git submodule: Add more tests for add with funky paths
                      ` [PATCHv2 4/4] git submodule: Fix handling of // and /.. in paths for added submodules

topgit patches
 2009-02-25 21:23 UTC  (7+ messages)
` [PATCH] [TOPGIT] limit rev-list in branch_contains to a single rev
  ` [PATCH] [TOPGIT] allow working with annihilated branches
    ` [PATCH] [TOPGIT] make tg remote idempotent
      ` [PATCH] [TOPGIT] make creating a commit from a topgit branch a function
        ` [PATCH] [TOPGIT] implement linearize export method

Files different for me
 2009-02-25 20:14 UTC  (17+ messages)

gitosis: how to create absolutely empty repos
 2009-02-25 19:54 UTC 

[PATCH RESEND] Fix a bunch of pointer declarations (codestyle)
 2009-02-25 19:52 UTC  (10+ messages)
` [PATCH] git add: trivial codestyle cleanup
  ` [PATCH] git config: improve documentation
    ` [PATCH] sha1_file.c: fix typo

[Bug?] "git am --abort" loses previous "git add"
 2009-02-25 18:23 UTC 

remote tracking branches
 2009-02-25 17:53 UTC  (2+ messages)

Bug in Git-Gui - Creates corrupt patch
 2009-02-25 16:24 UTC  (5+ messages)

[PATCH 1/1] Typo in contrib/examples/git-svnimport.txt
 2009-02-25 14:05 UTC  (2+ messages)
` [PATCH] Fix typo "

Commits with empty commit messages
 2009-02-25 12:50 UTC 

[PATCH 0/3] git-branch-head: recognize all refs pointing to the current branch head as such
 2009-02-25 10:29 UTC  (5+ messages)
` [PATCH 1/3] git-show-branch: allow for multiple branch head columns
` [PATCH 2/3] git-show-branch: sha1 based branch head determination
` [PATCH 3/3] git-show-branch: avoid any column to be flagged as branch head if head is detached
` [PATCH 0/3] git-branch-head: recognize all refs pointing to the current branch head as such (Ah! topic is supposed to be git-show-branch:)

[RFC/PATCH] revision.c: add --format option for 'git log'
 2009-02-25 10:20 UTC  (21+ messages)
    ` [PATCH] Add --format that is a synonym to --pretty
            ` [PATCH 0/3] --format, --pretty and --oneline
              ` [PATCH 3/3] Add --oneline that is a synonym to "--pretty=oneline --abbrev-commit"
                  ` [PATCH] Add tests for git log --pretty, --format and --oneline
              ` [PATCH] bash completion: add --format= and --oneline options for "git log"
                ` [PATCH v2] "

git push
 2009-02-25 10:06 UTC  (13+ messages)

STGIT: stg import -s with a patch option
 2009-02-25  9:58 UTC  (2+ messages)

[PATCH] trace: Fixed a minor typo in an error message
 2009-02-25  9:54 UTC  (2+ messages)

[PATCH] Convert git-* invocations to "git *" in the svnimport example
 2009-02-25  9:54 UTC  (2+ messages)

[PATCH] README: fix path to "gitcvs-migration.txt" and be more consistent
 2009-02-25  9:54 UTC  (3+ messages)

[PATCH] Install builtins with the user and group of the installing personality
 2009-02-25  9:54 UTC  (4+ messages)

[PATCH] git diff ignore-space options should ignore missing EOL at EOF differences
 2009-02-25  9:35 UTC  (6+ messages)

git-svn and repository hierarchy?
 2009-02-25  9:26 UTC  (2+ messages)

autocrlf=input and safecrlf (was Re: CVS import [SOLVED])
 2009-02-25  9:03 UTC  (13+ messages)

[PATCH 00/21] git remote: set-head and new show output
 2009-02-25  8:32 UTC  (22+ messages)
` [PATCH 01/21] test scripts: refactor start_httpd helper
` [PATCH 02/21] add basic http clone/fetch tests
` [PATCH 03/21] refactor find_ref_by_name() to accept const list
` [PATCH 04/21] move duplicated get_local_heads() to remote.c
` [PATCH 05/21] move duplicated ref_newer() "
` [PATCH 06/21] move locate_head() "
` [PATCH 07/21] remote: simplify guess_remote_head()
` [PATCH 08/21] remote: let guess_remote_head() optionally return all matches
` [PATCH 09/21] remote: make match_refs() copy src ref before assigning to peer_ref
` [PATCH 10/21] remote: make match_refs() not short-circuit
` [PATCH 11/21] string-list: new for_each_string_list() function
` [PATCH 12/21] builtin-remote: refactor duplicated cleanup code
` [PATCH 13/21] builtin-remote: remove unused code in get_ref_states
` [PATCH 14/21] builtin-remote: rename variables and eliminate redundant function call
` [PATCH 15/21] builtin-remote: make get_remote_ref_states() always populate states.tracked
` [PATCH 16/21] builtin-remote: fix two inconsistencies in the output of "show <remote>"
` [PATCH 17/21] builtin-remote: teach show to display remote HEAD
` [PATCH 18/21] builtin-remote: add set-head subcommand
` [PATCH 19/21] remote: make guess_remote_head() use exact HEAD lookup if it is available
` [PATCH 20/21] builtin-remote: new show output style
` [PATCH 21/21] builtin-remote: new show output style for push refspecs

[PATCH] Allow HTTP tests to run on Darwin
 2009-02-25  8:28 UTC 

http-push: double free or corruption (!prev): 0x09fedb50
 2009-02-25  8:18 UTC  (2+ messages)

[PATCH] git-gui: Fix file name pattern in .gitattributes
 2009-02-25  8:00 UTC  (6+ messages)
      ` [PATCH 1/2] gitattributes.txt: Path matching rules are explained in gitignore.txt

git-push error: Cannot write keep file
 2009-02-25  7:15 UTC  (5+ messages)
  ` [PATCH v2] Make sure objects/pack exists before creating a new pack

[PATCH] Add bare repository indicator for __git_ps1
 2009-02-25  6:46 UTC  (14+ messages)

[PATCH v5] git-archive: Add new option "--output" to write archive to a file instead of stdout
 2009-02-25  6:13 UTC  (2+ messages)
` [PATCH] git-archive: add --output=<file> to send output to a file

Using grafts file to rewrite history
 2009-02-25  6:10 UTC  (2+ messages)

Fwd: git & Google SOC 2009
 2009-02-25  1:13 UTC 

[RFC/PATCH] Add a new commit-raw command
 2009-02-24 23:07 UTC  (4+ messages)

[PATCH] mergetool: demonstrate directory / file conflict breakage
 2009-02-24 23:05 UTC  (3+ messages)
` [PATCH] Test refactor

Altering Previous Commits' Author Field
 2009-02-24 22:16 UTC  (3+ messages)

[PATCH] git-svn fix to avoid using strftime %z
 2009-02-24 21:46 UTC  (2+ messages)

GSoC 2009 Prospective student
 2009-02-24 21:17 UTC  (7+ messages)

git bisect goes wild?
 2009-02-24 21:15 UTC  (8+ messages)

[PATCH] git.el: Only show completions from refs/heads, refs/remotes and refs/tags
 2009-02-24 20:39 UTC  (8+ messages)
            ` [PATCH] git.el: Only show completions from refs/heads

Git and Eclipse 3.5M5
 2009-02-24 19:11 UTC  (3+ messages)

[PATCH 00/23] builtin-remote improvments
 2009-02-24 17:49 UTC  (6+ messages)

git push usage
 2009-02-24 17:40 UTC  (2+ messages)
` [RFC] add test cases for the --repo option to git push

[PATCH] Expand explanation of the use of + in git push refspecs
 2009-02-24 17:39 UTC  (5+ messages)
` [PATCHv2] Docs: "

[PATCH 0/4] Add more tests of cvsimport
 2009-02-24 17:01 UTC  (5+ messages)
` [HALF A PATCH] Teach the '--exclude' option to 'diff --no-index'

[PATCH RFC 1/2] gitweb: Fix warnings with override permitted but no repo override
 2009-02-24 16:33 UTC  (6+ messages)
` [PATCH RFC 2/2] gitweb: Hyperlink multiple git hashes on the same commit message line
  ` Addresses with full names in patch emails


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