messages from 2010-10-21 02:10:36 to 2010-10-22 08:59:16 UTC [more...]
[ANNOUNCE] Git 1.7.3.2
2010-10-22 8:58 UTC (2+ messages)
` Test failure with old svn [Re: [ANNOUNCE] Git 1.7.3.2]
[TopGit PATCH] Clarify tg-log note
2010-10-22 8:57 UTC (3+ messages)
Buglet in i18n?
2010-10-22 8:49 UTC (4+ messages)
[RFC PATCH v2 0/3] Documentation: refactor config variable descriptions
2010-10-22 8:18 UTC (4+ messages)
` [RFC PATCH v2 3/3] Documentation: move format.* documentation to format-patch
` [RFC PATCH v2 2/3] Documentation: complete config list from other manpages
` [RFC PATCH v2 1/3] Documentation: Move variables from config.txt to separate file
[PATCH] diff: don't presume empty file when corresponding object is missing
2010-10-22 7:04 UTC (2+ messages)
[PATCH v2 1/4] setup_git_env: print the true $GIT_DIR for debugging
2010-10-22 6:55 UTC (14+ messages)
` [PATCH v2 2/4] run_builtin(): save "-h" detection result for later use
` [PATCH v2 4/4] builtins: check for startup_info->help, print and exit early
` [PATCH en/and-cascade-tests 0/7]
` [PATCH 1/7] branch -h: show usage even in an invalid repository
` [PATCH 2/7] checkout-index "
` [PATCH 3/7] commit/status -h: show usage even with broken configuration
` [PATCH 4/7] gc "
` [PATCH 5/7] ls-files -h: show usage even with corrupt index
` [PATCH 6/7] merge "
` [PATCH 7/7] update-index "
` [PATCH en/and-cascade-tests 0/7] avoid repository access during "git <foo> -h"
Following history of a copied file from another indirect branch
2010-10-22 6:35 UTC (4+ messages)
[long] worktree setup cases
2010-10-22 5:36 UTC (15+ messages)
` .git file (Re: [long] worktree setup cases)
[PATCH] Fix git-apply with -p greater than 1
2010-10-22 5:31 UTC (3+ messages)
GIT as binary repository
2010-10-22 5:02 UTC (8+ 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)
Git terminology: remote, add, track, stage, etc
2010-10-22 4:07 UTC (9+ messages)
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)
[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 (19+ messages)
` [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 09/21] builtin/notes.c: Split notes ref DWIMmery into a separate function
` [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 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
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)
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 (4+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).