git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-04-25 20:01:27 to 2013-04-27 10:21:58 UTC [more...]

[PATCH 00/11] completion: general cleanups
 2013-04-27 10:19 UTC  (10+ messages)
` [PATCH 01/11] completion: add file completion tests
` [PATCH 02/11] completion: document tilde expansion failure in tests
` [PATCH 03/11] completion; remove unuseful comments
` [PATCH 04/11] completion: use __gitcompadd for __gitcomp_file
` [PATCH 06/11] completion: refactor __git_complete_index_file()
` [PATCH 07/11] completion: avoid compopt -o filenames
` [PATCH 08/11] completion: get rid of __gitcomp_file()
` [PATCH 09/11] completion: add space after completed filename
` [PATCH 10/11] completion: remove __git_index_file_list_filter()

[ANNOUNCE] Git v1.8.3-rc0
 2013-04-27  9:18 UTC  (4+ messages)

git-svn --preserve-empty-dirs: Failed to strip path
 2013-04-27  7:28 UTC 

[PATCH v2 00/33] Various cleanups around reference packing and peeling
 2013-04-27  5:43 UTC  (5+ messages)
` [PATCH] fixup! t3210: test for spurious error messages for dangling packed refs

[BUG] Filenames with single colon being treated as remote repository
 2013-04-27  3:36 UTC  (2+ messages)
` [PATCH] clone: allow cloning local paths with colons in them

[PATCH v4 00/11] Add new git-related helper to contrib
 2013-04-27  3:01 UTC  (14+ messages)
` [PATCH v4 01/11] "
` [PATCH v4 04/11] contrib: related: add option to show commits
` [PATCH v4 05/11] contrib: related: add option to parse from committish
` [PATCH v4 06/11] contrib: related: parse committish like format-patch
` [PATCH v4 07/11] contrib: related: fix parsing of rev-list args
` [PATCH v4 08/11] contrib: related: support multiple roles
` [PATCH v4 09/11] contrib: related: sort by participation
` [PATCH v4 10/11] contrib: related: group persons with same email
` [PATCH v4 11/11] contrib: related: add support for mailmap

[PATCH v3 0/9] remote-helpers: fixes and cleanups
 2013-04-27  2:56 UTC  (15+ messages)
` [PATCH v3 1/9] remote-helpers: trivial cleanups
` [PATCH v3 2/9] remote-hg: remove extra check
` [PATCH v3 3/9] remote-bzr: fix bad state issue
` [PATCH v3 4/9] remote-bzr: add support to push URLs
` [PATCH v3 5/9] remote-hg: use hashlib instead of hg sha1 util
` [PATCH v3 6/9] remote-bzr: store converted URL
` [PATCH v3 7/9] remote-bzr: tell bazaar to be quiet
` [PATCH v3 8/9] remote-bzr: strip extra newline
` [PATCH v3 9/9] remote-bzr: use proper push method

[PATCH v5] git-completion.bash: add support for path completion
 2013-04-27  2:52 UTC  (4+ messages)

[PATCH] clean: confirm before cleaning files and directories
 2013-04-27  2:09 UTC  (11+ messages)

[PATCH 0/5] Minor additions to git-completion.bash
 2013-04-27  1:57 UTC  (3+ messages)

[PATCH 00/20] remote-bzr: massive changes
 2013-04-27  0:35 UTC  (27+ messages)
` [PATCH 01/20] remote-bzr: cleanup CustomTree
` [PATCH 02/20] remote-bzr: delay blob fetching until the very end
` [PATCH 03/20] remote-bzr: fix order of locking in CustomTree
` [PATCH 04/20] remote-bzr: always try to update the worktree
` [PATCH 05/20] remote-bzr: add support to push merges
` [PATCH 06/20] remote-bzr: fixes for branch diverge
` [PATCH 07/20] remote-bzr: fix partially pushed merge
` [PATCH 08/20] remote-bzr: use branch variable when appropriate
` [PATCH 09/20] remote-bzr: add support for bzr repos
` [PATCH 10/20] remote-bzr: fix branch names
` [PATCH 11/20] remote-bzr: add support for shared repo
` [PATCH 12/20] remote-bzr: split marks file
` [PATCH 13/20] remote-bzr: improve author sanitazion
` [PATCH 14/20] remote-bzr: add custom method to find branches
` [PATCH 15/20] remote-bzr: add option to specify branches
` [PATCH 16/20] remote-bzr: improve progress reporting
` [PATCH 17/20] remote-bzr: iterate revisions properly
` [PATCH 18/20] remote-bzr: delay peer branch usage
` [PATCH 19/20] remote-bzr: access branches only when needed
` [PATCH 20/20] remote-bzr: export HEAD

What's cooking in git.git (Apr 2013, #09; Fri, 26)
 2013-04-27  0:33 UTC 

[ANNOUNCE] Git v1.8.2.2
 2013-04-27  0:21 UTC 

What's cooking in git.git (Apr 2013, #07; Mon, 22)
 2013-04-26 23:26 UTC  (16+ messages)
` What's cooking in git.git (Apr 2013, #08; Tue, 23)
        ` [PATCH] git-remote-testgit: avoid process substitution
                ` Re* "

[PATCH 0/9] remote-helpers: fixes and cleanups
 2013-04-26 22:22 UTC  (35+ messages)
` [PATCH 1/9] remote-bzr: trivial cleanups

jc/add-2.0-delete-default (Re: What's cooking in git.git (Apr 2013, #05; Mon, 15))
 2013-04-26 21:30 UTC  (11+ messages)
` [PATCH 0/2] "git add -A/--no-all" finishing touches

Itches with the current rev spec
 2013-04-26 21:13 UTC  (7+ messages)

"git grep" parallelism question
 2013-04-26 20:31 UTC  (5+ messages)

Locating merge that dropped a change
 2013-04-26 19:31 UTC  (14+ messages)
` [RFC/PATCH] Make --full-history consider more merges
                    ` [RFC/PATCH 1/3] revision.c: tighten up TREESAME handling of merges
                      ` [RFC/PATCH 2/3] simplify-merges: never remove all TREESAME parents
                      ` [RFC/PATCH 3/3] simplify-merges: drop merge from irrelevant side branch

[PATCH 1/2] t/Makefile: fix result handling with TEST_OUTPUT_DIRECTORY
 2013-04-26 18:55 UTC  (2+ messages)
` [PATCH 2/2] test output: respect $TEST_OUTPUT_DIRECTORY

[PATCH] t9501: Do not use export X=Y
 2013-04-26 18:14 UTC  (5+ messages)

[PATCH] t5801: properly test the test shell
 2013-04-26 18:33 UTC  (5+ messages)

Zile as git core editor?
 2013-04-26 18:33 UTC  (7+ messages)

[PATCH] t/Makefile: remove smoke test targets
 2013-04-26 17:58 UTC 

Possible bug report
 2013-04-26 17:24 UTC  (2+ messages)

inotify to minimize stat() calls
 2013-04-26 15:35 UTC  (13+ messages)
              ` [PATCH] "

[PATCH 0/6] grep with textconv
 2013-04-26 13:23 UTC  (9+ messages)
` [PATCHv2 7/7] git grep: honor textconv by default

[BUG] Highly inconsistent diff UI
 2013-04-26 12:34 UTC  (21+ messages)

[PATCH 5/5] t7409: do not use export X=Y
 2013-04-26  9:18 UTC 

[PATCH 1/5] t9020: do not use export X=Y
 2013-04-26  9:18 UTC 

[PATCH 2/5] t9501: do not use export X=Y
 2013-04-26  9:18 UTC 

[PATCH 3/5] test-hg-bidi.sh: do not use export X=Y
 2013-04-26  9:17 UTC 

[PATCH 4/5] test-hg-hg-git.sh: do not use export X=Y
 2013-04-26  9:17 UTC 

[PATCH v2 0/9] remote-helpers: fixes and cleanups
 2013-04-26  1:12 UTC  (13+ messages)
` [PATCH v2 1/9] remote-helpers: trivial cleanups
` [PATCH v2 2/9] remote-hg: remove extra check
` [PATCH v2 3/9] remote-bzr: fix bad state issue
` [PATCH v2 4/9] remote-bzr: add support to push URLs
` [PATCH v2 5/9] remote-hg: use hashlib instead of hg sha1 util
` [PATCH v2 6/9] remote-bzr: store converted URL
` [PATCH v2 7/9] remote-bzr: tell bazaar to be quiet
` [PATCH v2 8/9] remote-bzr: strip extra newline
` [PATCH v2 9/9] remote-bzr: use proper push method

[PATCH] remote-bzr: use proper push method
 2013-04-25 22:32 UTC  (6+ messages)

[PATCH] Hold an 'unsigned long' chunk of the sha1 in obj_hash
 2013-04-25 21:12 UTC  (4+ messages)

[PATCH] check-non-portable-shell: Check for non portable grep usage
 2013-04-25 20:44 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).