git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-01-26 00:34:39 to 2010-01-28 01:06:16 UTC [more...]

[PATCH] bash: support 'git notes' and its subcommands
 2010-01-28  1:05 UTC 

make install error
 2010-01-28  0:58 UTC 

[PATCH] git-gui: use themed tk widgets with Tk 8.5
 2010-01-28  0:51 UTC  (3+ messages)

filter-branch fix and tests
 2010-01-28  0:14 UTC  (6+ messages)
  ` [PATCH] "
        ` [PATCHv3] filter-branch: Add tests for submodules

[PATCHv12 00/23] git notes
 2010-01-28  0:02 UTC  (30+ messages)
` [PATCHv12 01/23] Minor non-functional fixes to notes.c
` [PATCHv12 02/23] Notes API: get_commit_notes() -> format_note() + remove the commit restriction
` [PATCHv12 03/23] Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRef
` [PATCHv12 04/23] Notes API: init_notes(): Initialize the notes tree from the given notes ref
` [PATCHv12 05/23] Notes API: add_note(): Add note objects to the internal notes tree structure
` [PATCHv12 06/23] Notes API: remove_note(): Remove note objects from the "
` [PATCHv12 07/23] Notes API: get_note(): Return the note annotating the given object
` [PATCHv12 08/23] Notes API: for_each_note(): Traverse the entire notes tree with a callback
` [PATCHv12 09/23] Notes API: write_notes_tree(): Store the notes tree in the database
` [PATCHv12 10/23] Notes API: Allow multiple concurrent notes trees with new struct notes_tree
` [PATCHv12 11/23] Refactor notes concatenation into a flexible interface for combining notes
` [PATCHv12 12/23] Builtin-ify git-notes
` [PATCHv12 13/23] t3301: Verify successful annotation of non-commits
` [PATCHv12 14/23] t3305: Verify that adding many notes with git-notes triggers increased fanout
` [PATCHv12 15/23] Teach notes code to properly preserve non-notes in the notes tree
` [PATCHv12 16/23] Teach builtin-notes to remove empty notes
` [PATCHv12 17/23] builtin-notes: Add "remove" subcommand for removing existing notes
` [PATCHv12 18/23] t3305: Verify that removing notes triggers automatic fanout consolidation
` [PATCHv12 19/23] Notes API: prune_notes(): Prune notes that belong to non-existing objects
` [PATCHv12 20/23] builtin-notes: Add "prune" subcommand for removing notes for missing objects
` [PATCHv12 21/23] Documentation: Generalize git-notes docs to 'objects' instead of 'commits'
` [PATCHv12 22/23] builtin-notes: Add "list" subcommand for listing note objects
` [PATCHv12 23/23] builtin-notes: Add "add" subcommand for appending to "

[PATCH v2] Fix remote.<remote>.vcs
 2010-01-27 23:54 UTC  (7+ messages)

[PATCH] Fix git rev-list --reverse --max-count=N
 2010-01-27 22:51 UTC  (6+ messages)

cvs revision number -> git commit name?
 2010-01-27 22:19 UTC  (7+ messages)
      ` git notes issues (was: cvs revision number -> git commit name?)

git-tag -s can't find GPG private key
 2010-01-27 21:16 UTC  (3+ messages)

git notes: notes
 2010-01-27 20:01 UTC  (7+ messages)

[PATCH] gitk: Update German translation
 2010-01-27 19:30 UTC 

[PATCH] fix portability issues with $ in double quotes
 2010-01-27 19:16 UTC  (4+ messages)

[PATCH] git-gui: Update German translation (12 new or changed strings)
 2010-01-27 19:11 UTC  (3+ messages)

[PATCH 0/2] @{u} updates
 2010-01-27 19:10 UTC  (9+ messages)
` [PATCH 1/2] t1506: more test for @{upstream} syntax

How to email out commit message automatically?
 2010-01-27 18:49 UTC  (4+ messages)

[PATCH not-for-mainline] Implement git-vcs-p4
 2010-01-27 17:49 UTC  (8+ messages)

[PATCH] Fix remote.<remote>.vcs
 2010-01-27 17:18 UTC  (3+ messages)

[problem] out of memory
 2010-01-27 17:16 UTC 

Testing if a certain commit is in the current branch
 2010-01-27 15:39 UTC  (12+ messages)

[PATCHv11 00/20] git notes
 2010-01-27 12:02 UTC  (7+ messages)
` [PATCHv11 12/20] Builtin-ify git-notes
` [PATCHv11 20/20] builtin-gc: Teach the new --notes option to garbage-collect notes

git commit --cleanup and templates
 2010-01-27 11:48 UTC  (2+ messages)

show/diff --check clarification needed
 2010-01-27 10:41 UTC 

[PATCH 0/4] Fix various integer overflows
 2010-01-27  9:57 UTC  (13+ messages)
` [PATCH 1/4] Add xmallocz()
` [PATCH 2/4] Fix integer overflow in patch_delta()
` [PATCH 3/4] Fix integer overflow in unpack_sha1_rest()
` [PATCH 4/4] Fix integer overflow in unpack_compressed_entry()

3 question about how to use Git 
 2010-01-27  9:52 UTC  (3+ messages)

[PATCH 0/5] Makefile: add missing header dependency rules
 2010-01-27  9:07 UTC  (17+ messages)
  ` [PATCH 00/12] "
    ` [PATCH 01/12] Makefile: add missing header file dependencies
    ` [PATCH 02/12] Makefile: make sure test helpers are rebuilt when headers change
    ` [PATCH 03/12] Makefile: remove wt-status.h from LIB_H
    ` [PATCH 04/12] Makefile: clean up http-walker.o dependency rules
    ` [PATCH 05/12] Makefile: drop dependency on $(wildcard */*.h)
    ` [PATCH 06/12] Makefile: transport.o depends on branch.h now
    ` [PATCH 07/12] Makefile: rearrange dependency rules
    ` [PATCH 08/12] Makefile: disable default implicit rules
    ` [PATCH 09/12] Makefile: list generated object files in OBJECTS
    ` [PATCH 10/12] Makefile: lazily compute header dependencies
    ` [PATCH 11/12] Makefile: list standalone program object files in PROGRAM_OBJS
      ` [PATCH v2 "
    ` [PATCH 12/12] Teach Makefile to check header dependencies

git status showing phantom modifications
 2010-01-27  7:20 UTC  (6+ messages)

Patchdiff
 2010-01-27  7:06 UTC  (6+ messages)

[PATCH v2.1 3/5] Documentation: reset: describe new "--keep" option
 2010-01-27  5:52 UTC 

[PATCH] work around an obnoxious bash "safety feature" on OpenBSD
 2010-01-27  3:01 UTC  (3+ messages)

git-format-patch should include a checksum
 2010-01-27  3:01 UTC  (11+ messages)

[PATCH 0/2] Allow using ':' in git:// hostname
 2010-01-26 22:53 UTC  (5+ messages)
` [PATCH 1/2] Support addresses with ':' in git-daemon
` [PATCH 2/2] Allow use of []-wrapped addresses in git://

Modern Git GUI
 2010-01-26 22:39 UTC  (6+ messages)

[PATCH] builtin-config: Fix crash when using "-f <relative path>" from non-root dir
 2010-01-26 20:02 UTC  (2+ messages)

[PATCH v4] Threaded grep
 2010-01-26 17:48 UTC  (12+ messages)
            ` [PATCH] grep: use REG_STARTEND (if available) to speed up regexec

[PATCH] git-cvsserver: allow regex metacharacters in CVSROOT
 2010-01-26 14:47 UTC 

[PATCH 00/18] rebase -i: For pure fixups, do not start log message editor
 2010-01-26 13:11 UTC  (5+ messages)
` [PATCH 01/18] rebase -i: Make the condition for an "if" more transparent

For real now: bug tracking and secretary tasks in git
 2010-01-26 12:26 UTC  (2+ messages)

[PATCH] rebase -p: Preserve fast-forwardable merges
 2010-01-26 11:14 UTC  (4+ messages)

[PATCH] Handle UNC paths everywhere
 2010-01-26 11:01 UTC  (6+ messages)

mesa_7_7_branch -> master merges
 2010-01-26 10:59 UTC  (2+ messages)
      ` [Mesa3d-dev] "

[RFC PATCH 00/10] gitweb: Simple file based output caching
 2010-01-26  2:30 UTC  (7+ messages)
` [RFC PATCH 10/10] gitweb: Show appropriate "Generating..." page when regenerating cache (WIP)

[PATCH] t5541-http-push: make grep expression check for one line only
 2010-01-26  1:37 UTC  (5+ messages)

[PATCHv3 0/3] Fix patch detection for thunderbird saved mails
 2010-01-26  1:19 UTC  (3+ messages)
` [PATCHv3 3/3] am: fix patch format detection for Thunderbird "Save As" emails

What's cooking in git.git (Jan 2010, #08; Sun, 24)
 2010-01-26  0:59 UTC  (4+ 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).