git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-09-27 18:56:13 to 2013-10-03 01:31:47 UTC [more...]

[PATCH] clone: local URLs are not for ssh
 2013-10-03  1:31 UTC  (5+ messages)

[PATCH] push: Enhance unspecified push default warning
 2013-10-03  0:57 UTC  (2+ messages)

[PATCH] mingw-multibyte: fix memory acces violation and path length limits
 2013-10-02 22:26 UTC  (9+ messages)
    ` [msysGit] "

Bug? Files are losing history after subtree merge
 2013-10-02 20:44 UTC  (5+ messages)

[PATCH] fast-import: always save out branches, tags and marks on checkpoint
 2013-10-02 12:24 UTC 

Automatically filling in git send-email arguments based on an existing e-mail
 2013-10-02 10:19 UTC  (2+ messages)

[PATCH] Documentation/git-clean.txt: fix -f, -x
 2013-10-02  7:32 UTC 

[PATCH] git-send-email: two new options: to-cover, cc-cover
 2013-10-02  6:08 UTC 

gitk next/prev buttons
 2013-10-02  1:08 UTC  (2+ messages)

Local tag killer
 2013-10-01 12:45 UTC  (20+ messages)

Git counterpart to SVN bugtraq properties?
 2013-10-01 12:24 UTC  (6+ messages)

[PATCH v3 00/11] New hash table implementation
 2013-10-01  9:40 UTC  (12+ messages)
` [PATCH v3 01/11] add a hashtable implementation that supports O(1) removal
` [PATCH v3 02/11] buitin/describe.c: use new hash map implementation
` [PATCH v3 03/11] diffcore-rename.c: move code around to prepare for the next patch
` [PATCH v3 04/11] diffcore-rename.c: simplify finding exact renames
` [PATCH v3 05/11] diffcore-rename.c: use new hash map implementation
` [PATCH v3 06/11] name-hash.c: use new hash map implementation for directories
` [PATCH v3 07/11] name-hash.c: remove unreferenced directory entries
` [PATCH v3 08/11] name-hash.c: use new hash map implementation for cache entries
` [PATCH v3 09/11] name-hash.c: remove cache entries instead of marking them CE_UNHASHED
` [PATCH v3 10/11] read-cache.c: fix memory leaks caused by removed cache entries
` [PATCH v3 11/11] remove old hash.[ch] implementation

git-svn: Use prefix by default?
 2013-10-01  6:12 UTC  (5+ messages)
  ` [RFC/PATCH] git svn: Set default --prefix='origin/' if --prefix is not given

[PATCH v3] build: add default aliases
 2013-10-01  1:12 UTC  (8+ messages)

What's cooking in git.git (Jul 2013, #04; Thu, 11)
 2013-09-30 23:23 UTC  (10+ messages)
` [PATCH] Makefile: suppress false positive warnings of empty format string

[PATCH] rebase -i: respect to core.abbrev
 2013-09-30 21:36 UTC  (4+ messages)

[PATCH] git-svn.txt: mention how to rebuild rev_map files
 2013-09-30 19:24 UTC  (7+ messages)
` [PATCH v2 0/4] git-svn.txt: miscellaneous changes
  ` [PATCH v2 1/4] git-svn.txt: fix AsciiDoc formatting error
  ` [PATCH v2 2/4] git-svn.txt: reword description of gc command
  ` [PATCH v2 3/4] git-svn.txt: replace .git with $GIT_DIR
  ` [PATCH v2 4/4] git-svn.txt: elaborate on rev_map files

[PATCH] git-svn: fix signed commit parsing
 2013-09-30 19:04 UTC  (2+ messages)

[PATCH 0/9] following http redirects
 2013-09-29 19:50 UTC  (14+ messages)
` [PATCH 1/9] http_get_file: style fixes
` [PATCH 2/9] http_request: factor out curlinfo_strbuf
` [PATCH 3/9] http: refactor options to http_get_*
` [PATCH 4/9] http: hoist credential request out of handle_curl_result
` [PATCH 5/9] http: provide effective url to callers
` [PATCH 6/9] http: update base URLs when we see redirects
` [PATCH 7/9] remote-curl: make refs_url a strbuf
` [PATCH 8/9] remote-curl: store url as "
` [PATCH 9/9] remote-curl: rewrite base url from info/refs redirects

[PATCH] build: fix installation of scripts
 2013-09-29 16:53 UTC 

[PATCH] builtin/push.c: Add `--notes` option
 2013-09-29 11:59 UTC  (2+ messages)

[PATCH v2 00/44] Ruby support
 2013-09-29  6:05 UTC  (62+ messages)
` [PATCH v2 01/44] Add support for ruby commands
` [PATCH v2 02/44] ruby: add support for internal ruby programs
` [PATCH v2 03/44] request-pull: fix annotated tag check
` [PATCH v2 04/44] request-pull: fix for specific branch
` [PATCH v2 05/44] request-pull: use appropriate ref
` [PATCH v2 06/44] request-pull: fix exact match checking
` [PATCH v2 07/44] request-pull: trivial simplification
` [PATCH v2 08/44] request-pull: t: trivial whitespace style fixes
` [PATCH v2 09/44] request-pull: t: add missing cat
` [PATCH v2 10/44] ruby: rewrite 'request-pull'
` [PATCH v2 11/44] ruby: request-pull: rewrite perl script
` [PATCH v2 12/44] ruby: request-pull: trivial simplifications
` [PATCH v2 13/44] ruby: bind setup_git_directory()
` [PATCH v2 14/44] ruby: bind dwim_ref()
` [PATCH v2 15/44] ruby: request-pull: use native dwim_ref()
` [PATCH v2 16/44] ruby: bind git_config()
` [PATCH v2 17/44] ruby: request-pull: use native git_config()
` [PATCH v2 18/44] ruby: bind read_ref()/peel_ref()
` [PATCH v2 19/44] ruby: bind get_sha1()
` [PATCH v2 20/44] ruby: request-pull: simplify tag fetching
` [PATCH v2 21/44] ruby: request-pull: use get_sha1()
` [PATCH v2 22/44] ruby: add Commit class
` [PATCH v2 23/44] ruby: bind get_merge_bases()
` [PATCH v2 24/44] ruby: request-pull: use get_merge_bases()
` [PATCH v2 25/44] ruby: request-pull: trivial cleanups
` [PATCH v2 26/44] ruby: bind remote and transport stuff
` [PATCH v2 27/44] ruby: request-pull: use native remote and transport
` [PATCH v2 28/44] ruby: bind find_unique_abbrev()
` [PATCH v2 29/44] ruby: request-pull: use native commit info
` [PATCH v2 30/44] ruby: bind read_sha1_file()
` [PATCH v2 31/44] ruby: request-pull: use read_sha1_file()
` [PATCH v2 32/44] revision: add missing include
` [PATCH v2 33/44] shortlog: add missing declaration
` [PATCH v2 34/44] shortlog: split builtin from common code
` [PATCH v2 35/44] ruby: add RevInfo and DiffOptions
` [PATCH v2 36/44] ruby: bind shortlog()
` [PATCH v2 37/44] ruby: request-pull: use shortlog()
` [PATCH v2 38/44] ruby: bind diff_tree_sha1()
` [PATCH v2 39/44] ruby: bind log_tree_diff_flush()
` [PATCH v2 40/44] ruby: request-pull: use native diff_tree stuff
` [PATCH v2 41/44] ruby: request-pull: remove rescue block
` [PATCH v2 42/44] ruby: remove GIT_PAGER from environment
` [PATCH v2 43/44] ruby: add simpler option parser
` [PATCH v2 44/44] request-pull: rewrite to C

[PATCH/RFC 0/7] Support for Ruby
 2013-09-28 23:06 UTC  (10+ messages)

[PATCH 00/10] trivial style and other fixes
 2013-09-28 21:51 UTC  (11+ messages)
` [PATCH 01/10] transport-helper: trivial style fix
` [PATCH 02/10] describe: trivial style fixes
` [PATCH 03/10] pretty: trivial style fix
` [PATCH 04/10] revision: trivial style fixes
` [PATCH 05/10] revision: add missing include
` [PATCH 06/10] shortlog: add missing declaration
` [PATCH 07/10] diff: trivial style fix
` [PATCH 08/10] run-command: trivial style fixes
` [PATCH 09/10] revision: "
` [PATCH 10/10] setup: "

[PATCH] clone: tighten "local paths with colons" check a bit
 2013-09-28 13:14 UTC  (4+ messages)

[ANNOUNCE] Git v1.8.4.1
 2013-09-28 12:09 UTC  (4+ messages)

[PATCH 09/10] repack: add --pack-version and fall back to core.preferredPackVersion
 2013-09-28  8:54 UTC  (6+ messages)
` [PATCH] repack: Add --version parameter

Re:Answer back
 2013-09-27 20:13 UTC 

[PATCH] gc: remove gc.pid file at end of execution
 2013-09-28  3:42 UTC  (3+ messages)

[PATCH v2 0/3] Juggling between hot branches
 2013-09-28  2:59 UTC  (4+ messages)
` [PATCH v2 1/3] for-each-ref: introduce %C(...) for color
` [PATCH v2 2/3] for-each-ref: introduce %(HEAD) asterisk marker
` [PATCH v2 3/3] for-each-ref: introduce %(upstream:track[short])

[PATCH] RelNotes/1.8.5: direct script writers to "git status --porcelain"
 2013-09-28  0:08 UTC  (4+ messages)

[PATCH 0/2] Update 'git remote set-head' doc and uasage
 2013-09-27 23:52 UTC  (2+ messages)

git rebase is confused about commits w/o textual changes (e.g. chmod's)
 2013-09-27 23:32 UTC  (3+ messages)

[PATCH 0/3] Juggling between hot branches
 2013-09-27 22:18 UTC  (4+ messages)
` [PATCH 3/3] for-each-ref: introduce %(upstream:track[short])


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