git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2008-02-26 15:49:23 to 2008-02-28 03:39:28 UTC [more...]

[PATCH 00/40] MinGW port
 2008-02-28  3:38 UTC  (46+ 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 05/40] Windows: Strip ".exe" from the program name
` [PATCH 06/40] Windows: Implement a wrapper of the open() function
` [PATCH 07/40] Windows: A minimal implemention of getpwuid()
` [PATCH 08/40] Windows: always chmod(, 0666) before unlink()
` [PATCH 09/40] Windows: Work around misbehaved rename()
` [PATCH 10/40] Windows: Treat Windows style path names
` [PATCH 11/40] Windows: Handle absolute paths in safe_create_leading_directories()
` [PATCH 12/40] Windows: Implement gettimeofday()
` [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 16/40] Windows: Wrap execve so that shell scripts can be invoked
` [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

[PATCH 1/9] "git read-tree -m" and the like require worktree
 2008-02-28  3:37 UTC  (16+ messages)
` [PATCH 2/9] Make sure setup_git_directory is called before accessing repository
` [PATCH 3/9] Make get_git_dir() and 'git rev-parse --git-dir' absolute path
` [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 7/9] builtin-archive: mark unused prefix "unused_prefix"
` [PATCH 8/9] Make setup_git_directory() auto-setup worktree if found
` [PATCH 9/9] Documentation: update api-builtin and api-setup

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

[PATCHv3] clone: support cloning full bundles
 2008-02-28  2:22 UTC 

[PATCH] Add merge-subtree back
 2008-02-28  1:51 UTC  (2+ messages)
` [PATCH] New test to check the real "subtree" case

warning: no common commits - slow pull
 2008-02-28  0:47 UTC  (13+ messages)

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)

msgmft segfaulting on tiger
 2008-02-28  0:32 UTC  (10+ 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  (11+ messages)
      ` [PATCH] Documentation/git svn log: add a note about timezones

Minor bug in 'stg edit' ?
 2008-02-27 22:47 UTC 

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)

Suggestion: make --left-right work with --merge
 2008-02-27 22:50 UTC  (4+ messages)

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

[PATCH] http-push: Fix error message for push <remote> :<branch>
 2008-02-27 22:24 UTC  (18+ messages)
  ` [PATCH] http-push: push <remote> :<branch> deletes remote branch
      ` [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  (9+ messages)
  ` [PATCH] Set proxy override with http_init()

[RFC] Build in clone
 2008-02-27 20:31 UTC  (22+ messages)
  ` [PATCH] Fix premature call to git_config() causing t1020-subdirectory to fail
` [PATCH] Fix premature free of ref_lists while writing temporary refs to file

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  (3+ messages)

[PATCH 1/4] git.el: Support for showing unknown/ignored directories
 2008-02-27 19:48 UTC  (6+ 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  (6+ messages)
` [PATCH 1/4] Add '--fixed-strings' option to "git log --grep" and friends
    ` [PATCH 1/4 (alternate)] "

[PATCH 0/9] More on worktree fixes
 2008-02-27 16:37 UTC 

[PATCH] Documentation: help: describe 'man.viewer' config variable
 2008-02-27 13:22 UTC  (2+ messages)

[PATCH] Document conding style
 2008-02-27  9:43 UTC  (3+ messages)

stgit - continue rebase after merge conflict?
 2008-02-27  9:38 UTC  (4+ messages)

[PATCH] Don't use GIT_CONFIG in t5505-remote
 2008-02-27  8:21 UTC  (4+ messages)

[PATCH 01/10] add generic, type aware object chain walker
 2008-02-27  7:48 UTC  (8+ messages)
` [PATCH 02/10] builtin-fsck: move away from object-refs to fsck_walk
  ` [PATCH 03/10] Remove unused object-ref code
    ` [PATCH 04/10] builtin-fsck: reports missing parent commits
      ` [PATCH 05/10] builtin-fsck: move common object checking code to fsck.c

Using gpg and gitattributes together
 2008-02-27  0:13 UTC 

Google Summer of Code 2008
 2008-02-26 23:39 UTC  (2+ messages)

[PATCH] pack-objects: Add runtime detection of online CPU's
 2008-02-26 23:04 UTC  (9+ messages)
  ` [PATCH] pack-objects: Print a message describing the number of threads for packing

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

[PATCH 2/2] pull: document usage via OPTIONS_SPEC
 2008-02-26 21:37 UTC  (4+ messages)
` [PATCH v2] "

[RFC] Support TEST_GIT_PATH variable for the path for the git to test
 2008-02-26 21:01 UTC  (8+ messages)

[PATCH 3/3] help: respect aliases
 2008-02-26 20:31 UTC  (5+ messages)

t7300 "removal failure" broken on Windows
 2008-02-26 20:22 UTC 

git clone/push collision
 2008-02-26 18:59 UTC 

[PATCH 2/2] Improve collection of information for format-patch --cover-letter
 2008-02-26 18:46 UTC  (4+ messages)

git-email automatic --to detection?
 2008-02-26 17:44 UTC  (6+ messages)

"Contributors never merge" and preserving history
 2008-02-26 16:41 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).