messages from 2011-05-09 16:18:53 to 2011-05-12 07:14:18 UTC [more...]
[PATCH] Adds 'stash.index' configuration option
2011-05-12 7:14 UTC (6+ messages)
Question about git-cherry and the rev list it's using
2011-05-12 6:47 UTC (2+ messages)
[PATCHv1] git-p4: test harness directory handling tidyup
2011-05-12 5:14 UTC (2+ messages)
[PATCH/RFC v5] git-p4: warn if git authorship won't be retained
2011-05-12 5:05 UTC (2+ messages)
[PATCH] Make the '%d' for log pretty format look the same as --decorate
2011-05-12 3:18 UTC
[PATCH] Teach checkout the -n|--dry-run option
2011-05-11 22:47 UTC (8+ messages)
` [PATCH] Teach read-tree "
[PATCH] setup_revisions(): take pathspec from command line and --stdin correctly
2011-05-11 22:00 UTC (2+ messages)
[BUG] Autocompletion fails with "bash: words: bad array subscript"
2011-05-11 21:09 UTC (12+ messages)
` [PATCH] completion: fix array indexing error after reverse history search
[BUG?] git revert option parsing too lenient?
2011-05-11 20:51 UTC (5+ messages)
What's cooking in git.git (May 2011, #05; Wed, 11)
2011-05-11 20:24 UTC
[PATCH/WIP] Starting work on a man page for /etc/gitweb.conf
2011-05-11 19:21 UTC
git rebase --interactive commits order
2011-05-11 18:45 UTC (12+ messages)
How do I push all remote branches to a new/different remote?
2011-05-11 18:33 UTC (3+ messages)
[PATCH 0/8] Sequencer Foundations
2011-05-11 13:14 UTC (17+ messages)
` [PATCH 1/8] revert: Improve error handling by cascading errors upwards
` [PATCH 2/8] revert: Make "commit" and "me" local variables
` [PATCH 3/8] revert: Introduce a struct to parse command-line options into
` [PATCH 4/8] revert: Separate cmdline argument handling from the functional code
` [PATCH 5/8] revert: Catch incompatible command-line options early
` [PATCH 6/8] revert: Introduce head, todo, done files to persist state
` [PATCH 7/8] revert: Implement parsing --continue, --abort and --skip
` [PATCH 8/8] revert: Implement --abort processing
error with $ git push origin HEAD:newbranch
2011-05-11 10:10 UTC (9+ messages)
[PATCH/RFC v3] git-p4: warn if git authorship won't be retained
2011-05-11 7:50 UTC (6+ messages)
` [PATCH] "
[PATCH] t3703: add test cases for pathspec magic
2011-05-11 12:11 UTC (22+ messages)
` [PATCH] t3703, t4208: add test cases for magic pathspec
` [PATCH 0/9] magic pathspec updates
` [PATCH 1/9] grep: use get_pathspec() correctly
` [PATCH 2/9] get_pathspec(): an empty ':' pathspec should stand alone
` [PATCH 3/9] count_pathspec(): return number of elements in pathspec
` [PATCH 4/9] add ":" is a pathspec that is too wide
` [PATCH 5/9] git rm ":" is like specifying nothing
` [PATCH 6/9] clean "
` [PATCH 7/9] mv ":" ":" is like moving nothing from nowhere to nowhere
` [PATCH 8/9] checkout ":" is not giving any pathspec
` [PATCH 9/9] t3703, t4208: add test cases for magic pathspec
[PATCH 1/3] t3700: note a .gitignore matching fault
2011-05-11 12:03 UTC (7+ messages)
` [PATCH 3/3] sparse checkout: do not eagerly decide the fate for whole directory
Intermittent Failures in t1450-fsck
2011-05-11 11:43 UTC (8+ messages)
` Intermittent Failures in t1450-fsck (Bisected)
http.receivepack==false && authenticated => Service not enabled
2011-05-11 10:26 UTC (2+ messages)
[PATCH/RFC v4] git-p4: warn if git authorship won't be retained
2011-05-11 0:26 UTC (2+ messages)
[PATCH] fix overstrict :<path> diagnosis
2011-05-10 23:11 UTC (5+ messages)
` [PATCH] fix overslow :/no-such-string-ever-existed diagnostics
` Re* "
[ANNOUNCE] libgit2 v0.12.0
2011-05-10 22:28 UTC (2+ messages)
[PATCH v5 (for maint)] git-completion: fix regression in zsh support
2011-05-10 22:18 UTC (6+ messages)
Separate default remotes for pulling and pushing
2011-05-10 21:12 UTC (14+ messages)
[PATCH v3 0/3] Git commit --patch (again)
2011-05-10 21:01 UTC (12+ messages)
` [PATCH] Test atomic git-commit --interactive
[PATCH] lock_any_ref_for_update(): clarify switch case statement
2011-05-10 20:07 UTC (2+ messages)
[PATCH v0 3/3] Bigfile: teach "git add" to send a large file straight to a pack
2011-05-10 14:09 UTC (8+ messages)
` [PATCH 0/4] convert.c clean-up
` [PATCH 1/4] convert: rename the "eol" global variable to "core_eol"
` [PATCH 2/4] convert: give saner names to crlf/eol variables, types and functions
` [PATCH 3/4] convert: make it safer to add conversion attributes
` [PATCH 4/4] convert: make it harder to screw up adding a conversion attribute
Why sometime git-rebase doesn't preserve merge
2011-05-10 12:51 UTC
[RFC v1] git-p4: test case for RCS keyword problem
2011-05-10 11:47 UTC (4+ messages)
[PATCH v3 (for maint)] git-completion: fix zsh support
2011-05-10 11:43 UTC (19+ messages)
` [PATCH v4 "
` [PATCH v5 0/2] "
` [PATCH 1/2] completion: suppress zsh's special 'words' variable
` [PATCH 2/2] completion: move private shopt shim for zsh to __git_ namespace
Tags named '-'
2011-05-10 9:47 UTC (7+ messages)
` [RFC/PATCH] tag: disallow '-' as tag name
` [RFC/PATCH v2] "
Approxidate with YYYY.MM
2011-05-10 8:36 UTC (6+ messages)
[PATCH v3 0/6] Add PCRE support to git-grep
2011-05-10 6:11 UTC (10+ messages)
` [PATCH v3 1/6] grep: Fix a typo in a comment
` [PATCH v3 2/6] grep: Extract compile_regexp_failed() from compile_regexp()
` [PATCH v3 3/6] git-grep: Learn PCRE
` [PATCH v3 4/6] configure: Check for libpcre
` [PATCH v3 5/6] grep: Add basic tests
` [PATCH v3 6/6] git-grep: Bail out when -P is used with -F or -E
Qgit should use "git config" instead of "git repo-config"
2011-05-10 0:11 UTC (5+ messages)
RFC: a plugin architecture for git extensions?
2011-05-09 22:50 UTC (12+ messages)
[PATCH/RFC v2 0/2] git-p4: user preservation improvements
2011-05-09 22:39 UTC (5+ messages)
` [PATCH/RFC v2 1/2] git-p4: small improvements to user-preservation
` [PATCH/RFC v2 2/2] git-p4: warn if git authorship won't be retained
Creating remote branch called HEAD corrupts remote clones
2011-05-09 22:09 UTC (9+ messages)
` [PATCH] only warn about ambiguous refs if stderr is a tty
Qgit should use "git config" instead of "git repo-config"
2011-05-09 21:15 UTC
Can I specify a “chunk size” for git svn fetch?
2011-05-09 17:29 UTC (2+ messages)
[PATCH] t1507: change quoting in test_did_you_mean to a more general one
2011-05-09 16:20 UTC (7+ 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).