git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2008-02-27 18:59:48 to 2008-02-28 20:52:08 UTC [more...]

[PATCH 00/40] MinGW port
 2008-02-28 20:51 UTC  (69+ messages)
` [PATCH 01/40] Add compat/regex.[ch] and compat/fnmatch.[ch]
` [PATCH 02/40] Compile some programs only conditionally
` [PATCH 03/40] Add target architecture MinGW
` [PATCH 04/40] Windows: Use the Windows style PATH separator ';'
` [PATCH 08/40] Windows: always chmod(, 0666) before unlink()
` [PATCH 10/40] Windows: Treat Windows style path names
` [PATCH 11/40] Windows: Handle absolute paths in safe_create_leading_directories()
` [PATCH 13/40] Windows: Fix PRIuMAX definition
` [PATCH 14/40] Windows: Implement setitimer() and sigaction()
` [PATCH 15/40] Windows: A work-around for a misbehaved vsnprintf
` [PATCH 17/40] Windows: A pipe() replacement whose ends are not inherited to children
` [PATCH 18/40] Windows: Implement start_command()
` [PATCH 19/40] Windows: Change the name of hook scripts to make them not executable
` [PATCH 20/40] Windows: A rudimentary poll() emulation
` [PATCH 21/40] Windows: Disambiguate DOS style paths from SSH URLs
` [PATCH 22/40] Windows: Implement asynchronous functions as threads
` [PATCH 23/40] Windows: Local clone must use the drive letter in absolute paths
` [PATCH 24/40] Windows: Work around incompatible sort and find
` [PATCH 25/40] Windows: Implement a cpio emulation in git-clone.sh
` [PATCH 26/40] Windows: Implement wrappers for gethostbyname(), socket(), and connect()
` [PATCH 27/40] Windows: Implement a custom spawnve()
` [PATCH 28/40] Windows: Add a new lstat and fstat implementation based on Win32 API
` [PATCH 29/40] Windows: Use a customized struct stat that also has the st_blocks member
` [PATCH 30/40] Turn builtin_exec_path into a function
` [PATCH 31/40] Compute the ultimate fallback for exec_path from the program invocation
` [PATCH 32/40] Windows: Use a relative default template_dir and ETC_GITCONFIG
` [PATCH 33/40] When installing, be prepared that template_dir may be relative
` [PATCH 34/40] Windows: Make the pager work
` [PATCH 35/40] Windows: Work around an oddity when a pipe with no reader is written to
` [PATCH 36/40] Avoid the "dup dance" in wt_status_print_verbose() when possible
` [PATCH 37/40] Windows: Make 'git help -a' work
` [PATCH 38/40] Windows: TMP and TEMP environment variables specify a temporary directory
` [PATCH 39/40] Windows: Fix ntohl() related warnings about printf formatting
` [PATCH 40/40] compat/pread.c: Add foward decl to fix warning

'git gc' always run, on old kernel repo?
 2008-02-28 20:45 UTC  (6+ messages)

git-checkout regression?
 2008-02-28 20:25 UTC  (6+ messages)
` [PATCH] Write index file on any checkout of files

[PATCH] git.el: find the git-status buffer whatever its name is
 2008-02-28 20:14 UTC  (4+ messages)

Multiple -M options for git-cvsimport
 2008-02-28 20:07 UTC  (6+ messages)
` [PATCH] cvsimport: have default merge regex allow for dashes in the branch name
  ` [PATCH] cvsimport: allow for multiple -M options
    ` [PATCH] cvsimport: document that -M can be used multiple times
      ` [PATCH] cvsimport: configure Getopt::Long to bundle options

a partial git-svn checkout
 2008-02-28 19:43 UTC 

git diff --name-status does not always list changed files
 2008-02-28 19:33 UTC  (2+ messages)

cookbook question
 2008-02-28 19:00 UTC 

[PATCH] templates/Makefile: don't depend on local umask setting
 2008-02-28 18:44 UTC 

msgmft segfaulting on tiger
 2008-02-28 18:40 UTC  (11+ messages)

warning: no common commits - slow pull
 2008-02-28 18:36 UTC  (16+ messages)
                    ` [PATCH] Always use the current connection's remote ref list in git protocol

[PATCHv3] clone: support cloning full bundles
 2008-02-28 17:57 UTC  (2+ messages)

[PATCH] Use diff_tree() directly in making cover letter
 2008-02-28 17:38 UTC  (2+ messages)

stgit - continue rebase after merge conflict?
 2008-02-28 17:38 UTC  (3+ messages)

[PATCH] Correct name of diff_flush() in API documentation
 2008-02-28 17:24 UTC 

[PATCH] Fix builtin checkout crashing when given an invalid path
 2008-02-28 16:49 UTC  (2+ messages)
` [PATCH] Expect the exit code of builtin checkout to be in portable range

[PATCH 1/9] "git read-tree -m" and the like require worktree
 2008-02-28 15:53 UTC  (17+ messages)
` [PATCH 4/9] Make setup_work_tree() return new prefix
` [PATCH 5/9] http-push: Avoid calling setup_git_directory() twice
` [PATCH 6/9] Completely move out worktree setup from setup_git_directory_gently()

[PATCH 2/2] Improve collection of information for format-patch --cover-letter
 2008-02-28 15:20 UTC  (4+ messages)
  ` [PATCH] format-patch: remove a leftover debugging message

[PATCH] Add merge-subtree back
 2008-02-28 14:57 UTC  (5+ messages)
` [PATCH] New test to check the real "subtree" case
    ` [PATCH] Improve t6029 "

Google Summer of Code 2008
 2008-02-28 13:59 UTC  (7+ messages)

[PATCH] Document conding style
 2008-02-28 13:07 UTC  (2+ messages)

Suggestion: make --left-right work with --merge
 2008-02-28 11:21 UTC  (5+ messages)

[PATCH] git add --interactive: Autoselect single patch file
 2008-02-28 11:15 UTC 

Minor bug in 'stg edit' ?
 2008-02-28  9:41 UTC  (2+ messages)

[RFC/PATCH] mergetool: clarify local/remote terminology
 2008-02-28  8:43 UTC  (4+ messages)

[PATCH 4/4] Teach git-fetch to grab a tag at the same time as a commit
 2008-02-28  8:43 UTC 

[PATCH 3/4] Make git-fetch follow tags we already have objects for sooner
 2008-02-28  8:42 UTC 

[PATCH 2/4] Allow builtin-fetch's find_non_local_tags to append onto a list
 2008-02-28  8:42 UTC 

[PATCH 1/4] Remove unused variable in builtin-fetch find_non_local_tags
 2008-02-28  8:42 UTC 

[PATCH 1/4] git.el: Support for showing unknown/ignored directories
 2008-02-28  7:46 UTC  (8+ messages)

[PATCH] rev-list: add --branches, --tags and --remotes
 2008-02-28  7:24 UTC 

[PATCH 1/3] Add --reverse to the git-rev-list usage string
 2008-02-28  6:32 UTC  (3+ messages)
` [PATCH 2/3] Document the sendemail.smtpserverport config variable
  ` [PATCH 3/3] Add test for filter-branch on a subdirectory that's been added and deleted and re-added

[PATCH] Teach git-describe to verify annotated tag names before output
 2008-02-28  6:22 UTC 

[PATCH 0/4] enhancements to 'git verify-pack'
 2008-02-28  5:25 UTC  (5+ messages)
` [PATCH 1/4] factorize revindex code out of builtin-pack-objects.c
  ` [PATCH 2/4] make verify_one_pack() a bit less wrong wrt packed_git structure
    ` [PATCH 3/4] fix unimplemented packed_object_info_detail() features
      ` [PATCH 4/4] add storage size output to 'git verify-pack -v'

[PATCH 2/2] Documentation: help: describe 'man.viewer' config variable
 2008-02-28  4:20 UTC 

[PATCH 1/2] help: add "man.viewer" config var to use "woman" or "konqueror"
 2008-02-28  4:19 UTC 

help: add "man.viewer" config var to use "woman" or "konqueror"
 2008-02-28  3:53 UTC  (3+ messages)

[PATCH] Documentation: help: describe 'man.viewer' config variable
 2008-02-28  3:51 UTC 

What's cooking in git.git (topics)
 2008-02-28  0:45 UTC  (9+ messages)

What's in git.git (stable frozen)
 2008-02-28  0:43 UTC  (6+ messages)
` What's in git.git
  ` What's in git.git (stable)

[PATCHv2] clone: support cloning full bundles
 2008-02-28  0:32 UTC  (8+ messages)

FW: git via http protocol _and_ a proxy using NTLM authentication -- git 1.5.4.2 & curl 7.18.0
 2008-02-28  0:10 UTC  (2+ messages)

git-svn messing with timezones
 2008-02-27 23:23 UTC  (6+ messages)

FW: git via http protocol _and_ a proxy using NTLMauthentication -- git 1.5.4.2 & curl 7.18.0
 2008-02-27 22:55 UTC  (2+ messages)

[PATCH] git-remote: do not complain on multiple URLs for a remote
 2008-02-27 22:51 UTC  (3+ messages)

[GIT-P4] usage under Windows
 2008-02-27 22:32 UTC  (2+ messages)

[PATCH] http-push: push <remote> :<branch> deletes remote branch
 2008-02-27 22:24 UTC  (14+ messages)
  ` [PATCH] http-push: add regression tests
                    ` [PATCH 1/2] http-push: push <remote> :<branch> deletes remote branch
                    ` [PATCH 2/2] http-push: add regression tests

FW: git via http protocol _and_ a proxy using NTLM authentication -- git 1.5.4.2 & curl 7.18.0
 2008-02-27 20:39 UTC  (7+ messages)
` [PATCH] Set proxy override with http_init()

[RFC] Build in clone
 2008-02-27 20:31 UTC  (12+ messages)
  ` [PATCH] Fix premature call to git_config() causing t1020-subdirectory to fail

git-send-email getting filtered as spam by vger.kernel.org
 2008-02-27 19:48 UTC  (5+ messages)
` [PATCH] send-email: fix In-Reply-To regression

[PATCH] Prompt to continue when editing during rebase --interactive
 2008-02-27 19:48 UTC  (2+ messages)

[PATCH] git-apply --whitespace=fix: fix off by one thinko
 2008-02-27 19:48 UTC 

[PATCH 0/4] Improve gitweb search, and other things
 2008-02-27 19:47 UTC  (5+ messages)
` [PATCH 1/4] Add '--fixed-strings' option to "git log --grep" and friends
    ` [PATCH 1/4 (alternate)] "


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