git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-10-20 16:09:06 to 2010-10-22 00:36:45 UTC [more...]

[PATCH v5 00/16] daemon-win32
 2010-10-22  0:35 UTC  (4+ messages)
` [PATCH v5 01/16] mingw: add network-wrappers for daemon
` [PATCH v5 02/16] mingw: implement syslog
` [PATCH v5 03/16] compat: add inet_pton and inet_ntop prototypes

[long] worktree setup cases
 2010-10-22  0:34 UTC  (13+ messages)

[PATCH 01/15] mingw: implement syslog
 2010-10-22  0:20 UTC  (18+ messages)
` [PATCH 02/15] compat: add inet_pton and inet_ntop prototypes
` [PATCH 03/15] inet_ntop: fix a couple of old-style decls
` [PATCH 04/15] mingw: use real pid
` [PATCH 05/15] mingw: support waitpid with pid > 0 and WNOHANG
` [PATCH 06/15] mingw: add kill emulation
` [PATCH 07/15] daemon: use run-command api for async serving
` [PATCH 08/15] daemon: use full buffered mode for stderr
` [PATCH 09/15] Improve the mingw getaddrinfo stub to handle more use cases
` [PATCH 10/15] daemon: get remote host address from root-process
` [PATCH 11/15] mingw: import poll-emulation from gnulib
` [PATCH 12/15] mingw: use "
` [PATCH 13/15] daemon: use socklen_t
` [PATCH 14/15] daemon: make --inetd and --detcach incompatible
` [PATCH 15/15] daemon: opt-out on features that require posix

Colored whitespace in git gui
 2010-10-21 23:42 UTC  (10+ messages)
` [PATCH] git-gui: highlight trailing whitespace in diff view
    ` [PATCH] git-gui: support core.whitespace rules "
        ` [PATCH] git-gui: apply color information from git diff

[PATCHv4 00/21] git notes merge
 2010-10-21 23:30 UTC  (30+ messages)
` [PATCHv4 01/21] notes.c: Hexify SHA1 in die() message from init_notes()
` [PATCHv4 02/21] (trivial) notes.h: Minor documentation fixes to copy_notes()
` [PATCHv4 03/21] notes.h: Make default_notes_ref() available in notes API
` [PATCHv4 04/21] notes.c: Reorder functions in preparation for next commit
` [PATCHv4 05/21] notes.h/c: Clarify the handling of notes objects that are == null_sha1
` [PATCHv4 06/21] notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond
` [PATCHv4 07/21] (trivial) t3303: Indent with tabs instead of spaces for consistency
` [PATCHv4 08/21] notes.c: Use two newlines (instead of one) when concatenating notes
` [PATCHv4 09/21] builtin/notes.c: Split notes ref DWIMmery into a separate function
` [PATCHv4 10/21] git notes merge: Initial implementation handling trivial merges only
` [PATCHv4 11/21] builtin/notes.c: Refactor creation of notes commits
` [PATCHv4 12/21] git notes merge: Handle real, non-conflicting notes merges
` [PATCHv4 13/21] git notes merge: Add automatic conflict resolvers (ours, theirs, union)
` [PATCHv4 14/21] Documentation: Preliminary docs on 'git notes merge'
` [PATCHv4 15/21] git notes merge: Manual conflict resolution, part 1/2
` [PATCHv4 16/21] git notes merge: Manual conflict resolution, part 2/2
` [PATCHv4 17/21] git notes merge: List conflicting notes in notes merge commit message
` [PATCHv4 18/21] git notes merge: --commit should fail if underlying notes ref has moved
` [PATCHv4 19/21] git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"
` [PATCHv4 20/21] git notes merge: Add testcases for merging notes trees at different fanouts
` [PATCHv4 21/21] Provide 'git notes get-ref' to easily retrieve current notes ref

Converting to Git using svn-fe (Was: Speeding up the initial git-svn fetch)
 2010-10-21 23:26 UTC  (15+ messages)

[PATCH v4 00/15] daemon-win32
 2010-10-21 23:17 UTC  (15+ messages)
` [PATCH v4 15/15] daemon: opt-out on features that require posix

[PATCH v2 1/4] setup_git_env: print the true $GIT_DIR for debugging
 2010-10-21 22:57 UTC  (3+ messages)
` [PATCH v2 2/4] run_builtin(): save "-h" detection result for later use

[PATCH] fix color.pager = false with "git diff"
 2010-10-21 22:53 UTC  (3+ messages)

[PATCH] docs: give more hints about how "add -e" works
 2010-10-21 22:32 UTC  (3+ messages)

[PATCH/RFC] Unify argument and option notation in the docs
 2010-10-21 22:21 UTC  (5+ messages)
` [PATCH 0/6] "

[PATCH] Fix git-apply with -p greater than 1
 2010-10-21 22:12 UTC 

Git User's Survey 2010 very short summary
 2010-10-21 21:24 UTC 

GIT as binary repository
 2010-10-21 21:23 UTC  (7+ messages)

[PATCH 0/2] fix problems with recursive submodule fetching
 2010-10-21 21:15 UTC  (12+ messages)
      ` [PATCH v2 0/3] Teach fetch and pull to recursively fetch submodules too

[PATCH] blame: Add option to show author email instead of name
 2010-10-21 20:58 UTC  (10+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

[PATCH] diff: report bogus input to -C/-M/-B
 2010-10-21 20:37 UTC  (4+ messages)

Git terminology: remote, add, track, stage, etc
 2010-10-21 20:06 UTC  (8+ messages)

Following history of a copied file from another indirect branch
 2010-10-21 20:06 UTC  (3+ messages)

cherry-picking a commit clobbers a file which is a directory in the target commit
 2010-10-21 19:43 UTC  (6+ messages)
` [PATCH 2/3] merge-recursive: Small code cleanup

[PATCHv6 0/6] Add commit message options for rebase --autosquash
 2010-10-21 19:33 UTC  (7+ messages)
` [PATCHv6 1/6] commit: helper methods to reduce redundant blocks of code
` [PATCHv6 2/6] pretty.c: teach format_commit_message() to reencode the output
` [PATCHv6 3/6] commit: --fixup option for use with rebase --autosquash
` [PATCHv6 4/6] add tests of commit --fixup
` [PATCHv6 5/6] commit: --squash option for use with rebase --autosquash
` [PATCHv6 6/6] add tests of commit --squash

git repository in production release
 2010-10-21 19:07 UTC  (4+ messages)

[completion] Request: Include remote heads as push targets
 2010-10-21 19:10 UTC  (3+ messages)

Make git-push silent
 2010-10-21 18:49 UTC  (4+ messages)

[PATCH] config: treat non-existent config files as empty
 2010-10-21 17:00 UTC  (3+ messages)

[PATCH] Better advice on using topic branches for kernel development
 2010-10-21 16:32 UTC  (2+ messages)

Rebase vs Rebase-I differences
 2010-10-21 15:19 UTC 

[PATCH] commit: give advice on empty amend
 2010-10-21 15:14 UTC  (2+ messages)

pulling the root commit overwrites untracked files without warning (1.7.2.3)
 2010-10-21 13:18 UTC 

bash completion broken on ubuntu 10.10?
 2010-10-21 10:35 UTC  (5+ messages)

Confusing error message
 2010-10-21  8:57 UTC 

fetch and bundle don't work in (semi-)broken repo
 2010-10-21  8:12 UTC  (10+ messages)
                  ` format-patch broken [Was: fetch and bundle don't work in (semi-)broken repo]

What's cooking in git.git (Oct 2010, #01; Wed, 13)
 2010-10-21  2:14 UTC  (2+ messages)

[PATCH 00/18] git notes merge
 2010-10-21  2:12 UTC  (4+ messages)
` [PATCH 08/18] git notes merge: Initial implementation handling trivial merges only

[PATCH] diff: handle lines containing only whitespace better
 2010-10-21  0:11 UTC  (8+ messages)
      ` [PATCH v2 1/2] test-lib: extend test_decode_color to handle more color codes
      ` [PATCH v2 2/2] diff: handle lines containing only whitespace and tabs better

[PATCH v2] t/gitweb-lib: Don't pass constant to decode_utf8
 2010-10-20 23:07 UTC  (5+ messages)
  ` [PATCH v3 (maint)] "

[RFD] Visualizing matrix questions in results of "Git User's Survey 2010"
 2010-10-20 22:43 UTC 

[PATCH v2] bash: support pretty format aliases
 2010-10-20 22:29 UTC  (4+ messages)
` [PATCH 1/2] bash: add helper function to get config variables for completion

[PATCH] fast-import: Allow filemodify to set the root
 2010-10-20 20:25 UTC  (6+ messages)
    ` [PATCH 0/2] "
      ` [PATCH 1/2] fast-import: filemodify after M 040000 <tree> "" crashes
        ` [PATCH] fast-import: do not clear notes in do_change_note_fanout()

[TopGit PATCH v3 01/12] provide a global temporary directory
 2010-10-20 20:17 UTC  (12+ messages)
` [TopGit PATCH v3 02/12] cat_file: take -i/-w parameters
  ` [TopGit PATCH v3 03/12] pretty_tree: globalize and respect -i/-w options
    ` [TopGit PATCH v3 04/12] branch_empty: use pretty_tree and therefore respect -i/-w
      ` [TopGit PATCH v3 05/12] tg-path: use pretty_tree and diff-tree to generate the patch
        ` [TopGit PATCH v3 06/12] list_deps: accept -i/-w
          ` [TopGit PATCH v3 07/12] tg-summary: "
            ` [TopGit PATCH v3 08/12] tg-mail: "
              ` [TopGit PATCH v3 09/12] tg-files: list files changed by the topic branch
                ` [TopGit PATCH v3 10/12] tg-prev/tg-next: commands to explore dependencies
                  ` [TopGit RFC/PATCH v3 11/12] tg-patch: use ui diff when pager is active
                    ` [TopGit RFC/PATCH v3 12/12] tg-patch: simulate mnemonic prefixes

git rebase and merge commits
 2010-10-20 18:12 UTC  (4+ messages)

Test failures in today's pu: 0025, 4046, 4203, 9300, 9301
 2010-10-20 16:56 UTC  (3+ messages)

Converting to Git using svn-fe (Was: Speeding up the initial git-svn fetch)
 2010-10-20 16: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).