messages from 2011-05-26 10:16:43 to 2011-05-29 21:11:16 UTC [more...]
Notes in fast import stream
2011-05-29 21:10 UTC (3+ messages)
[RFC/PATCHv2 0/2] Starting work on man pages for gitweb and gitweb.conf (WIP)
2011-05-29 20:37 UTC (4+ messages)
` [RFC/PATCHv2 1/2] Starting work on a man page for /etc/gitweb.conf (WIP)
` [RFC/PATCHv2 2/2] gitweb: Starting work on a man page for gitweb (WIP)
[PATCH] t3703, t4208: add test cases for magic pathspec
2011-05-29 20:36 UTC (6+ messages)
` [PATCH 0/9] magic pathspec updates
` [PATCH 9/9] t3703, t4208: add test cases for magic pathspec
[PATCH v0 0/3] git add a-Big-file
2011-05-29 20:29 UTC (4+ messages)
` [PATCH v0 3/3] Bigfile: teach "git add" to send a large file straight to a pack
[PATCH] rebase: learn --discard subcommand
2011-05-29 18:58 UTC (12+ messages)
Git fast-import : Warning duplicated ref: refs/remotes/origin/master
2011-05-29 16:09 UTC
git show and the --quiet option
2011-05-29 13:24 UTC (7+ messages)
Documentation doesn't build anymore on old asciidoc due to i18n series
2011-05-29 11:00 UTC (2+ messages)
` [PATCH] git-sh-i18n--envsubst: add SYNOPSIS section to the documentation
[PATCH 1/3] gitk: Remove unused $cdate array
2011-05-29 4:46 UTC (3+ messages)
` [PATCH 3/3] gitk: Allow displaying time zones from author and commit timestamps
[RFD] Proposal for git-svn: storing SVN metadata (git-svn-id) in notes
2011-05-29 6:37 UTC (5+ messages)
Using really empty start prefixes for git-format-patch numbered patches?
2011-05-28 21:57 UTC
[PATCH] Embed an application manifest on MinGW
2011-05-28 21:50 UTC (5+ messages)
` [msysGit] "
What's cooking in git.git (May 2011, #10; Mon, 23)
2011-05-28 21:04 UTC (4+ messages)
` What's cooking and todo in gitweb (27 May 2011)
git version numbers
2011-05-28 20:13 UTC
git send-email --body <file> ?
2011-05-28 18:22 UTC (2+ messages)
How would Git chapter look like in "The Architecture of Open Source Applications"?
2011-05-28 12:17 UTC
[PATCHv2 1/2] diff: introduce --stat-lines to limit the stat lines
2011-05-28 4:46 UTC (9+ messages)
` [PATCHv3 0/3] diff.c: --stat-count=<n>
` [PATCHv3 1/3] diff.c: omit hidden entries from namelen calculation with --stat
` [PATCHv3 2/3] diff: introduce --stat-lines to limit the stat lines
` [PATCHv3 3/3] diff-options.txt: describe --stat-{width,name-width,count}
Whitespace and ' '
2011-05-28 1:31 UTC (14+ messages)
` [PATCH 1/3] ws.c: add a helper to format comma separated messages
` [PATCH 2/3] War on nbsp: a bit of retreat
` [PATCH 3/3] War on nbsp: Add "nbsp" whitespace breakage class
` [PATCH 4/3] War on nbsp: teach "git apply" to check and fix nbsp
Log is always empty in OSX
2011-05-27 20:28 UTC (2+ messages)
git symbolic-ref vs. reflog (vs. rebase)
2011-05-27 20:16 UTC (3+ messages)
` [PATCH 1/2] rebase: create HEAD reflog entry when aborting
` [PATCH 2/2] rebase: write a reflog entry when finishing
[PATCH maint 0/3] do not write files outside of work-dir
2011-05-27 19:16 UTC (8+ messages)
` [PATCH 1/3] A Windows path starting with a backslash is absolute
` [PATCH 2/3] real_path: do not assume '/' is the path seperator
` [PATCH 3/3] verify_path: consider dos drive prefix
git commit -a reports untracked files after a clone
2011-05-27 18:13 UTC (10+ messages)
error 'cannot create thread' doing clone or fetch
2011-05-27 16:21 UTC (3+ messages)
[PATCH] git-gui: deal with unknown files when pressing the "Stage Changed" button
2011-05-27 15:40 UTC
[PATCH 0/3] gitweb: Improving blame_incremental.js
2011-05-27 14:04 UTC (5+ messages)
` [PATCH 1/3] gitweb.js: No need for inProgress in blame_incremental.js
` [PATCH 2/3] gitweb.js: No need for loop in blame_incremental's handleResponse()
` [PATCH 3/3] gitweb.js: use setTimeout rather than setInterval in blame_incremental.js
[BUG] realloc failed
2011-05-27 13:59 UTC (3+ messages)
[PATCH/RFC] contrib: git-c2t converts tag creating commits to tags
2011-05-27 13:55 UTC (2+ messages)
Git-Mediawiki : Question about Jeff King's import script
2011-05-27 12:45 UTC (4+ messages)
[PATCH/RFC db/text-delta 0/4] vcs-svn: avoid hangs for corrupt deltas
2011-05-27 11:14 UTC (5+ messages)
` [PATCH 1/4] test-svn-fe: split off "test-svn-fe -d" into a separate function
` [PATCH 2/4] vcs-svn: cap number of bytes read from sliding view
` [PATCH 3/4] vcs-svn: guard against overflow when computing preimage length
` [PATCH 4/4] vcs-svn: avoid hangs from corrupt deltas
[PATCH 1/1] Honor $(prefix) set in config.mak* when defining ETC_GIT* and sysconfdir
2011-05-27 8:17 UTC (11+ messages)
[PATCH v3 00/10] Sequencer Foundations
2011-05-27 7:22 UTC (18+ messages)
` [PATCH v4 "
` [PATCH 01/10] advice: Introduce error_resolve_conflict
` [PATCH 02/10] revert: Propogate errors upwards from do_pick_commit
` [PATCH 03/10] revert: Eliminate global "commit" variable
` [PATCH 04/10] revert: Rename no_replay to record_origin
` [PATCH 05/10] revert: Introduce struct to keep command-line options
` [PATCH 06/10] revert: Separate cmdline parsing from functional code
` [PATCH 07/10] revert: Catch incompatible command-line options early
` [PATCH 08/10] revert: Introduce HEAD, TODO files to persist state, plan
` [PATCH 09/10] revert: Implement parsing --continue, --abort and --skip
` [PATCH 10/10] revert: Implement --abort processing
[PATCH] Interix catch-ups for recent changes/releases
2011-05-27 6:27 UTC (9+ messages)
` [PATCH 1/2] Add additional build options for Interix, and remove obsolete ones
` [PATCH 2/2] Include unistd.h
Bug report : git-status manual fibs about semantics of --porcelain
2011-05-27 5:16 UTC (6+ messages)
` [PATCH 1/4] docs: minor grammar fixes to git-status
` [PATCH 2/4] docs: update status --porcelain format
` [PATCH 3/4] docs: make sure literal "->" isn't converted to arrow
` [PATCH 4/4] docs: fix some antique example output
Email Quota Exceeded
2011-05-26 10:13 UTC
[ANNOUNCE] Git 1.7.5.3
2011-05-26 23:35 UTC
[PATCH 1/2] t7508: demonstrate status's failure to use --porcelain format with -z
2011-05-26 23:31 UTC (7+ messages)
` [PATCH 2/2] builtin/commit.c: set status_format _after_ option parsing
commit a1f6baa5 (wrap long header lines) breaks my habit
2011-05-26 22:47 UTC (16+ messages)
` [PATCH 1/3] t: test subject handling in format-patch / am pipeline
` [PATCH 2/3] mailinfo: always clean up rfc822 header folding
` [PATCH 3/3] format-patch: preserve subject newlines with -k
` [PATCH 3/5] pretty: add pp_commit_easy function for simple callers
` [PATCH 4/5] clean up calling conventions for pretty.c functions
` [PATCH 5/5] format-patch: preserve subject newlines with -k
[PATCH] git-grep: Fix problems with recently added tests
2011-05-26 22:43 UTC
[PATCH] git-grep: Fix problems with recently added tests
2011-05-26 21:55 UTC (2+ messages)
[PATCH v2 1/3] setup: Provide GIT_PREFIX to built-ins
2011-05-26 21:49 UTC (3+ messages)
Why does adding an existing repo as a submodule modify .git/config?
2011-05-26 21:35 UTC (7+ messages)
[PATCH] git-submodule.sh: separate parens by a space to avoid confusing some shells
2011-05-26 20:52 UTC
[PATCH] remove unnecessary test and dead diagnostic
2011-05-26 21:04 UTC (10+ messages)
` [PATCH] read_in_full: always report errors
[PATCH] Documentation/technical/api-diff.txt: correct name of diff_unmerge()
2011-05-26 20:46 UTC
[PATCH] plug a DIR buffer leak in rerere.c
2011-05-26 18:32 UTC (3+ messages)
[PATCH v3 1/3] Support multiple virtual repositories with a single object store and refs
2011-05-26 18:28 UTC (6+ messages)
` [PATCH v3 3/3] Add documentation for virtual repositories
[PATCH] remove tests of always-false condition
2011-05-26 18:23 UTC (2+ messages)
[PATCH] remote: allow "-t" with fetch mirrors
2011-05-26 17:31 UTC (5+ messages)
[RFC] upload-pack deadlock
2011-05-26 17:11 UTC (7+ messages)
` [1.7.2] Please cherry-pick "upload-pack: start pack-objects before async rev-list"
[PATCH v2] git-svn: New flag to emulate empty directories
2011-05-26 6:38 UTC
Git EOL Normalization
2011-05-26 16:28 UTC (5+ messages)
[RFC/PATCH] t0081-*.sh: Fix failure of the 'long read' tests
2011-05-26 16:03 UTC (5+ messages)
` [PULL svn-fe/maint] "
What's cooking in git.git (May 2011, #12; Thu, 26)
2011-05-26 16:02 UTC
[PATCH 0/6] i18n: Windows shellscript support
2011-05-26 15:16 UTC (6+ messages)
` [PATCH 1/6] i18n win32: add git-am eval_gettext variable prefix
[PATCH 0/2] gitweb: Improve handling of configuration files
2011-05-26 14:58 UTC (4+ messages)
` [PATCHv3 2/2 (version B)] gitweb: Use /etc/gitweb.conf even if gitweb_conf.perl exist
` [PATCH/RFC 2/2 (version C)] gitweb: Introduce common system-wide settings for convenience
[PATCH] Fix useless comparison bug
2011-05-26 14:01 UTC
[PATCH] diagnose a corrupt MERGE_RR when hitting EOF between TAB and '\0'
2011-05-26 13:54 UTC
[PATCH] sh-18n: quell "unused variable" warning
2011-05-26 13:46 UTC (4+ messages)
Using Zenburn color scheme in gitk
2011-05-26 13:25 UTC
Gate between git and mediawiki : remote-helpers
2011-05-26 10:16 UTC (9+ messages)
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).