git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-10-22 14:59:51 to 2010-10-24 21:34:54 UTC [more...]

[PATCHv5 00/17] gitweb: Simple file based output caching
 2010-10-24 21:34 UTC  (2+ messages)

[PATCH v7 0/3] Detection of directory renames
 2010-10-24 21:10 UTC  (5+ messages)
` [PATCH v7 1/3] Introduce bulk-move detection in diffcore
` [PATCH v7 2/3] Add testcases for the --detect-bulk-moves diffcore flag
` [PATCH v7 3/3] [WIP] Allow hiding renames of individual files involved in a directory rename
` [PATCH] [RFC] Add --detect-bulk-moves output to unidiff format

[PATCH] Fix copy-pasted comments related to tree diff handling
 2010-10-24 21:03 UTC 

[PATCH] Documentation: complete config list from other manpages
 2010-10-24 20:55 UTC  (5+ messages)
    ` [RFC PATCH v3 2/3] "
      ` [RFC PATCH v3 2/3 (amend)] "

git-update-index loses executable bit for unmerged files when core.filemode is false
 2010-10-24 18:53 UTC  (3+ messages)
` [PATCH] Add tests to demonstrate update-index bug with core.symlinks/core.filemode

[BUG, PATCH v5 0/3] Fix {blame,cat-file} --textconv for cases with symlinks
 2010-10-24 17:40 UTC  (3+ messages)

"git fsck" hanging (v1.7.3.2)
 2010-10-24 17:06 UTC  (2+ messages)

[completion] Request: Include remote heads as push targets
 2010-10-24 16:28 UTC  (8+ messages)

[TopGit PATCH] Make tg help work in any directory
 2010-10-24 14:34 UTC 

fsck errors on newly cloned, newly imported git repository
 2010-10-24 15:54 UTC 

[PATCH 0/6] Unify argument and option notation in the docs
 2010-10-24 15:51 UTC  (2+ messages)
` [PATCH] CodingGuidelines: Add a section on writing documentation

[WIP PATCH 00/18] setup tests
 2010-10-24 15:40 UTC  (20+ messages)
` [WIP PATCH 01/18] rev-parse: add --internal-cwd and --internal-git-dir for tests
` [WIP PATCH 02/18] Add t1510 for setup tests
` [WIP PATCH 03/18] t1510: setup case #0
` [WIP PATCH 04/18] t1510: setup case #1
` [WIP PATCH 05/18] t1510: setup case #2
` [WIP PATCH 06/18] t1510: setup case #3
` [WIP PATCH 07/18] t1510: setup case #4
` [WIP PATCH 08/18] t1510: setup case #5
` [WIP PATCH 09/18] t1510: setup case #6
` [WIP PATCH 10/18] t1510: setup case #7
` [WIP PATCH 11/18] t1510: setup case #8
` [WIP PATCH 12/18] t1510: setup case #9
` [WIP PATCH 13/18] t1510: setup case #10
` [WIP PATCH 14/18] t1510: setup case #11
` [WIP PATCH 15/18] t1510: setup case #12
` [WIP PATCH 16/18] t1510: setup case #13
` [WIP PATCH 17/18] t1510: setup case #14
` [WIP PATCH 18/18] t1510: setup case #15

[PATCH 00/11] More consistant terminology ("remote-tracking branch", "not updated")
 2010-10-24 15:18 UTC  (31+ messages)
` [PATCH 01/10] Better "Changed but not updated" message in git-status
` [PATCH 02/10] Remplace "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 05/10] Change "tracking branch" to "remote-tracking branch" in C code
` [PATCH 06/10] Change incorrect uses of "remote branch" meaning "remote-tracking"
` [PATCH 07/10] Change incorrect "remote branch" to "remote tracking branch" in C code
` [PATCH 08/10] Use 'remote-tracking branch' in generated merge messages
` [PATCH 09/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] Sync "git diff -h" with the manual, show options summary
 2010-10-24 15:15 UTC  (6+ messages)

[PATCH v2 1/4] setup_git_env: print the true $GIT_DIR for debugging
 2010-10-24 12:50 UTC  (16+ messages)
` [PATCH v2 4/4] builtins: check for startup_info->help, print and exit early
  ` [PATCH en/and-cascade-tests 0/7]
    ` [PATCH 1/7] branch -h: show usage even in an invalid repository
          ` [RFC/PATCH 0/4] update-index: migrate to parse-options API
            ` [PATCH 1/4] parse-options: allow git commands to invent new option types
            ` [PATCH 2/4] parse-options: make resuming easier after PARSE_OPT_STOP_AT_NON_OPTION
            ` [PATCH 3/4] setup: save prefix (original cwd relative to toplevel) in startup_info
            ` [PATCH 4/4] update-index: migrate to parse-options API
    ` [PATCH 5/7] ls-files -h: show usage even with corrupt index
    ` [PATCH 6/7] merge "

[PATCHv6 00/10] gitweb: remote_heads feature
 2010-10-24 10:45 UTC  (11+ messages)
` [PATCHv6 01/10] gitweb: introduce "
` [PATCHv6 02/10] gitweb: git_get_heads_list accepts an optional list of refs
` [PATCHv6 03/10] gitweb: separate heads and remotes lists
` [PATCHv6 04/10] gitweb: nagivation menu for tags, heads and remotes
` [PATCHv6 05/10] gitweb: use fullname as hash_base in heads link
` [PATCHv6 06/10] gitweb: allow action specialization in page header
` [PATCHv6 07/10] gitweb: remotes view for a single remote
` [PATCHv6 08/10] gitweb: refactor repository URL printing
` [PATCHv6 09/10] gitweb: provide a routine to display (sub)sections
` [PATCHv6 10/10] gitweb: group remote heads by remote

[PATCH] make pack-objects a bit more resilient to repo corruption
 2010-10-24  2:47 UTC  (11+ messages)
    ` [PATCH v2] "

[RFC PATCH v2 0/3] Documentation: refactor config variable descriptions
 2010-10-24  1:24 UTC  (4+ messages)

[PATCH] docs: give more hints about how "add -e" works
 2010-10-24  0:32 UTC  (5+ messages)

git as an sfc member project
 2010-10-23 22:48 UTC  (17+ messages)

[PATCH] CodingGuidelines: add a note to help contributors catch some errors earlier
 2010-10-23 18:48 UTC  (3+ messages)

Git pull doesn't get the tags
 2010-10-23 16:34 UTC  (6+ messages)

[PATCHv5 00/12] gitweb: remote_heads feature
 2010-10-23 16:17 UTC  (4+ messages)
` [PATCHv5 12/12] gitweb: gather more remote data

[PATCH] Fix an inconsistency in gitdiffcore long options markup
 2010-10-23 14:31 UTC 

[PATCH] rebase-autosquash: add testcase for fixup occuring before its fixed commit
 2010-10-23 13:33 UTC 

[PATCH 1/3] GIT-VERSION-GEN: make use of git describe --dirty
 2010-10-23 12:23 UTC  (3+ messages)

Buglet in i18n?
 2010-10-23 11:32 UTC  (4+ messages)

Git GUI on OS X with remote over SSH fails with "remote hung up unexpectedly"
 2010-10-23 10:52 UTC 

[PATCH] correct folding of email-headers in conjunction with RFC2047
 2010-10-23 10:35 UTC 

[long] worktree setup cases
 2010-10-23 10:12 UTC  (7+ messages)

should Documentation/howto/setup-git-server-over-http.txt be marked obsolete?
 2010-10-23  7:24 UTC  (8+ messages)

Test failure with old svn [Re: [ANNOUNCE] Git 1.7.3.2]
 2010-10-23  1:55 UTC  (2+ messages)
` [PATCH] t9157-git-svn-fetch-merge.sh: remove dependency on subversion 1.5

[PATCHv4 00/21] git notes merge
 2010-10-23  1:44 UTC  (15+ messages)
    ` git merge --abort? [was: Re: [PATCHv4 00/21] git notes merge]

[RFC] Print diffs of UTF-16 to console / patches to email as UTF-8...?
 2010-10-22 21:49 UTC  (15+ messages)
      ` Git Attribute: File Text Encoding {WAS: Re: [RFC] Print diffs of UTF-16 to console / patches to email as UTF-8...?}

Git terminology: remote, add, track, stage, etc
 2010-10-22 21:46 UTC  (10+ messages)

pulling the root commit overwrites untracked files without warning (1.7.2.3)
 2010-10-22 21:17 UTC  (3+ messages)

[PATCH v2 0/8] fix push --progress over file://, git://, etc
 2010-10-22 19:42 UTC  (7+ messages)
` [PATCH v2 1/8] tests: factor out terminal handling from t7006
  ` [PATCH v2 2/8] tests: test terminal output to both stdout and stderr
    ` [PATCH v2 3/8] test-lib: allow test code to check the list of declared prerequisites
      ` [PATCH v2 4/8] test_terminal: catch use without TTY prerequisite
        ` [PATCH v2 5/8] test_terminal: give priority to test-terminal.perl usage

GIT as binary repository
 2010-10-22 19:20 UTC  (6+ messages)

git rebase --abort of an --onto run does not checkout the originating branch
 2010-10-22 19:15 UTC  (2+ messages)

[PATCH] Fix handling of git-p4 on deleted files
 2010-10-22 18:52 UTC  (4+ messages)

[PATCH] Fix git-apply with -p greater than 1
 2010-10-22 18:51 UTC  (8+ messages)

[PATCH] userdiff.c: Improve builtin csharp regex patterns
 2010-10-22 16:31 UTC 

[PATCH] add support for the SUA layer (interix; windows)
 2010-10-22 17:01 UTC  (2+ messages)

Colored whitespace in git gui
 2010-10-22 15:18 UTC  (9+ messages)
` [PATCH] git-gui: highlight trailing whitespace in diff view
    ` [PATCH] git-gui: support core.whitespace rules "


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