git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-09-11 11:39:58 to 2013-09-13 19:51:15 UTC [more...]

Regression in e02ca72: git svn rebase is broken on Windows
 2013-09-13 19:51 UTC  (18+ messages)
` [PATCH 1/2] relative_path should honor dos_drive_prefix
` [PATCH 2/2] Use simpler relative_path when set_git_dir
` [PATCH v2 0/3] fixes for relative_path
` [PATCH v2 1/3] test: use unambigous leading path (/foo) for mingw
` [PATCH v2 2/3] relative_path should honor dos_drive_prefix
` [PATCH v2 3/3] Use simpler relative_path when set_git_dir

[PATCH] git-compat-util: Avoid strcasecmp() being inlined
 2013-09-13 19:34 UTC  (25+ messages)

[PATCH 0/3] stop storing trailing slash in dir-hash
 2013-09-13 19:29 UTC  (6+ messages)
` [PATCH 1/3] name-hash: refactor polymorphic index_name_exists()
` [PATCH 2/3] name-hash: stop storing trailing '/' on paths in index_state.dir_hash
` [PATCH 3/3] dir: revert work-around for retired dangerous behavior

[PATCH] pack-objects: no crc check when the cached version is used
 2013-09-13 18:28 UTC  (2+ messages)

[PATCH v2 0/2] version-gen: fixes and cleanups
 2013-09-13 18:16 UTC  (6+ messages)
` [PATCH v2 1/2] version-gen: cleanup
` [PATCH v2 2/2] version-gen: avoid messing the version

Fwd: git-daemon access-hook race condition
 2013-09-13 17:17 UTC  (10+ messages)
      ` Fwd: "

Removing all notes containing a specific string
 2013-09-13 15:43 UTC  (3+ messages)

[PATCH 1/4] pack v4: avoid strlen() in tree_entry_prefix
 2013-09-13 13:59 UTC  (7+ messages)
` [PATCH 2/4] pack v4: add v4_size to struct delta_base_cache_entry
` [PATCH 3/4] pack v4: cache flattened v4 trees in delta base cache
` [PATCH 4/4] pack v4: make use of cached v4 trees when unpacking
` [PATCH 5/4] pack v4: convert v4 tree to canonical format if found in base cache

Re-Transmission of blobs?
 2013-09-13 12:16 UTC  (15+ messages)

Converting repo from HG, `git filter-branch --prune-empty -- --all` is extremely slow and errors out
 2013-09-13  9:15 UTC  (3+ messages)

[PATCH 0/2] reset: handle submodule with trailing slash
 2013-09-13  8:48 UTC  (20+ messages)
` [PATCH 1/2] "
` [PATCH v2 0/4] submodule trailing slash improvements
` [PATCH v2 1/4] pathspec: use is_dir_sep() to check for trailing slashes
` [PATCH v2 2/4] pathspec: strip multiple trailing slashes from submodules
` [PATCH v2 3/4] rm: re-use parse_pathspec's trailing-slash removal
` [PATCH v2 4/4] reset: handle submodule with trailing slash

[PATCH] send-email: don't call methods on undefined values
 2013-09-13  6:09 UTC  (4+ messages)

What's cooking in git.git (Sep 2013, #03; Wed, 11)
 2013-09-13  5:56 UTC  (7+ messages)

Local tag killer
 2013-09-13  4:03 UTC  (2+ messages)

[PATCH/RFC] Developer's Certificate of Origin: default to COPYING
 2013-09-13  1:18 UTC  (7+ messages)

[PULL REQUEST] initial pack v4 support
 2013-09-13  1:11 UTC  (12+ messages)
` [PATCH 00/21] np/pack-v4 updates
  ` [PATCH 19/21] index-pack, pack-objects: allow creating .idx v2 with .pack v4
  ` [PATCH 20/21] show-index: acknowledge that it does not read .idx v3

[PATCH 0/3] Reject non-ff pulls by default
 2013-09-13  0:55 UTC  (18+ messages)

[PATCH] urlmatch: append_normalized_escapes can reallocate norm.buf
 2013-09-12 22:26 UTC  (8+ messages)
` [PATCH v2] urlmatch.c: recompute ptr after append_normalized_escapes

[PATCH] remote-bzr: reuse bzrlib transports when possible
 2013-09-12 21:11 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] lookup_object: remove hashtable_index() and optimize hash_obj()
 2013-09-12 20:30 UTC  (4+ messages)

git-svn fails to initialize with submodule setup, when '.git' is a file and not a directory
 2013-09-12 18:45 UTC 

Specifying a private key when connecting to a remote SSH repo
 2013-09-12 17:48 UTC  (5+ messages)

[PATCH-v3] Allow git-filter-branch to process large repositories with lots of branches
 2013-09-12 17:46 UTC  (4+ messages)
    ` [PATCH-v4] "

[PATCH 00/11] pack v4 support in pack-objects
 2013-09-12 15:34 UTC  (6+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 15/16] index-pack: use nr_objects_final as sha1_table size

[PATCH v2 1/3] commit: factor status configuration is a helper function
 2013-09-12 10:50 UTC  (3+ messages)
` [PATCH v2 2/3] wt-status: turn advice_status_hints into a field of wt_status
` [PATCH v2 3/3] commit: disable status hints when writing to COMMIT_EDITMSG

[PATCH 1/2] wt-status: turn advice_status_hints into a field of wt_status
 2013-09-12  9:52 UTC  (4+ messages)

[PATCH] git-gui: Modify push dialog to support Gerrit review
 2013-09-12  9:21 UTC 

[PATCH] Windows: Do not redefine _WIN32_WINNT
 2013-09-12  8:41 UTC  (5+ messages)

[PATCH v2] http-backend: provide Allow header for 405
 2013-09-12  4:46 UTC  (3+ messages)

[GIT PULL] updates of German translation for maint branch
 2013-09-12  4:12 UTC  (2+ messages)

[PATCH/RFC 0/5] New hash table implementation
 2013-09-12  4:10 UTC  (4+ messages)
` [PATCH/RFC 1/5] add a hashtable implementation that supports O(1) removal

What's cooking in git.git (Sep 2013, #02; Mon, 9)
 2013-09-11 21:33 UTC  (5+ messages)
  ` [PATCH] Improve documentation concerning the status.submodulesummary setting

breakage in revision traversal with pathspec
 2013-09-11 21:15 UTC  (8+ messages)

[PATCH v2] configure.ac: move the private git m4 macros to a dedicated directory
 2013-09-11 20:05 UTC  (3+ messages)

[PATCH] Documentation/git-checkout: Move `--detach` flag in synopsis to correct command
 2013-09-11 19:06 UTC  (3+ messages)

[PATCH 0/3] Fix MSVC compile errors and cleanup stat definitions
 2013-09-11 18:11 UTC  (6+ messages)
` [PATCH 3/3] MSVC: fix stat definition hell

Git tag output order is incorrect (IMHO)
 2013-09-11 17:54 UTC  (4+ messages)

[RFC] Disabling status hints in COMMIT_EDITMSG
 2013-09-11 17:40 UTC  (7+ messages)

[PATCH v5 0/8] Multiple simultaneously locked ref updates
 2013-09-11 16:07 UTC  (6+ messages)
` [PATCH v6 "
  ` [PATCH v6 7/8] update-ref: support multiple simultaneous updates

git-cvsserver strips exec bit
 2013-09-11 13:12 UTC  (7+ messages)

[PATCH v6 8/8] update-ref: add test cases covering --stdin signature
 2013-09-11 12:46 UTC  (2+ messages)
` [PATCH v6.1 "


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