git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-10-20 22:29:59 to 2010-10-22 05:32:51 UTC [more...]

[long] worktree setup cases
 2010-10-22  5:28 UTC  (14+ messages)
              ` .git file (Re: [long] worktree setup cases)

GIT as binary repository
 2010-10-22  5:02 UTC  (8+ messages)

[RFC PATCH v2 0/3] Documentation: refactor config variable descriptions
 2010-10-22  5:02 UTC  (2+ messages)
` [RFC PATCH v2 3/3] Documentation: move format.* documentation to format-patch

[PATCH] Fix git-apply with -p greater than 1
 2010-10-22  5:01 UTC  (2+ messages)

[PATCH] make pack-objects a bit more resilient to repo corruption
 2010-10-22  4:53 UTC 

should Documentation/howto/setup-git-server-over-http.txt be marked obsolete?
 2010-10-22  4:23 UTC  (2+ messages)

[ANNOUNCE] Git 1.7.3.2
 2010-10-22  4:13 UTC 

Git terminology: remote, add, track, stage, etc
 2010-10-22  4:07 UTC  (9+ messages)

[PATCH] diff: don't presume empty file when corresponding object is missing
 2010-10-22  4:02 UTC 

fetch and bundle don't work in (semi-)broken repo
 2010-10-22  3:53 UTC  (11+ messages)
                  ` format-patch broken [Was: fetch and bundle don't work in (semi-)broken repo]

Git pull doesn't get the tags
 2010-10-22  3:37 UTC 

[PATCH] fix color.pager = false with "git diff"
 2010-10-22  1:49 UTC  (4+ messages)

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

[completion] Request: Include remote heads as push targets
 2010-10-22  1:11 UTC  (5+ messages)

[PATCH v5 00/16] daemon-win32
 2010-10-22  0:35 UTC  (17+ 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
` [PATCH v5 04/16] inet_ntop: fix a couple of old-style decls
` [PATCH v5 05/16] mingw: use real pid
` [PATCH v5 06/16] mingw: support waitpid with pid > 0 and WNOHANG
` [PATCH v5 07/16] mingw: add kill emulation
` [PATCH v5 08/16] daemon: use run-command api for async serving
` [PATCH v5 09/16] daemon: use full buffered mode for stderr
` [PATCH v5 10/16] Improve the mingw getaddrinfo stub to handle more use cases
` [PATCH v5 11/16] daemon: get remote host address from root-process
` [PATCH v5 12/16] mingw: import poll-emulation from gnulib
` [PATCH v5 13/16] mingw: use "
` [PATCH v5 14/16] daemon: use socklen_t
` [PATCH v5 15/16] daemon: make --inetd and --detcach incompatible
` [PATCH v5 16/16] daemon: opt-out on features that require posix

[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] 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] "

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

[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)

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)

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 

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  (4+ messages)
` [PATCH v2 1/2] test-lib: extend test_decode_color to handle more color codes

[PATCH v2] t/gitweb-lib: Don't pass constant to decode_utf8
 2010-10-20 23:07 UTC  (2+ 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


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).