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

Regression in e02ca72: git svn rebase is broken on Windows
 2013-09-14  6:52 UTC  (20+ 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 0/5] Trivial cleanups
 2013-09-14  6:38 UTC  (6+ messages)
` [PATCH 1/5] branch: trivial style fix
` [PATCH 2/5] sha1-name: trivial style cleanup
` [PATCH 3/5] merge: simplify ff-only option
` [PATCH 4/5] t: replace pulls with merges
` [PATCH 5/5] pull: cleanup documentation

[PATCH v3 0/3] Version fixes and cleanups
 2013-09-14  6:28 UTC  (4+ messages)
` [PATCH v3 1/3] version-gen: cleanup
` [PATCH v3 2/3] version-gen: avoid messing the version
` [PATCH v3 3/3] build: fix rpm versioning

[PATCH v2 0/2] version-gen: fixes and cleanups
 2013-09-14  5:59 UTC  (7+ messages)
` [PATCH v2 1/2] version-gen: cleanup
` [PATCH v2 2/2] version-gen: avoid messing the version

[PATCH] t7508: avoid non-portable sed expression
 2013-09-14  4:47 UTC 

[PATCH 1/4] pack v4: avoid strlen() in tree_entry_prefix
 2013-09-14  4:22 UTC  (9+ 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

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

[PATCH] git-compat-util: Avoid strcasecmp() being inlined
 2013-09-13 22:35 UTC  (31+ messages)

[RFC/PATCH 0/2] Extend dot repository documentation
 2013-09-13 22:31 UTC  (8+ messages)
` [PATCH V2 0/3] "
  ` [PATCH V2 1/3] Doc URLs: relative paths imply the dot-respository
  ` [PATCH V2 2/3] config doc: update dot-repository notes
  ` [PATCH V2 3/3] doc: command line interface (cli) dot-repository dwimmery

[PATCH v2] sequencer: trivial cleanup
 2013-09-13 22:15 UTC 

[PATCH 0/3] stop storing trailing slash in dir-hash
 2013-09-13 22:20 UTC  (9+ 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

What's cooking in git.git (Sep 2013, #04; Fri, 13)
 2013-09-13 22:18 UTC 

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)

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  (11+ messages)
` [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  (7+ messages)
` [PATCH 00/21] np/pack-v4 updates

[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  (2+ 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)


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