git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-10-28 18:30:07 to 2010-10-30 20:43:56 UTC [more...]

[PATCH v3/RFC 0/2] Make git-completion Bash 4 compatible
 2010-10-30 20:42 UTC 

git merge-tree segfault
 2010-10-30 18:11 UTC  (6+ messages)

[WIP RFC/PATCH] WIP: git-sh-i18n--envsubst for a correct eval_gettext
 2010-10-30 15:22 UTC 

[PATCH] diff: support --root --cached combination
 2010-10-30 11:16 UTC  (6+ messages)
    ` [PATCH v2] diff: support --cached on unborn branches

gittogether session notes
 2010-10-30 10:41 UTC  (9+ messages)

non-US-ASCII file names (e.g. Hiragana) on Windows
 2010-10-30  9:52 UTC  (16+ messages)

Buglet in i18n?
 2010-10-30  9:14 UTC  (5+ messages)

[PATCH 0/3] Gitweb caching v7
 2010-10-30  8:58 UTC  (6+ messages)
` [PATCH 1/3] gitweb: Add option to force version match

[PATCH 000/161] [PULL] Updated + rebased ab/i18n
 2010-10-30  8:16 UTC  (2+ messages)
` [PATCH 072/161] gettextize: git-push "prevent you from losing" message

[PATCH 00/11] More consistant terminology ("remote-tracking branch", "not updated")
 2010-10-30  7:18 UTC  (43+ messages)
` [PATCH 01/10] Better "Changed but not updated" message in git-status
` [PATCH 02/10] Replace "remote tracking" with "remote-tracking"
` [PATCH 03/10] Change remote tracking to remote-tracking in non-trivial places
` [PATCH 04/10] Change "tracking branch" to "remote-tracking branch"
` [PATCH 06/10] Change incorrect "remote branch" to "remote tracking branch" in C code
` [PATCH 08/10] user-manual.txt: explain better the remote(-tracking) branch terms
` [PATCH 10/10] git-branch.txt: mention --set-upstream as a way to change upstream configuration
` [PATCH 00/11 v4] More consistant terminology
` [PATCH 01/11] Better "Changed but not updated" message in git-status
` [PATCH 02/11] Replace "remote tracking" with "remote-tracking"
` [PATCH 03/11] Change remote tracking to remote-tracking in non-trivial places
` [PATCH 04/11] everyday.txt: change "tracking branch" to "remote-tracking branch"
` [PATCH 05/11] Change "
` [PATCH 06/11] Change incorrect uses of "remote branch" meaning "remote-tracking"
` [PATCH 07/11] Change incorrect "remote branch" to "remote tracking branch" in C code
` [PATCH 08/11] Use 'remote-tracking branch' in generated merge messages
` [PATCH 09/11] user-manual.txt: explain better the remote(-tracking) branch terms
` [PATCH 10/11] user-manual: remote-tracking can be checked out, with detached HEAD
` [PATCH 11/11] git-branch.txt: mention --set-upstream as a way to change upstream configuration

Restart submodule update --recursive
 2010-10-30  7:17 UTC  (9+ messages)

[PATCH 00/42] repo setup test cases and fixes
 2010-10-30  7:09 UTC  (51+ messages)
` [PATCH 01/42] builtins: print setup info if repo is found
` [PATCH 02/42] Add t1510 and basic rules that run repo setup
` [PATCH 03/42] t1510: setup case #0
` [PATCH 04/42] t1510: setup case #1
` [PATCH 05/42] t1510: setup case #2
` [PATCH 06/42] t1510: setup case #3
` [PATCH 07/42] t1510: setup case #4
` [PATCH 08/42] t1510: setup case #5
` [PATCH 09/42] t1510: setup case #6
` [PATCH 10/42] t1510: setup case #7
` [PATCH 11/42] t1510: setup case #8
` [PATCH 12/42] t1510: setup case #9
` [PATCH 13/42] t1510: setup case #10
` [PATCH 14/42] t1510: setup case #11
` [PATCH 15/42] t1510: setup case #12
` [PATCH 16/42] t1510: setup case #13
` [PATCH 17/42] t1510: setup case #14
` [PATCH 18/42] t1510: setup case #15
` [PATCH 19/42] t1510: setup case #16
` [PATCH 20/42] t1510: setup case #17
` [PATCH 21/42] t1510: setup case #18
` [PATCH 22/42] t1510: setup case #19
` [PATCH 23/42] t1510: setup case #20
` [PATCH 24/42] t1510: setup case #21
` [PATCH 25/42] t1510: setup case #22
` [PATCH 26/42] t1510: setup case #23
` [PATCH 27/42] t1510: setup case #24
` [PATCH 28/42] t1510: setup case #25
` [PATCH 29/42] t1510: setup case #26
` [PATCH 30/42] t1510: setup case #27
` [PATCH 31/42] t1510: setup case #28
` [PATCH 32/42] t1510: setup case #29
` [PATCH 33/42] t1510: setup case #30
` [PATCH 34/42] t1510: setup case #31
` [PATCH 35/42] rev-parse: prints --git-dir relative to user's cwd
` [PATCH 36/42] Add git_config_early()
` [PATCH 37/42] Use git_config_early() instead of git_config() during repo setup
` [PATCH 38/42] Remove all logic from get_git_work_tree()
` [PATCH 39/42] setup: clean up setup_bare_git_dir()
` [PATCH 40/42] setup: clean up setup_discovered_git_dir()
` [PATCH 41/42] setup: rework setup_explicit_git_dir()
` [PATCH 42/42] t1510: all failed tests are now fixed

[RFC/PATCH 0/2] Documentation: kicking the "reset --hard" habit
 2010-10-30  1:55 UTC  (4+ messages)
` [RFC/PATCH 1/2] Documentation: suggest "reset --merge" more often
` [RFC/PATCH 2/2] Documentation: suggest "reset --keep" "

Inconsistent behavior of the path disambiguator
 2010-10-30  0:41 UTC  (9+ messages)
    ` Re* "
      ` [PATCH v2] checkout: apply Dscho's dwim even with "--" present

[PATCH v8] Detection of directory renames
 2010-10-30  0:26 UTC  (10+ messages)
` [PATCH v8 1/5] Introduce bulk-move detection in diffcore
` [PATCH v8 2/5] Raw diff output format for bulk moves
` [PATCH v8 3/5] Add testcases for the --detect-bulk-moves diffcore flag
` [PATCH v8 4/5] Unified diff output format for bulk moves
` [PATCH v8 5/5] [WIP] Allow hiding renames of individual files involved in a directory rename

ANNOUNCE gitslave-1.1.1 and git-what-branch-0.2.4
 2010-10-29 20:41 UTC 

conflict merging directory replaced by symlink
 2010-10-29 17:32 UTC 

[PATCH 0/6] Unify argument and option notation in the docs
 2010-10-29 17:14 UTC  (5+ messages)
` [PATCH] CodingGuidelines: Add a section on writing documentation

[PATCH] git-am: create a config setting for reject control
 2010-10-29 16:20 UTC  (3+ messages)

add support for SUA (interix)
 2010-10-29 16:08 UTC  (5+ messages)
` [PATCH 1/2] add support for the SUA layer (interix; windows)

mutt aliases file not working
 2010-10-29 16:04 UTC  (3+ messages)

[PATCH] Fix a formatting error in git-merge.txt
 2010-10-29 15:57 UTC  (2+ messages)

[PATCHv5 00/23] git notes merge
 2010-10-29 15:01 UTC  (3+ messages)
` [PATCHv5 20/23] git notes merge: Add testcases for merging notes trees at different fanouts

[RFC PATCH] Makefile: new prove target for running the tests with TAP
 2010-10-29 13:19 UTC  (6+ messages)

Bugs in Gitosis
 2010-10-29 10:52 UTC 

Unable to remove git branch
 2010-10-29  8:42 UTC  (5+ messages)

[PATCH 1/2] read_sha1_file(): report correct name of packfile with a corrupt object
 2010-10-29  8:08 UTC  (3+ messages)
` [PATCH 2/2] A loose object is not corrupt if it cannot be read due to EMFILE

git diff-tree against the root commit
 2010-10-29  6:13 UTC 

git-blame.el: what is format-spec?
 2010-10-29  3:38 UTC  (9+ messages)
            ` [PATCH] git-blame.el: Add (require 'format-spec)
              ` [PATCH resend] "

svn repository URL and git
 2010-10-29  3:07 UTC  (8+ messages)

`git status --porcelain` disagrees with documentation about quoting filenames with spaces
 2010-10-29  1:51 UTC  (6+ messages)

Minimum git commit abbrev length (Was Re: -tip: origin tree build failure (was: [GIT PULL] ext4 update) for 2.6.37)
 2010-10-29  0:14 UTC  (4+ messages)
                ` Minimum git commit abbrev length (Was Re: -tip: origin tree build failure

Bugs in Gitosis
 2010-10-29  0:02 UTC  (5+ messages)

fsck errors on newly cloned, newly imported git repository
 2010-10-28 23:40 UTC  (5+ messages)

[PATCH v7 0/3] Detection of directory renames
 2010-10-28 21:42 UTC  (6+ messages)
` [PATCH v7 1/3] Introduce bulk-move detection in diffcore

git-gui: 'Unhandled 2 way diff marker:' for typechanged path
 2010-10-28 12:27 UTC  (2+ messages)
` [PATCH] git-gui: handle symlink replaced by file

git-svn tests fail since 1.7.2.2
 2010-10-28 20:32 UTC  (3+ messages)

[PATCH v2/RFC] Make git-completion Bash 4 compatible
 2010-10-28 18:46 UTC  (8+ 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).