git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-02-18 21:57:04 to 2010-02-21 03:12:48 UTC [more...]

[RFC PATCH v2 00/11] post-rewrite / automatic notes copying
 2010-02-21  3:12 UTC  (16+ messages)
` [RFC PATCH v3 00/12] several notes refs, post-rewrite, notes rewriting
  ` [RFC PATCH v3 01/12] Support showing notes from more than one notes tree
  ` [RFC PATCH v3 02/12] Documentation: document post-rewrite hook
  ` [RFC PATCH v3 03/12] commit --amend: invoke "
  ` [RFC PATCH v3 04/12] rebase: "
  ` [RFC PATCH v3 05/12] rebase -i: "
  ` [RFC PATCH v3 06/12] notes: implement 'git notes copy --stdin'
  ` [RFC PATCH v3 07/12] notes: implement helpers needed for note copying during rewrite
  ` [RFC PATCH v3 08/12] rebase: support automatic notes copying
  ` [RFC PATCH v3 09/12] commit --amend: copy notes to the new commit
  ` [RFC PATCH v3 10/12] filter-branch: invoke post-rewrite hook
  ` [RFC PATCH v3 11/12] filter-branch: learn how to filter notes
  ` [RFC PATCH v3 12/12] notes: add shorthand --ref to override GIT_NOTES_REF

[PATCH 0/7] http: minor improvements
 2010-02-21  3:08 UTC  (8+ messages)
` [PATCH 1/7] t5541-http-push: check that ref is unchanged for non-ff test
` [PATCH 2/7] t554[01]-http-push: refactor, add non-ff tests
` [PATCH 3/7] http-push: remove useless condition
` [PATCH 4/7] http-walker: cleanup more thoroughly
` [PATCH 5/7] http: init and cleanup separately from http-walker
` [PATCH 6/7] remote-curl: use http_fetch_ref() instead of walker wrapper
` [PATCH 7/7] remote-curl: init walker only when needed

Configuring git to for forget removed files
 2010-02-21  2:47 UTC  (5+ messages)

[PATCH v2 0/7] Re: 'git svn log' no longer uses the pager
 2010-02-21  2:09 UTC  (22+ messages)
` [PATCH 1/7] Fix 'git var' usage synopsis
` [PATCH 2/7] Make 'git var GIT_PAGER' always print the configured pager
` [PATCH 3/7] git.1: Clarify the behavior of the --paginate option
` [PATCH 4/7] git svn: Fix launching of pager
` [PATCH 5/7] am: "
` [PATCH 6/7] tests: Add tests for automatic use "
    ` [PATCH v2 "
      ` [PATCH v4 7/7] t7006-pager: if stdout is not a terminal, make a new one
` [PATCH/RFC "
                ` [PATCH v2 "
                    ` [PATCH v3 "
                      ` [PATCH squash] Simplify test-terminal.perl

[RFC] Is using git describe resilient enough for setting the build version of git?
 2010-02-21  0:48 UTC 

[BUG] girocco + git-svn: trunk is not propagated to master
 2010-02-20 23:42 UTC  (2+ messages)

Using test-lib.sh under GPLv3?
 2010-02-20 22:22 UTC  (13+ messages)
                            ` [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+

[PATCH 0/4] Allow Git repositories to be shared using POSIX ACLs
 2010-02-20 20:01 UTC  (16+ messages)
` [PATCH 1/4] Add a testcase for ACL with restrictive umask
` [PATCH 2/4] Move gitmkstemps to path.c
` [PATCH 3/4] git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument
` [PATCH 4/4] Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later
    ` [PATCH 1/6] Add a testcase for ACL with restrictive umask
    ` [PATCH 2/6] Move gitmkstemps to path.c
    ` [PATCH 3/6] git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument
    ` [PATCH 4/6 v2] Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later
    ` [PATCH 5/6] git_mkstemps_mode: don't set errno to EINVAL for any error
    ` [PATCH 6/6] Use git_mkstemp_mode instead of plain mkstemp to create object files

APIs for automatic patch generation
 2010-02-20 19:40 UTC 

'git add' corrupts repository if the working directory is modified as it runs
 2010-02-20 19:23 UTC  (26+ messages)
` [PATCH] don't use mmap() to hash files
  ` [PATCH] Teach "git add" and friends to be paranoid
          ` 16 gig, 350,000 file repository

[PATCH 0/4] utf8.c: strbuf'ify strbuf_add_wrapped_text()
 2010-02-20 19:22 UTC  (8+ messages)
` [PATCH 1/4] utf8.c: remove print_wrapped_text()
` [PATCH 2/4] utf8.c: remove print_spaces()
` [PATCH 3/4] utf8.c: remove strbuf_write()
` [PATCH 4/4] utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text()

[PATCH] git-p4: fix bug in symlink handling
 2010-02-20 19:22 UTC  (3+ messages)

[PATCH] git-gui: fix usage of themed widgets variable
 2010-02-20 18:57 UTC  (3+ messages)
  ` [PATCH v2] "

Storing (hidden) per-commit metadata
 2010-02-20 18:57 UTC  (3+ messages)

[PATCH] Add `[decorate]' configuration section
 2010-02-20 17:49 UTC  (5+ messages)
  ` Re* "

How to create patches for a merge?
 2010-02-20 17:39 UTC  (4+ messages)

gitk: window size for Edit View, Preferences
 2010-02-20 16:15 UTC 

[RFC PATCH v2 07/11] notes: implement helpers needed for note copying during rewrite
 2010-02-20 15:23 UTC  (3+ messages)
` [WIP/RFC PATCH] Support showing notes from more than one notes tree

RFD: git-bzr: anyone interested?
 2010-02-20 13:58 UTC  (9+ messages)
          ` Writing git remote helpers

Git has bad performance when traversing change-sets with large PPM files
 2010-02-20 13:38 UTC  (6+ messages)
` [PATCH] rebase -i: avoid --cherry-pick when rebasing to a direct ancestor
      ` [PATCH] cherry_pick_list: quit early if one side is empty

Possible bug with git status in 1.7.0
 2010-02-20 11:05 UTC  (7+ messages)

Problem adding a symlinkg
 2010-02-20  9:55 UTC  (3+ messages)

'git mailinfo' whitespace bug
 2010-02-20  5:51 UTC  (3+ messages)
` [PATCH] mailinfo: don't trim whitespace in the commit message

[PATCH] Documentation: Fix indentation problem in git-commit(1)
 2010-02-20  5:28 UTC  (4+ messages)
` [PATCH v2] "

unexpected git-merge result
 2010-02-20  3:45 UTC  (3+ messages)

RFD: best way to automatically rewrite a git DAG as a linear history?
 2010-02-20  3:05 UTC  (8+ messages)

[PATCH] t1450: fix testcases that were wrongly expecting failure
 2010-02-20  0:18 UTC 

[BUG] ? - git log :/text results are strange
 2010-02-19 23:45 UTC  (4+ messages)

git fast-import / working tree status question
 2010-02-19 23:40 UTC  (2+ messages)

[PATCH] documentation: update the "Pushing changes to a public repository" section
 2010-02-19 23:09 UTC  (2+ messages)

Is git over http (git-http-push) ready for production ?
 2010-02-19 19:05 UTC  (6+ messages)

Gittor: Project initiated
 2010-02-19 18:08 UTC  (3+ messages)

[RFE] pre/post-stash hooks
 2010-02-19 17:33 UTC 

What's cooking in git.git (Feb 2010, #04; Wed, 17)
 2010-02-19 14:55 UTC  (2+ messages)

[BUG] git-gui blame: "Show History Context" is broken
 2010-02-19 13:55 UTC  (3+ messages)
` [PATCH] Handle failure of core.worktree to identify the working directory

Git svn fetches entire trunk on tags (change from 1.6.5.2 to 1.7.0)
 2010-02-19 12:14 UTC  (3+ messages)

Fix signal handler
 2010-02-19 11:05 UTC  (11+ messages)
    ` [PATCH] "

'git add' regression in git-1.7?
 2010-02-19  8:24 UTC  (7+ messages)

[PATCH] import-tars: Make it possible to include the original commit ID
 2010-02-19  8:12 UTC  (3+ messages)

[PATCH 00/10] teach --progress to transport-related builtins
 2010-02-19  7:53 UTC  (7+ messages)
` [PATCH 01/10] Documentation/git-pull.txt: mention --quiet and --verbose for fetching

Bug Report ( including test script ): Non-Fastforward merges misses directory deletion
 2010-02-19  7:40 UTC  (5+ messages)

[RFC] (reverse) combined diff conflict style
 2010-02-19  7:15 UTC  (3+ messages)

[PATCH resend] Documentation: pack-objects: Clarify --local's semantics
 2010-02-19  5:44 UTC  (2+ messages)

[RFD] Deepen the git directory structure a bit
 2010-02-19  3:50 UTC  (7+ messages)

Using trees for metatagging
 2010-02-19  0:43 UTC  (9+ messages)

[RFC PATCHv3 00/10] gitweb: Simple file based output caching
 2010-02-19  0:14 UTC  (3+ messages)

Add new option in the right click menu in git gui
 2010-02-18 23:11 UTC 

git-svn checksum mismatch
 2010-02-18 23:08 UTC 

[RFC/PATCH] gitweb: Syntax highlighting support
 2010-02-18 22:01 UTC  (2+ messages)

Is there something like a git format-patch --squash?
 2010-02-18 21:56 UTC  (3+ messages)


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 NNTP newsgroup(s).