git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-07-17 15:37:23 to 2014-07-21 06:45:42 UTC [more...]

[RFC/PATCH] avoid SIGPIPE warnings for aliases
 2014-07-21  6:45 UTC  (2+ messages)

inotify support, nearly there
 2014-07-21  5:10 UTC  (2+ messages)

[PATCH v6 00/32] Support multiple checkouts
 2014-07-21  3:34 UTC  (10+ messages)
` [PATCH v7 00/31] "
  ` [PATCH v7 22/31] checkout: support checking out into a new working directory
  ` [PATCH v7 23/31] checkout: clean up half-prepared directories in --to mode
  ` [PATCH v7 25/31] prune: strategies for linked checkouts

[PATCH v2 0/4] getcwd without PATH_MAX
 2014-07-21  2:33 UTC  (6+ messages)
` [PATCH v2 1/4] strbuf: add strbuf_getcwd()
` [PATCH v2 2/4] use strbuf_getcwd() to get the current working directory without fixed-sized buffers
` [PATCH v2 3/4] wrapper: add xgetcwd()
` [PATCH v2 4/4] use xgetcwd() get the current directory or die

[PATCH] abspath.c: use PATH_MAX in real_path_internal()
 2014-07-21  2:25 UTC  (17+ messages)

scan.coverity: improve the modeling file of git.git
 2014-07-20 21:44 UTC 

[RFC] rebase --root: Empty root commit is replaced with sentinel
 2014-07-20 20:52 UTC  (4+ messages)
` [PATCH v1] rebase --root: sentinel commit cloaks empty commits

[PATCH] Add failing test: "fsck survives inflate errors"
 2014-07-20 20:43 UTC  (2+ messages)

git_inetd_server: run git-http-backend using inetd
 2014-07-20 15:25 UTC  (13+ messages)

[PATCH 0/3] getcwd without PATH_MAX
 2014-07-20 15:22 UTC  (10+ messages)
` [PATCH 1/3] strbuf: add strbuf_add_cwd()
` [PATCH 2/3] wrapper: add xgetcwd()
` [PATCH 3/3] use xgetcwd() get the current directory or die

[PATCH] Make locked paths absolute when current directory is changed
 2014-07-20 12:50 UTC  (8+ messages)
` [PATCH v2 1/2] lockfile.c: remove PATH_MAX limitation (except in resolve_symlink)
  ` [PATCH v2 2/2] Make locked paths absolute when current directory is changed

[PATCH] add documentation for writing config files
 2014-07-20  7:18 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 0/3] fix test suite with mingw-unicode patches
 2014-07-19 19:37 UTC  (16+ messages)
` [PATCH 0/6] mingw test fixes
  ` [PATCH 1/6] MinGW: Skip test redirecting to fd 4
  ` [PATCH 2/6] Disable t0110's high-bit test on Windows
        ` [PATCH] t0110/MinGW: skip tests that pass arbitrary bytes on the command line
  ` [PATCH 4/6] t4210: skip command-line encoding tests on mingw
  ` [PATCH 5/6] t9902: mingw-specific fix for gitfile link files
  ` [PATCH 6/6] t800[12]: work around MSys limitation

[PATCH 00/13] mingw unicode environment
 2014-07-19 19:13 UTC  (22+ messages)
` [PATCH 01/13] Revert "Windows: teach getenv to do a case-sensitive search"
` [PATCH 02/13] Win32: Unicode environment (outgoing)
  ` [PATCH] fixup! "
` [PATCH 03/13] Win32: Unicode environment (incoming)
` [PATCH 04/13] Win32: fix environment memory leaks
` [PATCH 05/13] Win32: unify environment case-sensitivity
` [PATCH 06/13] Win32: unify environment function names
` [PATCH 07/13] Win32: factor out environment block creation
` [PATCH 08/13] Win32: don't copy the environment twice when spawning child processes
` [PATCH 09/13] Win32: reduce environment array reallocations
` [PATCH 10/13] Win32: use low-level memory allocation during initialization
` [PATCH 11/13] Win32: keep the environment sorted
` [PATCH 12/13] Win32: patch Windows environment on startup
` [PATCH 13/13] Enable color output in Windows cmd.exe
        ` Re: [PATCH 00/13] mingw unicode environment

[PATCH 1/2] mergetool: don't require a work tree for --tool-help
 2014-07-19 18:29 UTC  (4+ messages)
` [PATCH 2/2] difftool: don't assume that default sh is sane

[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
 2014-07-19 18:14 UTC  (10+ messages)
` [PATCH RFC v2 00/19] Enable options --signoff, --reset-author for pick, reword
  ` [PATCH RFC v2 08/19] rebase -i: Root commits are replayed with an unnecessary option

[PATCH v4 0/1] http: Add Accept-Language header if possible
 2014-07-19 17:58 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH] fast-import: use hashcmp() for SHA1 hash comparison
 2014-07-19 17:53 UTC  (7+ messages)

[PATCH] Fix contrib/subtree Makefile to patch #! line
 2014-07-19 16:08 UTC 

[PATCH v7 0/9] Add --graft option to git replace
 2014-07-19 15:01 UTC  (10+ messages)
` [PATCH v7 1/9] replace: cleanup redirection style in tests
` [PATCH v7 2/9] replace: add --graft option
` [PATCH v7 3/9] replace: add test for --graft
` [PATCH v7 4/9] Documentation: replace: add --graft option
` [PATCH v7 5/9] contrib: add convert-grafts-to-replace-refs.sh
` [PATCH v7 6/9] replace: remove signature when using --graft
` [PATCH v7 7/9] replace: add test for --graft with signed commit
` [PATCH v7 8/9] replace: check mergetags when using --graft
` [PATCH v7 9/9] replace: add test for --graft with a mergetag

[PATCH] use xmemdupz() to allocate copies of strings given by start and length
 2014-07-19 15:35 UTC 

[PATCH 1/4] completion: add missing terminator in case statement
 2014-07-19 15:10 UTC  (6+ messages)
` [PATCH 2/4] completion: complete "unstuck" `git push --recurse-submodules`
` [PATCH 3/4] completion: add some missing options to `git push`
` [PATCH 4/4] completion: complete `git push --force-with-lease=`

[PATCH] use xcalloc() to allocate zero-initialized memory
 2014-07-19 13:56 UTC 

[PATCH v11 0/4] git config cache & special querying api utilizing the cache
 2014-07-19  9:50 UTC  (6+ messages)
` [PATCH v11 1/4] string-list: add string_list initializer helper function
` [PATCH v11 2/4] replace memset with string-list initializers
` [PATCH v11 3/4] add `config_set` API for caching config-like files
` [PATCH v11 4/4] test-config: add tests for the config_set API

[PATCH 00/12] Use ref transactions part 3
 2014-07-18 22:59 UTC  (10+ messages)
` [PATCH 01/12] wrapper.c: simplify warn_if_unremovable
` [PATCH 02/12] wrapper.c: add a new function unlink_or_msg
` [PATCH 05/12] refs.c: pass NULL as *flags to read_ref_full
` [PATCH 06/12] refs.c: move the check for valid refname to lock_ref_sha1_basic

[PATCH] checkout: indicate when a detached head is checked out for a branch
 2014-07-18 22:18 UTC  (7+ messages)

[PATCH v10 0/4] git config cache & special querying api utilizing the cache
 2014-07-18 21:52 UTC  (11+ messages)
` [PATCH v10 1/4] string-list: add string_list initializer helper function
` [PATCH v10 2/4] replace memset with string-list initializers
` [PATCH v10 3/4] add `config_set` API for caching config-like files
` [PATCH v10 4/4] test-config: add tests for the config_set API

[PATCH] remote-testsvn: use internal argv_array of struct child_process in cmd_import()
 2014-07-18 21:45 UTC  (6+ messages)
    ` [PATCH v2] "

a more helpful message on "git status" output
 2014-07-18 21:12 UTC  (5+ messages)

Why is git submodule slow under windows
 2014-07-18 18:01 UTC  (4+ messages)

[PATCH] rebase -i: Remember merge options beyond continue actions
 2014-07-18 17:03 UTC  (2+ messages)

[PATCH] transport: simplify fetch_objs_via_rsync() using argv_array
 2014-07-18 15:12 UTC 

[PATCH] git-svn: Initialize SVN::Client with svn config instead of, auth for "git svn branch"
 2014-07-18 14:58 UTC 

git update-index not delete lock file when using different worktree
 2014-07-18  8:21 UTC  (4+ messages)

[PATCH] git-svn: doublecheck if really file or dir
 2014-07-18  4:22 UTC  (2+ messages)

[PATCH] git-svn: doublecheck if really file or dir
 2014-07-18  4:20 UTC 

Feature request: Specify hooks on the command line
 2014-07-17 23:54 UTC 

[PATCH] bundle: use internal argv_array of struct child_process in create_bundle()
 2014-07-17 23:27 UTC 

[PATCH] run-command: use internal argv_array of struct child_process in run_hook_ve()
 2014-07-17 21:32 UTC  (2+ messages)

[PATCH v2 0/4] submodule config lookup API
 2014-07-17 20:08 UTC  (9+ messages)
` [PATCH v2 3/4] use new config API for worktree configurations of submodules
    `  "

[PATCH] hooks/post-receive-email: do not truncate messages at a '.' line
 2014-07-17 19:36 UTC  (2+ messages)

[PATCH] use local cloning if insteadOf makes a local URL
 2014-07-17 18:41 UTC  (3+ messages)

[PATCH v9 0/3] git config cache & special querying api utilizing the cache
 2014-07-17 17:12 UTC  (12+ messages)
` [PATCH v9 2/2] test-config: add tests for the config_set API
    ` [PATCH v9r1 "
        ` [PATCH v9r2 1/2] add `config_set` API for caching config-like files

Syncing Git Repositories
 2014-07-17 16:35 UTC  (3+ 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).