git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2006-06-25 01:54:40 to 2006-06-28 05:59:29 UTC [more...]

[PATCH] quote.c: silence compiler warnings from EMIT macro
 2006-06-28  5:59 UTC 

Quick merge status updates
 2006-06-28  5:04 UTC  (2+ messages)

[PATCH 0/5] git-svn: more cool features
 2006-06-28  2:39 UTC  (6+ messages)
` [PATCH 1/5] git-svn: SVN 1.1.x library compatibility
` [PATCH 2/5] git-svn: several graft-branches improvements
` [PATCH 3/5] git-svn: add the commit-diff command
` [PATCH 4/5] git-svn: add --follow-parent and --no-metadata options to fetch
` [PATCH 5/5] git-svn: be verbose by default on fetch/commit, add -q/--quiet option

[PATCH] pre-commit hook: less easily-tripped conflict marker detection
 2006-06-28  1:58 UTC  (4+ messages)

CFT: merge-recursive in C
 2006-06-27 23:33 UTC  (20+ messages)
` CFT: merge-recursive in C (test updates)
  ` Notes on diffcore API

bisect help
 2006-06-27 22:59 UTC  (5+ messages)

[PATCH] git.c: Re-introduce sane error messages on missing commands
 2006-06-27 22:57 UTC  (2+ messages)

Fixed PPC SHA1
 2006-06-27 22:50 UTC  (2+ messages)

CFT: merge-recursive in C (updated)
 2006-06-27 22:36 UTC  (7+ messages)

[PATCH 0/2] resurrect format-patch's patch id checking
 2006-06-27 20:38 UTC  (20+ messages)
` [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
            ` [PATCH] format-patch: support really old non-range syntax, with a warning
      ` [PATCH] format-patch: use clear_commit_marks() instead of some adhocery

[PATCH] Print empty line between raw, stat, summary and patch
 2006-06-27 18:03 UTC  (2+ messages)

[PATCH] t4014: fix for whitespace from "wc -l"
 2006-06-27 17:10 UTC  (2+ messages)

[PATCH] cogito: "make clean" fails if make is not GNU make
 2006-06-27 16:58 UTC 

[PATCH] Fix expr usage for FreeBSD
 2006-06-27 16:54 UTC 

[PATCH] Fix diff-tree -s
 2006-06-27 16:43 UTC 

[PATCH] log --raw: Don't descent into subdirectories
 2006-06-27 13:27 UTC 

[PATCH] diff-tree: Use ---\n as a message separator
 2006-06-27 12:39 UTC 

cvs importer woes
 2006-06-27 11:01 UTC  (7+ messages)
` [TRYTHIS] cvsimport: fix initial import

Rework a patch serie
 2006-06-27 10:16 UTC  (3+ messages)

[PATCH/RFC] Add git-instaweb, instantly browse the working repo with gitweb
 2006-06-27  9:05 UTC 

What's in git.git
 2006-06-27  7:55 UTC  (8+ messages)

Just added It will be great Delight in
 2006-06-27  3:54 UTC 

[PATCH] Introduce Git.pm (v3)
 2006-06-26 23:20 UTC  (4+ messages)

[PATCH] Git.pm: Support for perl/ being built by a different compiler
 2006-06-26 22:25 UTC  (18+ messages)
    ` [PATCH] Solaris needs inclusion of signal.h for signal()
    ` [PATCH] Fix pkt-line.h to compile with a non-GCC compiler
    ` [PATCH] "test" in Solaris' /bin/sh does not support -e
              ` [PATCH] Makefile fix for Solaris
              ` [PATCH] Add possibility to pass CFLAGS and LDFLAGS specific to the perl subdir

stgit: bunch of bugreports/wishes
 2006-06-26 21:04 UTC  (2+ messages)

[PATCH 0/7] Rework diff options
 2006-06-26 18:24 UTC  (11+ messages)
` [PATCH 2/7] Merge with_raw, with_stat and summary variables to output_format
  ` [PATCH] Add msg_sep to diff_options
  ` [PATCH] whatchanged: Default to DIFF_FORMAT_RAW
  ` [PATCH] Don't xcalloc() struct diffstat_t

Setting up git server?
 2006-06-26  7:55 UTC  (2+ messages)

Solaris 8
 2006-06-26 12:13 UTC  (6+ messages)
` [PATCH] include signal.h for prototype of signal()
` [PATCH] cast pid_t to long for printing

[PATCH] git-grep: allow patterns starting with -
 2006-06-26  6:59 UTC  (9+ messages)
  ` [PATCH] correct documentation for git grep
      ` [PATCH] git-grep: --and to combine patterns with and instead of or

x86 asm SHA1 (draft)
 2006-06-26  6:49 UTC  (24+ messages)
    ` PPC SHA-1 Updates in "pu"
                ` [PATCH] Git.pm build: Fix quoting and missing GIT-CFLAGS dependency
                            ` perl profiling (was: PPC SHA-1 Updates in "pu")

[PATCH 0/10] re-based and expanded tree-walker cleanup patches
 2006-06-26  0:44 UTC  (10+ messages)
          ` A series file for git?

[RFC] git --trace: trace command execution
 2006-06-25 23:30 UTC  (8+ messages)
  ` [PATCH] GIT_TRACE: show which built-in/external commands are executed

[RFC] git-fetch - repack in the background after fetching
 2006-06-25 17:53 UTC 

[RFC] git-fetch - repack in the background after fetching
 2006-06-25 17:29 UTC  (7+ messages)
  ` [PATCH] Repack should try to prevent itself from running twice, concurrently

[RFC] GIT user survey
 2006-06-25 16:20 UTC  (6+ messages)

On boolean configuration variables
 2006-06-25 15:41 UTC  (4+ messages)

[Patch] trap: exit: invalid signal specification
 2006-06-25 14:33 UTC  (3+ messages)

New web frontend: gitarella
 2006-06-25 13:47 UTC  (3+ messages)

git-repack -a -d produces unusable packs with 1.4.0
 2006-06-25 12:23 UTC  (2+ messages)

[PATCH 1/7] Git.pm: Introduce ident() and ident_person() methods
 2006-06-25  9:36 UTC  (8+ messages)
` [PATCH 5/7] Make it possible to set up libgit directly (instead of from the environment)
` [PATCH 6/7] Git.pm: Introduce fast get_object() method
` [PATCH 7/7] Convert git-annotate to use Git.pm

[PATCH] cvsimport: setup indexes correctly for ancestors and incremental imports
 2006-06-25  9:27 UTC  (6+ messages)

[PATCH] git-commit: filter out log message lines only when editor was run
 2006-06-25  7:21 UTC  (3+ messages)

[PATCH] Rename safe_strncpy() to strlcpy()
 2006-06-25  5:29 UTC  (2+ messages)

[PATCH] rebase --merge: fix for rebasing more than 7 commits
 2006-06-25  4:59 UTC  (4+ messages)
` [PATCH 1/3] rebase: allow --merge option to handle patches merged upstream

New Now you have chance to do it Revel in
 2006-06-25  3:27 UTC 

[PATCH 01/12] Introduce Git.pm (v4)
 2006-06-25  3:12 UTC  (7+ 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).