git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-09-16 10:25:13 to 2007-09-18 00:11:41 UTC [more...]

[PATCH 1/9] Enable wt-status output to a given FILE pointer
 2007-09-18  0:11 UTC  (21+ messages)
` [PATCH 2/9] Enable wt-status to run against non-standard index file
  ` [PATCH 3/9] Add strbuf_printf() to do formatted printing to a strbuf
    ` [PATCH 4/9] Introduce entry point for launching add--interactive
      ` [PATCH 5/9] Introduce strbuf_read_fd()
        ` [PATCH 6/9] Rewrite launch_editor, create_tag and stripspace to use strbufs
          ` [PATCH 7/9] Add strbuf_read_path()
            ` [PATCH 8/9] Export rerere() and launch_editor()
              ` [PATCH 9/9] Implement git commit as a builtin command

[PATCH 1/7] Enable wt-status output to a given FILE pointer
 2007-09-18  0:06 UTC  (7+ messages)
` [PATCH 2/7] Enable wt-status to run against non-standard index file
  ` [PATCH 3/7] Introduce entry point for launching add--interactive
    ` [PATCH 4/7] Clean up stripspace a bit, use strbuf even more
      ` [PATCH 5/7] Add strbuf_read_file()
        ` [PATCH 6/7] Export rerere() and launch_editor()
          ` [PATCH 7/7] Implement git commit as a builtin command

commit summary, --pretty=short and other tools
 2007-09-17 23:52 UTC  (3+ messages)

whitespace-stripping
 2007-09-17 23:44 UTC  (11+ messages)
` [PATCH 1/3] git-apply: fix whitespace stripping
  ` [PATCH 2/3] git-apply: complain about >=8 consecutive spaces in initial indent
    ` [PATCH 3/3] git-apply: add tests for stripping of leading and trailing whitespace

List of bugs and suggestions
 2007-09-17 23:26 UTC  (2+ messages)

[PATCH] apply: get rid of --index-info in favor of --build-fake-ancestor
 2007-09-17 23:04 UTC  (3+ messages)

testsuite problems
 2007-09-17 22:50 UTC  (7+ messages)

[PATCH] git-commit.sh: Shell script cleanup
 2007-09-17 20:56 UTC 

git-send-email creates duplicate Message-Id's
 2007-09-17 20:47 UTC  (3+ messages)

State of Perforce importing
 2007-09-17 19:30 UTC 

RFC: German translation vocabulary
 2007-09-17 19:56 UTC  (18+ messages)
` RFC: Italian "

[PATCH 1/8] Export matches_pack_name() and fix its return value
 2007-09-17 19:54 UTC  (16+ messages)
` [PATCH 2/8] pack-objects --keep-unreachable
` [PATCH 3/8] repack -A -d: use --keep-unreachable when repacking
` [PATCH 4/8] git-gc --auto: move threshold check to need_to_gc() function
` [PATCH 5/8] git-gc --auto: add documentation
` [PATCH 6/8] git-gc --auto: protect ourselves from accumulated cruft
` [PATCH 7/8] git-gc --auto: restructure the way "repack" command line is built
` [PATCH 8/8] git-gc --auto: run "repack -A -d -l" as necessary

metastore (was: Track /etc directory using Git)
 2007-09-17 19:46 UTC  (39+ messages)
      ` metastore

Git pull fails on a repository > 1.5G
 2007-09-17 19:18 UTC  (3+ messages)

[EGIT PATCH] Add feature and plugin
 2007-09-17 18:53 UTC 

[PATCH 1/1] git-send-email: Add a --suppress-all option
 2007-09-17 18:33 UTC 

xmemdup patches
 2007-09-17 17:43 UTC  (6+ messages)
` [PATCH 1/2] Add xmemdup that duplicates a block of memory, and NUL terminates it
` [PATCH 2/2] Use xmemdup in many places

[PATCH] git-merge: add option --no-ff
 2007-09-17 16:23 UTC  (15+ messages)

[PATCH] instaweb: support for Ruby's WEBrick server
 2007-09-17 13:55 UTC  (4+ messages)

[PATCH 0/3] the return of the strbuf
 2007-09-17 13:35 UTC  (5+ messages)
` [PATCH 1/3] Drop strbuf's 'eof' marker, and make read_line a first class citizen
` [PATCH 2/3] fast-import was using dbuf's, replace them with strbuf's
` [PATCH 3/3] fast-import optimization:

rename detection limit checking, cherry picking, and git am -3
 2007-09-17  9:58 UTC  (4+ messages)

[StGit PATCH] It doesn't make sense to sink below an unapplied patch
 2007-09-17  9:49 UTC  (4+ messages)

[PATCH 0/8] Updated git-gc --auto series
 2007-09-17  8:27 UTC  (9+ messages)
` [PATCH 1/8] Export matches_pack_name() and fix its return value
` [PATCH 2/8] pack-objects --keep-unreachable
` [PATCH 3/8] repack -A -d: use --keep-unreachable when repacking
` [PATCH 4/8] git-gc --auto: move threshold check to need_to_gc() function
` [PATCH 5/8] git-gc --auto: add documentation
` [PATCH 6/8] git-gc --auto: protect ourselves from accumulated cruft
` [PATCH 7/8] git-gc --auto: restructure the way "repack" command line is built
` [PATCH 8/8] git-gc --auto: run "repack -A -d -l" as necessary

git-gui i18n status?
 2007-09-17  9:04 UTC  (6+ messages)

[PATCH 0/8] Updated git-gc --auto series
 2007-09-17  8:43 UTC 

[StGit PATCH 00/13] Eliminate 'top' and 'bottom' files
 2007-09-17  8:17 UTC  (10+ messages)
` [StGit PATCH 13/13] Remove the 'top' field

[RFC] strbuf's in builtin-apply
 2007-09-17  5:43 UTC  (14+ messages)
  ` [PATCH] New strbuf APIs: splice and attach
  ` [PATCH] Now that cache.h needs strbuf.h, remove useless includes
  ` [PATCH] Refactor replace_encoding_header
  ` [PATCH] Remove preemptive allocations
  ` [PATCH] Rewrite convert_to_{git,working_tree} to use strbuf's
  ` [PATCH] builtin-apply: use strbuf's instead of buffer_desc's

Blaming diffs
 2007-09-17  5:41 UTC  (7+ messages)

[PATCH 3/3] rev-list --bisect: Bisection "distance" clean up
 2007-09-17  3:28 UTC 

[PATCH 2/3] rev-list --bisect: Move some bisection code into best_bisection
 2007-09-17  3:28 UTC 

[PATCH 1/3] rev-list --bisect: Move finding bisection into do_find_bisection
 2007-09-17  3:28 UTC 

[PATCH 1/3] rev-list --bisect: Move finding bisection into do_find_bisection
 2007-09-17  3:19 UTC  (3+ messages)

[PATCH] apply --index-info: fall back to current index for mode changes
 2007-09-17  0:46 UTC  (2+ messages)

git-archive not working correctly ?
 2007-09-17  0:35 UTC  (3+ messages)

[PATCH 11/12] documentation: replace Discussion section by link to user-manual chapter
 2007-09-16 19:38 UTC  (2+ messages)

[PATCH] preserve executable bits in zip archives
 2007-09-16 17:07 UTC 

git-svn error when cloning apache repo
 2007-09-16 11:46 UTC  (2+ messages)

Conflicting "-n" short options for git-pull?
 2007-09-16 11:17 UTC  (3+ 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).