git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-02-16 20:34:49 to 2014-02-20 19:37:16 UTC [more...]

[PATCH v3 00/25] Support multiple checkouts
 2014-02-20 19:36 UTC  (48+ messages)
` [PATCH v3 01/25] path.c: make get_pathname() return strbuf instead of static buffer
` [PATCH v3 02/25] Convert git_snpath() to strbuf_git_path()
` [PATCH v3 03/25] path.c: rename vsnpath() to do_git_path()
` [PATCH v3 04/25] path.c: group git_path(), git_pathdup() and strbuf_git_path() together
` [PATCH v3 05/25] Make git_path() aware of file relocation in $GIT_DIR
` [PATCH v3 06/25] *.sh: respect $GIT_INDEX_FILE
` [PATCH v3 07/25] reflog: avoid constructing .lock path with git_path
` [PATCH v3 08/25] fast-import: use git_path() for accessing .git dir instead of get_git_dir()
` [PATCH v3 09/25] commit: use SEQ_DIR instead of hardcoding "sequencer"
` [PATCH v3 10/25] Add new environment variable $GIT_COMMON_DIR
` [PATCH v3 11/25] git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
` [PATCH v3 12/25] *.sh: avoid hardcoding $GIT_DIR/hooks/
` [PATCH v3 13/25] git-stash: avoid hardcoding $GIT_DIR/logs/
` [PATCH v3 14/25] setup.c: convert is_git_directory() to use strbuf
` [PATCH v3 15/25] setup.c: detect $GIT_COMMON_DIR in is_git_directory()
` [PATCH v3 16/25] setup.c: convert check_repository_format_gently to use strbuf
` [PATCH v3 17/25] setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
` [PATCH v3 18/25] setup.c: support multi-checkout repo setup
` [PATCH v3 19/25] wrapper.c: wrapper to open a file, fprintf then close
` [PATCH v3 20/25] use new wrapper write_file() for simple file writing
` [PATCH v3 21/25] checkout: support checking out into a new working directory
` [PATCH v3 22/25] checkout: clean up half-prepared directories in --to mode
` [PATCH v3 23/25] checkout: detach if the branch is already checked out elsewhere
` [PATCH v3 24/25] prune: strategies for linked checkouts
` [PATCH v3 25/25] gc: support prune --repos

What's cooking in git.git (Feb 2014, #06; Wed, 19)
 2014-02-20 19:22 UTC  (3+ messages)

error: src refspec refs/heads/master matches more than one
 2014-02-20 18:22 UTC  (14+ messages)

release-notes could be clearer on git-fetch changes
 2014-02-20 17:54 UTC  (6+ messages)

git gc --aggressive led to about 40 times slower "git log --raw"
 2014-02-20 17:06 UTC  (18+ messages)

$(git notes merge FETCH_HEAD) doesn't work
 2014-02-20 15:30 UTC 

[PATCH v2 3/3] push: Add the --no-recurse-submodules option
 2014-02-20 13:12 UTC  (2+ messages)

git log omits deleting merges
 2014-02-20  7:35 UTC 

filter clean leaves uncommitted file
 2014-02-20  4:46 UTC 

(unknown)
 2014-02-20  0:55 UTC 

[PATCH 0/6] inotify support
 2014-02-19 23:45 UTC  (3+ messages)

git blame: "Not Committed Yet" with clean WD
 2014-02-19 20:16 UTC  (3+ messages)
` [PATCH] blame: add a failing test for a CRLF issue

[PATCH] revert.c: Allow to specify -x via git-config
 2014-02-19 19:57 UTC  (10+ messages)
      ` [PATCH v2 0/3] Allow to configure cherry-pick's record origin
        ` [PATCH v2 1/3] revert.c: Allow to specify -x via git-config
        ` [PATCH v2 2/3] revert.c: Add --record-origin
        ` [PATCH v2 3/3] revert.c Allow to override cherrypick.recordOrigin

[PATCH] gitweb: Avoid overflowing page body frame with large images
 2014-02-19 19:32 UTC  (4+ messages)

[PATCH] tag: support --sort=version
 2014-02-19 18:43 UTC  (4+ messages)

[PATCH] Git release notes man page
 2014-02-19 18:22 UTC  (6+ messages)

Using "git reset" in a pre-commit hook can create an empty commit
 2014-02-19 13:05 UTC 

Git for Windows 1.9.0
 2014-02-19 12:00 UTC  (3+ messages)

Output from "rev-parse --resolve-git-dir" changed: two lines (prints original argument)
 2014-02-19  9:09 UTC  (5+ messages)
` [PATCH] rev-parse: fix --resolve-git-dir argument handling

Want to do some cleanups in this round of l10n
 2014-02-19  4:59 UTC  (5+ messages)

[PATCH 0/3] Wider exposure for index-v4
 2014-02-19  0:31 UTC  (5+ messages)
` [PATCH 1/3] introduce GIT_INDEX_VERSION environment variable
` [PATCH 2/3] test-lib: allow setting the index format version

[PATCH 0/5] Miscellaneous fixes from static analysis
 2014-02-19  0:02 UTC  (10+ messages)
` [PATCH 1/5] notes-utils: handle boolean notes.rewritemode correctly
` [PATCH 5/5] streaming: simplify attaching a filter

[PATCH] git-contacts: do not fail parsing of good diffs
 2014-02-18 23:14 UTC  (2+ messages)

[RFC/PATCH] Supporting non-blob notes
 2014-02-18 23:10 UTC  (2+ messages)

[PATCH 3/3] config: teach "git config --file -" to read from the standard input
 2014-02-18 23:02 UTC  (5+ messages)
` [PATCH] "

[PATCH 1/4] config: disallow relative include paths from blobs
 2014-02-18 22:58 UTC  (4+ messages)
` [PATCH 2/4] builtin/config.c: rename check_blob_write() -> check_write()
` [PATCH 3/4] config: change git_config_with_options() interface
` [PATCH 4/4] config: teach "git config --file -" to read from the standard input

[PATCH] provide a Git user-manual man page
 2014-02-18 22:39 UTC  (4+ messages)
` [PATCH] Provide a 'git help user-manual' route to the docbook

[PATCH] Fix documentation AsciiDoc links for external urls
 2014-02-18 21:42 UTC  (3+ messages)

[PATCH] Rename read_replace_refs to check_replace_refs
 2014-02-18 21:30 UTC  (2+ messages)

[PATCH 0/2] Multiparent diff tree-walker + combine-diff speedup
 2014-02-18 21:29 UTC  (7+ messages)
` [PATCH 1/2] tree-diff: rework diff_tree() to generate diffs for multiparent cases as well

git diff, external diff tool, and submodules
 2014-02-18 21:01 UTC  (3+ messages)
` [PATCH] diff: do not reuse_worktree_file for submodules

Question about the relationship between Star Wars and Git
 2014-02-18 20:42 UTC 

[RFC/PATCH 0/5] <branch>@{publish} shorthand
 2014-02-18 19:52 UTC  (8+ messages)
` [PATCH 5/5] implement @{publish} shorthand

[PATCH/RESEND] attr: allow pattern escape using backslashes
 2014-02-18 19:38 UTC  (2+ messages)

[PATCH 0/4] Good bye fnmatch
 2014-02-18 19:28 UTC  (2+ messages)

diff weirdness (bug?)
 2014-02-18 19:12 UTC  (5+ messages)

Make the git codebase thread-safe
 2014-02-18 18:14 UTC  (20+ messages)

gitweb.cgi bug - XML Parsing Error: not well-formed
 2014-02-18 14:57 UTC  (3+ messages)

Fwd: git p4: feature request - branch check filtering
 2014-02-18 12:42 UTC 

[BUG?] git http connection reuse
 2014-02-18 10:34 UTC  (11+ messages)
            ` http: never use curl_easy_perform

Problems while converting complex repository from SVN
 2014-02-18 10:27 UTC 

[msysGit] Git for Windows 1.9.0 (fwd)
 2014-02-18  9:32 UTC  (4+ messages)

Fwd: git-reviewed: linking commits to review discussion in git
 2014-02-18  5:28 UTC  (2+ messages)

difftool sends malformed path to exernal tool on Windows
 2014-02-17 22:14 UTC 

Is there something like a blamed diff?
 2014-02-17 17:41 UTC  (4+ messages)

Wrong version of Git on your download website for windows
 2014-02-17 16:17 UTC  (3+ messages)

git svn clone not work. It's stop with no error message
 2014-02-17 15:51 UTC  (3+ messages)
  ` [msysGit] "

[PATCH/WIP v2 00/14] inotify support
 2014-02-17 12:36 UTC  (6+ messages)
` [PATCH v3 00/26] "

Bug: relative core.worktree is resolved from symlink and not its target
 2014-02-17 12:30 UTC  (4+ messages)

[PATCH 0/3] commit --cleanup=<scissors marker>
 2014-02-17 12:15 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] wt-status.c: make cut_line[] const to shrink .data section a bit
  ` [PATCH v2 2/3] wt-status.c: move cut-line print code out to wt_status_add_cut_line
  ` [PATCH v2 3/3] commit: add --cleanup=scissors

Serious flaws in "git cvsimport"
 2014-02-17  0:10 UTC 

Ambiguous branch names
 2014-02-16 22:47 UTC  (2+ 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).