git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-07-01 08:10:56 to 2010-07-03 23:27:28 UTC [more...]

Why is "git tag --contains" so slow?
 2010-07-03 23:27 UTC  (9+ messages)

[PATCH 4/4] git-cvsserver: break from loop after a successful hit
 2010-07-03 22:20 UTC  (2+ messages)

[PATCH 2/4] git-cvsserver: simplify control flow in pserver authentication
 2010-07-03 22:16 UTC  (2+ messages)

[PATCH 1/4] git-cvsserver: implement script based pserver authentication
 2010-07-03 22:14 UTC  (2+ messages)

what is the test target of t9400-git-cvsserver-server.sh
 2010-07-03 21:28 UTC  (3+ messages)

[PATCH 3/4] git-cvsserver: do not try to descramble empty password
 2010-07-03 21:23 UTC 

how do I exclude a commit from set of commits to be pushed
 2010-07-03 20:39 UTC  (4+ messages)

Issues with line-endings and autocrlf setting after SVN to Git transition
 2010-07-03 20:09 UTC  (2+ messages)

[RFC] Git User's Survey 2010 (resend)
 2010-07-03 19:58 UTC 

[RFC] Git User's Survey 2010
 2010-07-03 19:46 UTC 

[GSoC update extra!] git-remote-svn: Week 9
 2010-07-03 19:47 UTC  (3+ messages)

[OT?] Executing Git from bash script invoked by cron
 2010-07-03 17:19 UTC  (3+ messages)

*Non*-interactive squash a range ?
 2010-07-03 13:38 UTC 

[PATCH 1/2] Add a string_list_foreach macro
 2010-07-03 12:41 UTC  (4+ messages)
  ` [PATCH 1/2] Add a for_each_string_list_item macro
    ` [PATCH 2/2] Convert the users of for_each_string_list to "

SVN migration
 2010-07-03 11:37 UTC  (3+ messages)

[PATCH] git-cvsserver: pserver-auth-script
 2010-07-03 10:49 UTC  (8+ messages)

'git commit --short' without touching index?
 2010-07-03 10:08 UTC  (3+ messages)

Print last time and committer a file was touched by for a whole repo
 2010-07-03  9:13 UTC  (8+ messages)

[PATCH] Bugfix: grep: Do not colorize output when -O is set
 2010-07-03  7:59 UTC  (6+ messages)
    ` [PATCH v2] grep -O: Do not pass color sequences as filenames to pager

installation issue when building with NO_CURL=YesPlease
 2010-07-03  6:21 UTC  (4+ messages)
` [PATCH 1/2] Makefile: remove some unnecessary curly braces
` [PATCH 2/2] Makefile: work around ksh's failure to handle missing list argument to for loop

[PATCH 2/2] Convert the users for of for_each_string_list to string_list_for_each
 2010-07-03  6:49 UTC  (4+ messages)

BUG ? git-log omits changesets if the file is identical between revs
 2010-07-02 23:24 UTC  (3+ messages)

[PATCH v6 0/3] Merge renormalization, config renamed
 2010-07-02 22:46 UTC  (5+ messages)
` [PATCH v6 1/3] Avoid conflicts when merging branches with mixed normalization
` [PATCH v6 2/3] Try normalizing files to avoid delete/modify conflicts when merging
` [PATCH v6 3/3] Don't expand CRLFs when normalizing text during merge

"recursive" merge strategy fails when renaming a file into a subdirectory: fatal: git write-tree failed to write a tree
 2010-07-02 21:03 UTC 

global hooks - once again
 2010-07-02 20:53 UTC  (6+ messages)

[PATCH] string-list.h: Add STRING_LIST_INIT macro and make use of it
 2010-07-02 20:22 UTC  (5+ messages)
` [PATCH] string_list: "

[PATCH/RFC] git submodule: add submodules with git add -f <path>
 2010-07-02 19:22 UTC 

valgrind hits in t9400 and t9401 (git cvsserver)
 2010-07-02 19:06 UTC 

Improved autocrlf description in RelNotes-1.7.2.txt
 2010-07-02 17:28 UTC  (3+ messages)

[RFC PATCH] rerere: fix overeager gc
 2010-07-02 17:25 UTC  (11+ messages)
    ` [PATCH v2] "
        ` [PATCH 1/2] mingw: utime() handles NULL times parameter
          ` [PATCH 1/2 fixed] mingw_utime(): handle "
        ` [PATCH 2/2] rerere: fix overeager gc

[PATCH/RFC] Teach fast-import to import subtrees named by tree id
 2010-07-02 15:48 UTC  (12+ messages)
` [WIP/PATCH] Teach fast-import to print the id of each imported commit

[GSoC 2010] The 6th week
 2010-07-02 15:05 UTC 

[PATCH v4 0/7] Improvements for t/README
 2010-07-02 14:59 UTC  (8+ messages)
` [PATCH v4 1/7] t/README: The trash is in 't/trash directory.$name'
` [PATCH v4 2/7] t/README: Typo: paralell -> parallel
` [PATCH v4 3/7] t/README: Document the prereq functions, and 3-arg test_*
` [PATCH v4 4/7] t/README: Document test_external*
` [PATCH v4 5/7] t/README: Document test_expect_code
` [PATCH v4 6/7] t/README: Add a section about skipping tests
` [PATCH v4 7/7] t/README: Document the do's and don'ts of tests

Purpose of "struct object_entry *oe = oe;"?
 2010-07-02  9:28 UTC  (4+ messages)

git cherry not marking commits with equivalent upstream
 2010-07-02  9:23 UTC  (13+ messages)
` [PATCH] Documentation: 'cherry' does not cope well with merges from upstream

Git checkout: difference in behavior and what is in the documentation
 2010-07-02  8:29 UTC  (3+ messages)

[PATCH v2 0/8] Improvements for t/README
 2010-07-02  7:28 UTC  (14+ messages)
` [PATCH v2 1/8] t/README: Tests are all +x, ./test, not sh ./test
` [PATCH v2 2/8] t/README: The trash is in 't/trash directory.$name'
` [PATCH v2 3/8] t/README: Typo: paralell -> parallel
` [PATCH v2 4/8] t/README: Document the prereq functions, and 3-arg test_*
` [PATCH v2 5/8] t/README: Document test_external*
    ` [PATCH v3 "
` [PATCH v2 6/8] t/README: Document test_expect_code
` [PATCH v2 7/8] t/README: Add a section about skipping tests
` [PATCH v2 8/8] t/README: Document the do's and don'ts of tests

Poor status output during conflicted merge
 2010-07-02  1:51 UTC  (3+ messages)

[GSoC update] git-remote-svn: Week 9
 2010-07-02  1:40 UTC  (2+ messages)

A minor typo in the RelNotes for 1.7.2
 2010-07-02  0:52 UTC  (2+ messages)
` [PATCH] Documentation/RelNotes-1.7.2.txt: Fix typo

[PATCH 4/4] Makefile: Don't pass $(ALL_CFLAGS) to the linker
 2010-07-01 21:27 UTC  (6+ messages)

[PATCH v5 0/4] Re-rolled merge normalization
 2010-07-01 20:25 UTC  (13+ messages)
` [PATCH v5 1/4] Avoid conflicts when merging branches with mixed normalization
` [PATCH v5 2/4] Introduce "double conversion during merge" more gradually
` [PATCH v5 3/4] Try normalizing files to avoid delete/modify conflicts when merging
` [PATCH v5 4/4] Don't expand CRLFs when normalizing text during merge

Beg. Level: Send Radiant CMS w/extensions to Heroku
 2010-07-01 17:47 UTC  (3+ messages)

[PATCH 0/8] Improvements for t/README
 2010-07-01 17:16 UTC  (14+ messages)
` [PATCH 1/8] t/README: Tests are all +x, ./test, not sh ./test
` [PATCH 2/8] t/README: The trash is in 't/trash directory.$name'
` [PATCH 3/8] t/README: Typo: paralell -> parallel
` [PATCH 4/8] t/README: Document the prereq functions, and 3-arg test_*
` [PATCH 5/8] t/README: Document test_external*
` [PATCH 6/8] t/README: Document test_expect_code
` [PATCH 7/8] t/README: Add a section about skipping tests
` [PATCH 8/8] t/README: Document the dangers of printing "ok" / "not ok"

Forcing CRLF for files in a directory
 2010-07-01 13:55 UTC  (3+ messages)

git reflog delete / manpage confusion
 2010-07-01 13:09 UTC  (4+ messages)

Test 17 of `t9119-git-svn-info.sh' fails with svn 1.6.9
 2010-07-01 10:36 UTC  (7+ messages)

[PATCH] RelNotes-1.7.2: cherry-pick and revert learned the same things
 2010-07-01  8:09 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).