git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-07-09 01:09:57 to 2010-07-12 16:46:07 UTC [more...]

[PATCH v3 01/13] parse-options: stop when encounter a non-option
 2010-07-12 16:45 UTC  (18+ messages)
` [PATCH v3 02/13] parse-options: add two helper functions
` [PATCH v3 03/13] add the basic data structure for line level history
` [PATCH v3 04/13] refactor parse_loc
` [PATCH v3 05/13] parse the -L options
` [PATCH v3 06/13] export three functions from diff.c
` [PATCH v3 07/13] add range clone functions
` [PATCH v3 08/13] map/take range to parent
` [PATCH v3 09/13] print the line log
` [PATCH v3 10/13] map/print ranges along traversing the history topologically
` [PATCH v3 11/13] add --always-print option
` [PATCH v3 12/13] add two test cases
` [PATCH v3 13/13] some document update

[PATCH] test-lib: TAP compliance for skipping tests on request
 2010-07-12 16:44 UTC  (5+ messages)
  ` [PATCHv2] "

[PATCH 2/2] revert: don't print "Finished one cherry-pick." if commit failed
 2010-07-12 16:39 UTC  (2+ messages)

[PATCH 1/2] revert: refactor code that prints success or failure message
 2010-07-12 16:30 UTC  (2+ messages)

[GSoC update] git-remote-svn: Week 11
 2010-07-12 16:00 UTC  (5+ messages)

[PATCH] (trivial) Doc: git fetch: add -p to options list
 2010-07-12 15:44 UTC 

incremental push/pull for large repositories
 2010-07-12 15:17 UTC  (2+ messages)

Hi about the installer
 2010-07-12 11:41 UTC  (4+ messages)

Passing original commit sha1(s) to prepare-commit-msg hook
 2010-07-12 10:49 UTC 

[PATCH] test-lib: simplify GIT_SKIP_TESTS loop
 2010-07-12 10:32 UTC  (3+ messages)
  ` [PATCHv2] "

[RFC] Git User's Survey 2010 (resend)
 2010-07-12 10:22 UTC  (10+ messages)

[PATCH/RFC] test-lib: clean up trash* directories on SIGINT
 2010-07-12  8:56 UTC  (7+ messages)

t0005 failing with ksh93 on linux
 2010-07-12  6:47 UTC  (9+ messages)
` [PATCH] t0005: work around strange $? in ksh when program terminated by a signal
    ` [PATCH v2] t0005: work around strange $? in ksh93 "

log -S with evil merges
 2010-07-12  6:39 UTC  (3+ messages)

[PATCH 1/2] lib-rebase.sh: fake-editor.sh: Allow checking of commit header(s) in $GIT_EDITOR
 2010-07-12  6:08 UTC  (5+ messages)
` [PATCH 2/2] rebase -i: Preserve whitespace at beginning of commit header "

[PATCH] add configuration variable for --autosquash option of interactive rebase
 2010-07-12  5:55 UTC  (4+ messages)
  ` [PATCH v2] "

Git Wiki is down
 2010-07-12  3:48 UTC  (3+ messages)

[PATCH 1/2] lib-rebase.sh: fake-editor.sh: Allow checking of commit header(s) in $GIT_EDITOR
 2010-07-12  1:04 UTC  (2+ messages)
` [PATCH 2/2] rebase -i: Preserve whitespace at beginning of commit header "

Question about 'branch -d' safety
 2010-07-11 22:02 UTC  (14+ messages)

[PATCH] t3000 (ls-files -o): modernize style
 2010-07-11 15:14 UTC  (4+ messages)

command return values
 2010-07-11 14:53 UTC  (4+ messages)

[PATCHv2 0/2] merge-tree: fix (merge-base a b) b a
 2010-07-11 13:16 UTC  (3+ messages)
` [PATCHv2 1/2] add basic tests for merge-tree
` [PATCHv2 2/2] fix merge-tree where two branches share no changes

[PATCH v6] Add infrastructure for translating Git with gettext
 2010-07-11  7:22 UTC  (3+ messages)

[GSoC Update] The 7th week
 2010-07-11  7:02 UTC  (2+ messages)

[PATCH v1 0/4] add parent rewrite feature to line level log
 2010-07-11  6:27 UTC  (5+ messages)
` [PATCH v1 1/4] make rewrite_parents an external function
` [PATCH v1 2/4] add parent rewrite feature to line level log
` [PATCH v1 3/4] line.c output the '--graph' padding before each line
` [PATCH v1 4/4] add test cases for '--graph' of line level log

[PATCH] diff.c: fix a graph output bug
 2010-07-11  6:10 UTC  (6+ messages)

[PATCH v2] t0001: check syntax of sample hooks
 2010-07-11  0:53 UTC  (2+ messages)

[BUG] git gui blame: Show History Context [still] broken since 29e5573d
 2010-07-10 23:41 UTC  (2+ messages)

[PATCH] string_list: Add STRING_LIST_INIT macro and make use of it
 2010-07-10 22:41 UTC  (5+ messages)

Cutting history
 2010-07-10 20:12 UTC  (7+ messages)

[GSoC] libgit2 before the first evaluation
 2010-07-10 17:31 UTC 

[PATCH 1/2] lib-rebase.sh: fake-editor.sh: Allow checking of non-comment lines in $GIT_EDITOR
 2010-07-10 12:22 UTC  (5+ messages)
` [PATCH 2/2] rebase -i: Preserve whitespace at beginning of commit header "

git merge and GNU gettext po files - how to avoid conflicts?
 2010-07-10  8:51 UTC  (2+ messages)

Rebasing a merged branch
 2010-07-10  7:19 UTC  (3+ messages)

[BUG] 'diff A...B' fails with multiple merge bases
 2010-07-10  1:15 UTC 

[PATCH 0/2] merge-tree: fix (merge-base a b) b a
 2010-07-10  0:53 UTC  (3+ messages)
` [PATCH 1/2] add basic tests for merge-tree
` [PATCH 2/2] fix merge-tree where two branches share no changes

[PATCH v3] merge-recursive: use "up-to-date" instead of "uptodate" in error message for consistency
 2010-07-10  0:39 UTC  (5+ messages)
` [PATCH 1/2] checkout: accord documentation to what git does
  ` [PATCH v4 2/2] merge-recursive: use "up-to-date" instead of "uptodate" in error message for consistency

[PATCH] Documentation: Spelling fix in protocol-capabilities.txt
 2010-07-10  0:03 UTC 

[PATCH] tests: Use skip_all=* to skip tests
 2010-07-09 23:28 UTC  (7+ messages)
  ` [PATCH v2] tests: Use skip_all=<reason> "

fixing workdirs
 2010-07-09 22:25 UTC  (6+ messages)

[PATCH/RFC] git submodule: add submodules with git add -f <path>
 2010-07-09 22:18 UTC  (6+ messages)
` [PATCH] "
        ` [PATCH] git add: Add the "--ignore-missing" option for the dry run

git-p4 move/delete errors
 2010-07-09 21:32 UTC  (6+ messages)

[BUG] git-1.7.2-rc1, cherry-picking with gitk
 2010-07-09 21:27 UTC  (2+ messages)

[PATCH] Add svnrdump
 2010-07-09 16:51 UTC  (11+ messages)

[PATCH] rebase -i: use 'read -r' to avoid backslash acting as an escape character
 2010-07-09 16:30 UTC  (16+ messages)
            ` [RFC] war on echo in scripts

[PATCH v2] Add svnrdump
 2010-07-09 14:29 UTC 

[PATCHv4 0/6] D/F conflict fixes
 2010-07-09 13:10 UTC  (7+ messages)
` [PATCHv4 1/6] Add additional testcases for D/F conflicts
` [PATCHv4 2/6] Add a rename + D/F conflict testcase
` [PATCHv4 3/6] merge-recursive: Fix D/F conflicts
` [PATCHv4 4/6] merge_recursive: Fix renames across paths below "
` [PATCHv4 5/6] fast-export: Fix output order of D/F changes
` [PATCHv4 6/6] fast-import: Improve robustness when D->F changes provided in wrong order

Git stash bug
 2010-07-09 12:15 UTC  (2+ messages)

importing svn directori inside git project
 2010-07-09  9:34 UTC 

[PATCH] fix read-tree storing wrong tree reference with modified index
 2010-07-09 10:04 UTC  (4+ messages)
    `  "

Handling tags/branches after git-svn fetch during SVN to Git conversion
 2010-07-09  3:34 UTC  (7+ messages)

git-svn: both merged commits and original commits are showing up in branches after migration
 2010-07-09  3:33 UTC  (2+ messages)


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