git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-08-27 12:31:20 to 2011-08-30 18:55:47 UTC [more...]

Overriding ~/.gitconfig using GIT_CONFIG
 2011-08-30 18:49 UTC  (11+ messages)

[PATCH 1/5] diff_tree_sha1: skip diff_tree if old == new
 2011-08-30 18:55 UTC  (3+ messages)
` [PATCH 2/5] tree-walk: drop unused parameter from match_dir_prefix

Pointers to setup an internal git repository with access control
 2011-08-30 18:33 UTC  (5+ messages)

[PATCH] stash: Don't paginate by default with list command
 2011-08-30 18:24 UTC  (4+ messages)

[PATCH] Symlink mergetools scriptlets into valgrind wrappers
 2011-08-30 18:16 UTC  (3+ messages)

[PATCH] t3903: fix misquoted rev-parse invocation
 2011-08-30 18:03 UTC  (3+ messages)

[PATCH] Documentation: point to "History Simplification" from -- <path>
 2011-08-30 18:03 UTC  (4+ messages)
  ` [PATCH v2] Documentation: clarify effects of -- <path> arguments

What's the difference between `git show branch:file | diff -u - file` vs `git diff branch file`?
 2011-08-30 17:44 UTC  (24+ messages)
          ` [PATCH 0/3] Un-pessimize "diff-index $commit -- $pathspec"
            ` [PATCH 1/3] traverse_trees(): allow pruning with pathspec
            ` [PATCH 2/3] unpack-trees: "
            ` [PATCH 3/3] diff-index: pass pathspec down to unpack-trees machinery

Idea: "git format-patch" should get more information out of git
 2011-08-30 17:39 UTC  (10+ messages)

[PATCH] Makefile: Improve compiler header dependency check
 2011-08-30 17:17 UTC  (9+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH 1/2] fast-import: initialize variable require_explicit_termination
 2011-08-30 17:13 UTC  (8+ messages)
` [PATCH 2/2] Add a remote helper to interact with mediawiki (fetch & push)

[PATCH 0/2] am: foreign patch support fixes
 2011-08-30 17:02 UTC  (8+ messages)
` [PATCH 1/2] am: preliminary support for hg patches
` [PATCH 2/2] am: fix stgit patch mangling

More formatting with 'git tag -l'
 2011-08-30 16:27 UTC  (9+ messages)
      ` [PATCH] git-for-each-ref: move GPG sigs off %(body) to %(signature)

git tab completion shows ansi escape sequences
 2011-08-30 11:59 UTC  (2+ messages)

1.7.7-rc0 tagged and pushed out
 2011-08-30  2:32 UTC  (3+ messages)
  ` Not yet 1.7.7-rc1 but

[PATCH] do not require filters to consume stdin
 2011-08-30  1:20 UTC  (3+ messages)

'p4 sync' like command in git
 2011-08-30  0:52 UTC 

[PATCH] strbuf_grow(): maintain nul-termination even for new buffer
 2011-08-29 23:15 UTC  (4+ messages)

[PATCH] .gitattributes: Enable cpp diff parsing for .[ch] files
 2011-08-29 22:43 UTC  (8+ messages)

[PATCH 1/4] t4014: check for empty files from git format-patch --stdout
 2011-08-29 22:30 UTC  (5+ messages)
` [PATCH 2/4] t4014: invoke format-patch with --stdout where intended
` [PATCH 3/4] t4014: "no-add-headers" is actually called "no-add-header"
` [PATCH 4/4] Document negated forms of format-patch --to --cc --add-headers

What would be a normal tool chain for supporting git
 2011-08-29 22:25 UTC  (2+ messages)

[PATCH v2 0/2] Fix reference name format check and normalization
 2011-08-29 22:22 UTC  (14+ messages)
` [PATCH v2 1/2] check-ref-format --print: Normalize refnames that start with slashes
      ` git project patch workflow
` [PATCH v2 2/2] Forbid DEL characters in reference names

git-svn and mergeinfo
 2011-08-29 20:44 UTC  (4+ messages)
` git bug reporting

[PATCH] progress: use \r as EOL only if isatty(stderr) is true
 2011-08-29 20:17 UTC  (9+ messages)
` [PATCH] checkout: be quiet if not on isatty()
      ` [PATCH] checkout: add --verbose, and restrict progress reporting (was: Re: [PATCH] checkout: be quiet if not on isatty())
      ` [PATCH 0/2 RFC] Add update_progress(), divert checkout messages
        ` [PATCH 1/2] progress: add update_progress()
          ` [PATCH 2/2] unpack-trees: divert check_updates() output via update_progress()

[PATCH] t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare sh
 2011-08-29 20:09 UTC 

[PATCH] Use memmove in ident_to_git
 2011-08-29 20:06 UTC 

t0300-credentials: poll failed: invalid argument
 2011-08-29 17:43 UTC  (4+ messages)

git-config: case insensitivity for subsections
 2011-08-29 16:47 UTC  (7+ messages)

[PATCH] am: format is in $patch_format, not parse_patch
 2011-08-29 16:46 UTC  (3+ messages)

[PATCH v4 0/4] git-p4: Improve branch support
 2011-08-29  9:33 UTC  (7+ messages)
` [PATCH v4 1/4] git-p4: Correct branch base depot path detection
` [PATCH v4 2/4] git-p4: Allow filtering Perforce branches by user
` [PATCH v4 3/4] git-p4: Allow branch definition with git config
` [PATCH v4 4/4] git-p4: Add simple test case for branch import

[PATCH] git-p4: simple branch tests edits
 2011-08-29  9:32 UTC 

[tig: PATCH] Decorate replaced commits
 2011-08-29  9:08 UTC 

[PATCHv2 0/5] patterns for branch list
 2011-08-29  6:51 UTC  (10+ messages)
` [PATCHv3 "
  ` [PATCHv3 1/5] t6040: test branch -vv
  ` [PATCHv3 2/5] git-tag: introduce long forms for the options
  ` [PATCHv3 3/5] git-branch: introduce missing "
  ` [PATCHv3 4/5] branch: introduce --list option
  ` [PATCHv3 5/5] branch: allow pattern arguments

[PATCH] t5540-http-test: shorten grep pattern
 2011-08-29  6:42 UTC  (3+ messages)
  ` [PATCH v2] "

obstack fails to compile on OS X 10.7
 2011-08-29  6:07 UTC  (6+ messages)

[tig] [PATCH] Display line numbers in main view
 2011-08-29  3:16 UTC  (2+ messages)

[ANNOUNCE] tig-0.18
 2011-08-29  3:10 UTC 

git fast-import : How to change parent during import?
 2011-08-29  1:13 UTC  (5+ messages)

branch practice in my project
 2011-08-28 19:42 UTC  (2+ messages)

[PATCH 0/5] RFC: patterns for branch list
 2011-08-28 14:37 UTC  (10+ messages)
` [PATCHv2 2/5] git-tag: introduce long forms for the options
` [PATCHv2 3/5] git-branch: introduce missing "
` [PATCHv2 4/5] branch: introduce --list option

git clean --exclude broken?
 2011-08-28 12:31 UTC  (7+ messages)
    ` Re* "

[PATCH v2 5/5] Use kwset in grep
 2011-08-28 11:31 UTC  (3+ messages)

extracting original git commits from "git svn" repository?
 2011-08-28  8:13 UTC 

[PATCH] t3005: do not assume a particular order of stdout and stderr of git-ls-files
 2011-08-28  7:34 UTC 

[PATCH/RFC 0/2] Search for parent commit in new branch import
 2011-08-27 23:32 UTC  (10+ messages)
` [PATCH/RFC 2/2] git-p4: Add complex test case for "

Files that cannot be added to the index
 2011-08-27 21:44 UTC  (10+ messages)

[PATCH] Add a credential-helper for KDE
 2011-08-27 19:54 UTC 

"git submodule foreach" very slow 
 2011-08-27 19:07 UTC 

[PATCH 1/4] t/t3905: use the name 'actual' for test output, swap arguments to test_cmp
 2011-08-27 18:50 UTC  (2+ messages)

git for game development?
 2011-08-27 15:32 UTC  (4+ messages)

Is there a scriptable way to update the stat-info in the index without having git open and read those files?
 2011-08-27 15:18 UTC  (2+ messages)

[PATCH] replace: List replacement along with the object
 2011-08-27 14:07 UTC  (4+ messages)
` [PATCHv2] git-replace.txt: Clarify list mode

[PATCH RFC] gitk: Allow commit editing
 2011-08-27 12:31 UTC  (6+ messages)
` [PATCH] "
    ` [PATCH v3] "
        ` [PATCH v4] "


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