git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2009-05-19 06:35:55 to 2009-05-21 15:48:40 UTC [more...]

[EGIT PATCH 1/3] Add ref rename support to JGit
 2009-05-21 15:48 UTC  (12+ messages)
` [EGIT PATCH 0/6] Ref rename
  ` [EGIT PATCH 1/6] Make sure we get the right storage for loose/pack/loose and packed refs
    ` [EGIT PATCH 2/6] Add ref rename support to JGit
      ` [EGIT PATCH 3/6] Add ref rename support to the branch dialog
        ` [EGIT PATCH 4/6] Allow non-ASCII ref names when writing the packed-refs file
          ` [EGIT PATCH 5/6] Use Constants.PACKED_REFS in RefWriter
            ` [EGIT PATCH 6/6] Improve error reporting in the branch dialog

[PATCH v3 0/2] user-manual: general improvements
 2009-05-21 15:47 UTC  (11+ messages)
` [PATCH v3 0/2] "

git doesn't append ".git" to url WAS [PATCH 0/3] http*: refactor fetching code (v2)
 2009-05-21 15:39 UTC  (3+ messages)

How to check repository/working tree status from a script
 2009-05-21 15:37 UTC  (14+ messages)

[PATCH] apply: handle filenames with double slashes better
 2009-05-21 14:56 UTC  (2+ messages)

[PATCH v0 1/3] doc/git-rebase.txt: remove mention of multiple strategies
 2009-05-21 14:39 UTC  (10+ messages)
` [PATCH v0 2/3] t/t3400-rebase.sh: add more tests to help migrating git-rebase.sh to C
  ` [PATCH v0 3/3] Build in git-rebase.sh

[PATCH v2] git-svn: add --authors-prog option
 2009-05-21 14:30 UTC  (4+ messages)
` [PATCH v3] "

git archive, cygwin, and --git-dir vs --remote
 2009-05-21 14:29 UTC  (4+ messages)

Multiply her desire
 2009-05-21 13:07 UTC 

Submodules and merge conflicts
 2009-05-21 13:22 UTC 

[PATCH] Terminate argv with NULL before calling setup_revisions()
 2009-05-21  9:32 UTC 

[TopGit PATCH v2] tg-graph: print dependency graph like git log --graph
 2009-05-21  9:29 UTC  (5+ messages)

Getting Commits from One Repository to Another
 2009-05-21  9:12 UTC  (3+ messages)

[PATCH 1/3] show-branch: Fix die message in parse_reflog_param()
 2009-05-21  7:33 UTC  (3+ messages)
` [PATCHv2 1/2] parse-options: add PARSE_OPT_LITERAL_ARGHELP for complicated argh's
` [PATCHv2 2/2] show-branch: migrate to parse-options API

Reverting an uncommitted revert
 2009-05-21  6:16 UTC  (28+ messages)
      ` [PATCH] write-tree --ignore-cache-tree
        ` [PATCH 1/2] cache-tree.c::cache_tree_find(): simplify inernal API
        ` [PATCH 2/2] Optimize "diff-index --cached" using cache-tree

git-grep colouring bug with -w option
 2009-05-21  4:29 UTC  (3+ messages)
` [PATCH] grep: fix word-regexp colouring

[PATCH] setup_revisions(): do not access outside argv
 2009-05-21  4:18 UTC  (7+ messages)

[RFC/PATCH] completion: complete pretty format placeholders
 2009-05-21  3:59 UTC  (3+ messages)

[PATCH] git-send-email: Handle quotes when parsing .mailrc files
 2009-05-21  2:45 UTC 

Funny error with git gc
 2009-05-21  1:22 UTC  (5+ messages)
  ` [MAKESHIFT PATCH] Cope better with a _lot_ of packs

[PATCH] completion: use git rev-parse to detect bare repos
 2009-05-20 22:54 UTC  (2+ messages)

[PATCH] Add a reminder test case for a merge with F/D transition
 2009-05-20 22:09 UTC  (4+ messages)
` [PATCH] Fix for a merge where a branch has an F->D transition

[PATCH 0/5] grep parseopt conversion
 2009-05-20 22:05 UTC  (4+ messages)
` [PATCH 5/5] grep: use parseopt
    ` [PATCH] grep: make callback functions static

Syntax check via update hook?
 2009-05-20 20:57 UTC  (8+ messages)

Quick way to clone exactly one branch
 2009-05-20 20:45 UTC 

Trying to sync two svn repositories with git-svn (repost)
 2009-05-20 16:40 UTC  (11+ messages)

[PATCH 0/3] http*: refactor fetching code (v2)
 2009-05-20 14:03 UTC  (6+ messages)

[PATCH 0/5] RESEND: git notes
 2009-05-20 11:54 UTC  (4+ messages)
` [PATCHv2 "

help reproduce fast-forward in rebase
 2009-05-20  9:37 UTC  (4+ messages)

any way to apply tag across all branches in repository?
 2009-05-20  8:58 UTC 

[TopGit PATCH] tg-graph: print dependency graph like git log --graph
 2009-05-20  6:07 UTC  (18+ messages)

any way to apply tag across all branches in repository?
 2009-05-19 21:31 UTC  (16+ messages)

[RFC/PATCH] gitweb: Fail early
 2009-05-19 20:40 UTC 

What is the current best bi-directional git<->bzr method?
 2009-05-19 20:31 UTC  (3+ messages)

[PATCH] Extend sample pre-commit hook to check for non ascii file/usernames
 2009-05-19 20:01 UTC  (9+ messages)
  ` [PATCH v2] Extend sample pre-commit hook to check for non ascii filenames
      ` Cross-Platform Version Control
          ` [PATCH] Extend sample pre-commit hook to check for non ascii filenames
              ` [PATCH v4] "

problems getting uptodate from a remote repository
 2009-05-19 17:19 UTC  (3+ messages)

committing to a checked out branch
 2009-05-19 17:01 UTC  (5+ messages)

[PATCH/RFC RESEND 0/2] git subtree: an alternative to git submodule
 2009-05-19 16:13 UTC  (8+ messages)
`  "

[PATCH 1/3] dir.c: clean up handling of 'path' parameter in read_directory_recursive()
 2009-05-19 13:31 UTC  (7+ messages)
` [PATCH 2/3] Add 'fill_directory()' helper function for directory traversal
  ` [PATCH 3/3] read_directory(): infrastructure for pathname character set conversion
    ` [PATCH 4/3] Introduce 'convert_path_to_git()'

What's cooking in git.git (May 2009, #02; Sun, 17)
 2009-05-19 13:26 UTC  (8+ messages)
            ` git submodule update --merge (Was: What's cooking in git.git (May 2009, #02; Sun, 17))

git-tag bug? confusing git fast-export with double tag objects
 2009-05-19 11:29 UTC  (17+ messages)

[PATCH] Transaction.push_patch(): Set self.head only when we have a merge conflict
 2009-05-19 10:07 UTC 

[PATCH] gitk: Handle msysGit version during version comparisons
 2009-05-19 10:38 UTC  (4+ messages)

[StGit PATCH] Add a --tree flag to stg push
 2009-05-19 10:27 UTC  (6+ messages)
  ` [StGit PATCH v2] Add a --set-tree "

auto-merge after push?
 2009-05-19  9:36 UTC  (5+ messages)

gitweb: Comments on perlcritic suggestions with severity 3 (harsh)
 2009-05-19  8:40 UTC 

[PATCH 2/3] commit: add function to unparse a commit and its parents
 2009-05-19  7:48 UTC  (8+ messages)

[PATCH] Fix type-punning issues
 2009-05-19  7:04 UTC  (5+ messages)
` [PATCH 1/3] Unify signedness in hashing calls
  ` [PATCH 2/3] Convert hash functions to char instead of struct object


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