git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2008-09-19 18:16:31 to 2008-09-22 18:02:07 UTC [more...]

[PATCH 1/3] for-each-ref: utilize core.warnambiguousrefs for strict refname:short format
 2008-09-22 18:00 UTC  (9+ messages)
` [PATCH 2/3] for-each-ref: factor out get_short_ref() into refs.c:abbreviate_refname()
  ` [PATCH 3/3] git abbref-ref: new porcelain for abbreviate_ref()

[funny] "git checkout -t origin/xyzzy" seems to misbehave
 2008-09-21 18:36 UTC  (3+ messages)

ignoring files/directories in git
 2008-09-22 12:19 UTC  (11+ messages)

[TopGit PATCH] prev/next/tsort: commands to explore dependencies
 2008-09-22 17:32 UTC  (5+ messages)
` [TopGit PATCH] tg-patch: add From/Date: line to header and print to file

[PATCH] Do not perform cross-directory renames when creating packs
 2008-09-22 17:31 UTC  (2+ messages)

[PATCH] Do not rename read-only files during a push
 2008-09-22 17:20 UTC 

[PATCH v2 1/4] diff.c: return pattern entry pointer rather than just the hunk header pattern
 2008-09-22 16:59 UTC  (12+ messages)
` [PATCH v2 4/4] diff.c: convert builtin funcname patterns to non-GNU extended regex syntax

What's cooking in gitweb (20 Sep 2008)
 2008-09-22 16:51 UTC  (5+ messages)

[PATCH] Fix submodule sync with relative submodule URLs
 2008-09-22 16:08 UTC 

[PATCH RFC 1/6] Docs: send-email's usage text and man page mention same options
 2008-09-22 15:58 UTC  (6+ messages)
` [PATCH RFC 2/6] Docs: send-email usage cleanup 1
  ` [PATCH RFC 3/6] Docs: send-email usage text much sexier
    ` [PATCH RFC 4/6] Docs: send-email: Option order the same in man page and usage text
      ` [PATCH RFC 5/6] Docs: send-email: change --no-validate to boolean --[no-]validate
        ` [PATCH RFC 6/6] Docs: send-email: --chain_reply_to -> --[no-]chain-reply-to

Git-1.6.0.2-preview20080921 on Windows
 2008-09-22 15:56 UTC  (9+ messages)
` [CORRECTION] "

[ANNOUNCE] TopGit v0.3
 2008-09-22 15:27 UTC  (10+ messages)

Diff-tree does not work for initial commit
 2008-09-22 13:32 UTC  (16+ messages)
          ` [RFC/PATCH] extend meaning of "--root" option to index comparisons
                ` Re* "

[PATCH] git-remote: do not use user input in a printf format string
 2008-09-22 12:41 UTC  (2+ messages)

[PATCH] Use dashless git commands in setgitperms.perl
 2008-09-22 11:30 UTC  (5+ messages)

[PATCH (GIT-GUI,GITK) 0/8] Encoding support in GUI
 2008-09-22 10:18 UTC  (14+ messages)
` [PATCH (GIT-GUI,GITK) 6/8] gitk: Port new encoding logic from git-gui

git equivalent to svn info?
 2008-09-22  8:57 UTC  (4+ messages)
` [PATCH] make "git remote" report multiple URLs
    ` [PATCH v2] "

out of memory problem
 2008-09-22  7:32 UTC  (2+ messages)

[PATCH (GIT-GUI)] git-gui: Reenable staging unmerged files by clicking the icon
 2008-09-22  7:31 UTC  (2+ messages)

[PATCH 0/7 v2] prefix discovery at runtime (on Windows)
 2008-09-22  5:57 UTC  (11+ messages)
` [PATCH 1/7] Windows: Add workaround for MSYS' path conversion
  ` [PATCH 2/7] system_path(): Add prefix computation at runtime if RUNTIME_PREFIX set
    ` [PATCH 3/7] Refactor git_set_argv0_path() to git_extract_argv0_path()
      ` [PATCH 4/7] Glean libexec path from argv[0] for git-upload-pack and git-receive-pack
        ` [PATCH 5/7] Add calls to git_extract_argv0_path() in programs that call git_config_*
          ` [PATCH 6/7] Modify setup_path() to only add git_exec_path() to PATH
            ` [PATCH 7/7] Windows: Revert to default paths and convert them by RUNTIME_PREFIX

[PATCH] git-svn: do a partial rebuild if rev_map is out-of-date
 2008-09-22  4:12 UTC  (5+ messages)
  ` [PATCH v2 0/1] git-svn: testcase for partial rebuild
  ` [PATCH v2 1/1] git-svn: do a partial rebuild if rev_map is out-of-date

[PATCH v2 00/14] Sparse checkout
 2008-09-21 22:21 UTC  (33+ messages)
` [PATCH 01/14] Extend index to save more flags
  ` [PATCH 02/14] Introduce CE_NO_CHECKOUT bit
    ` [PATCH 03/14] ls-files: add options to support sparse checkout
      ` [PATCH 04/14] update-index: refactor mark_valid() in preparation for new options
        ` [PATCH 05/14] update-index: add --checkout/--no-checkout to update CE_NO_CHECKOUT bit
          ` [PATCH 06/14] ls-files: Add tests for --sparse and friends
            ` [PATCH 07/14] Prevent diff machinery from examining worktree outside sparse checkout
              ` [PATCH 08/14] checkout_entry(): CE_NO_CHECKOUT on checked out entries
                ` [PATCH 09/14] grep: skip files outside sparse checkout area
                  ` [PATCH 10/14] ls-files: support "sparse patterns", used to form sparse checkout areas
                    ` [PATCH 11/14] unpack_trees(): add support for sparse checkout
                      ` [PATCH 12/14] clone: support sparse checkout with --narrow-path option
                        ` [PATCH 13/14] checkout: add new options to support sparse checkout
                          ` [PATCH 14/14] wt-status: Show orphaned entries in "git status" output
      ` Encoding problems with format-patch [Was: [PATCH v2 00/14] Sparse checkout]

clone fails: Could not get the current working directory
 2008-09-21 22:18 UTC  (2+ messages)

[PATCHv2 0/6] gitweb pathinfo improvements
 2008-09-21 20:57 UTC  (7+ messages)
` [PATCH 1/6] gitweb: action in path with use_pathinfo
  ` [PATCH 2/6] gitweb: use_pathinfo filenames start with /
    ` [PATCH 3/6] gitweb: parse parent..current syntax from pathinfo
      ` [PATCH 4/6] gitweb: use_pathinfo creates parent..current paths
        ` [PATCH 5/6] gitweb: remove PATH_INFO from $my_url and $my_uri
          ` [PATCH 6/6] gitweb: prevent double slashes in PATH_INFO hrefs

Problems with git over http
 2008-09-21 20:51 UTC  (7+ messages)

[PATCH 2/2] Documentation: Refer to git-rebase(1) to warn against rewriting
 2008-09-21 20:26 UTC  (4+ messages)
` [RFC PATCH] Documentation: add manpage about workflows

[PATCH 1/2] Add new test to show git archive autocrlf bug
 2008-09-21 20:25 UTC  (2+ messages)
` [PATCH 2/2] Make git respect core.autocrlf for zip archives

[StGit PATCH 0/2] stg delete --spill
 2008-09-21 19:07 UTC  (3+ messages)
` [StGit PATCH 1/2] Add a new flag, --spill, to stg delete
` [StGit PATCH 2/2] Test the new stg delete --spill flag

[StGit PATCH] Remove misleading "stg delete" documentation
 2008-09-21 19:06 UTC 

[StGit] kha/{safe,experimental} updated
 2008-09-21 15:37 UTC  (2+ messages)
` [StGit PATCH] Automatic bash completion

TopGit: how to deal with upstream inclusion
 2008-09-21 14:19 UTC  (4+ messages)

[PATCH] gitattributes documentation: link to gitignore for glob format
 2008-09-21 13:23 UTC  (3+ messages)

[JGIT PATCH] Fixed a bug that caused tabs in ~/.ssh/config to break parsing
 2008-09-21 11:25 UTC  (6+ messages)
` [JGIT PATCH] Add test for OpenSshConfig separator parsing
    ` [JGIT PATCH] Test and fix handling of quotes in ~/.ssh/config

git-am strips final ')' character from author name
 2008-09-21 10:51 UTC  (3+ messages)

[RFC] Detached-HEAD reminder on commit?
 2008-09-21 10:42 UTC  (4+ messages)
` [PATCH] Builtin-commit: show on which branch a commit was added

[PATCH 0/7] prefix discovery at runtime (on Windows)
 2008-09-21  7:48 UTC  (4+ messages)
` [PATCH 1/7] Windows: Add workaround for MSYS' path conversion

[PATCH] completion: git commit should list --interactive
 2008-09-20  2:44 UTC  (3+ messages)

[EGIT] Checking out signed tags fails
 2008-09-20  0:26 UTC  (3+ messages)

[PATCH] bash: use for-each-ref format 'refname:short'
 2008-09-19 23:51 UTC  (2+ messages)

What's cooking in git.git (Sep 2008, #03; Fri, 19)
 2008-09-19 23:43 UTC  (5+ messages)

[RFC Redux] strbuf: Add method to convert byte-size to human readable form
 2008-09-19 22:37 UTC  (6+ messages)

[PATCH] [TOPGIT] Use git-mailinfo to extract author informations from .topmsg
 2008-09-19 21:27 UTC 

[IRC/patches] Failed octopus merge does not clean up
 2008-09-19 20:28 UTC  (7+ messages)
` [PATCH] Add test that checks octopus merge cleanup
  ` [PATCH] Documentation: warn against merging in a dirty tree

[PATCH] Bust the ghost of long-defunct diffcore-pathspec
 2008-09-19 20:12 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] fix openssl headers conflicting with custom SHA1 implementations
 2008-09-19 20:11 UTC 

[RFC/PATCH] Use compatibility regex library for OSX/Darwin
 2008-09-19 18:14 UTC  (3+ messages)
` [PATCH 3/4] diff.*.xfuncname which uses "extended" regex's for hunk header selection


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