summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'db/clone-in-c'Junio C Hamano2008-05-2519-119/+816
|\
| * Add test for cloning with "--reference" repo being a subset of source repoJohan Herland2008-05-221-0/+5
| * Add a test for another combination of --referenceJohan Herland2008-05-221-0/+21
| * Test that --reference actually suppresses fetching referenced objectsDaniel Barkalow2008-05-221-1/+8
| * clone: fall back to copying if hardlinking failsDaniel Barkalow2008-05-211-5/+7
| * builtin-clone.c: Need to closedir() in copy_or_link_directory()Brandon Casey2008-05-181-0/+1
| * builtin-clone: fix initial checkoutJohannes Schindelin2008-05-152-0/+10
| * Build in cloneDaniel Barkalow2008-05-045-1/+547
| * Provide API access to init_db()Daniel Barkalow2008-05-042-95/+108
| * Add a function to set a non-default work treeDaniel Barkalow2008-05-042-4/+21
| * Allow for having for_each_ref() list extra refsDaniel Barkalow2008-05-042-0/+27
| * Have a constant extern refspec for "--tags"Daniel Barkalow2008-05-043-8/+13
| * Add a library function to add an alternate to the alternates fileDaniel Barkalow2008-05-042-0/+13
| * Add a lockfile function to append to a fileDaniel Barkalow2008-05-042-0/+29
| * Mark the list of refs to fetch as constDaniel Barkalow2008-05-042-10/+10
* | Merge branch 'jc/apply-whitespace'Junio C Hamano2008-05-252-72/+139
|\ \
| * | builtin-apply: do not declare patch is creation when we do not know itJunio C Hamano2008-05-172-15/+61
| * | builtin-apply: accept patch to an empty fileJunio C Hamano2008-05-171-56/+77
| * | builtin-apply: typofixJunio C Hamano2008-05-171-1/+1
* | | Merge branch 'jc/unpack-trees-reword'Junio C Hamano2008-05-253-14/+52
|\ \ \
| * | | unpack-trees: allow Porcelain to give different error messagesJunio C Hamano2008-05-193-14/+52
* | | | Merge branch 'ar/batch-cat'Junio C Hamano2008-05-259-82/+781
|\ \ \ \
| * | | | change quoting in test t1006-cat-file.shMichele Ballabio2008-05-231-3/+3
| * | | | builtin-cat-file.c: use parse_options()Michele Ballabio2008-05-231-73/+46
| * | | | git-svn: Speed up fetchAdam Roben2008-05-231-22/+20
| * | | | Git.pm: Add hash_and_insert_object and cat_blobAdam Roben2008-05-231-2/+150
| * | | | Git.pm: Add command_bidi_pipe and command_close_bidi_pipeAdam Roben2008-05-231-0/+56
| * | | | git-hash-object: Add --stdin-paths optionAdam Roben2008-05-233-2/+80
| * | | | Add more tests for git hash-objectAdam Roben2008-05-231-27/+93
| * | | | Move git-hash-object tests from t5303 to t1007Adam Roben2008-05-231-0/+0
| * | | | git-cat-file: Add --batch optionAdam Roben2008-05-053-38/+117
| * | | | git-cat-file: Add --batch-check optionAdam Roben2008-05-053-7/+163
| * | | | git-cat-file: Make option parsing a little more flexibleAdam Roben2008-05-051-12/+30
| * | | | git-cat-file: Small refactor of cmd_cat_fileAdam Roben2008-05-051-16/+22
| * | | | Add tests for git cat-fileAdam Roben2008-05-051-0/+121
| | |_|/ | |/| |
* | | | Merge branch 'cc/bisect'Junio C Hamano2008-05-252-61/+116
|\ \ \ \
| * | | | bisect: use a detached HEAD to bisectChristian Couder2008-05-222-47/+45
| * | | | bisect: trap critical errors in "bisect_start"Christian Couder2008-05-222-12/+28
| * | | | bisect: fix left over "BISECT_START" file when starting with junk revChristian Couder2008-05-222-10/+8
| * | | | bisect: add test cases to check that "git bisect start" is atomicChristian Couder2008-05-221-0/+43
* | | | | Merge branch 'ap/svn'Junio C Hamano2008-05-253-1/+93
|\ \ \ \ \
| * | | | | git-svn: add test for --add-author-from and --use-log-authorJunio C Hamano2008-05-121-0/+70
| * | | | | git-svn: add documentation for --add-author-from option.Avery Pennarun2008-05-041-0/+6
| * | | | | git-svn: Add --add-author-from option.Avery Pennarun2008-05-041-1/+13
| * | | | | git-svn: add documentation for --use-log-author option.Avery Pennarun2008-05-041-0/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'js/cvsexportcommit'Junio C Hamano2008-05-253-7/+55
|\ \ \ \ \
| * | | | | cvsexportcommit: introduce -W for shared working trees (between Git and CVS)Johannes Schindelin2008-05-153-6/+53
| * | | | | cvsexportcommit: chomp only removes trailing whitespaceJohannes Schindelin2008-05-151-1/+2
* | | | | | Merge branch 'js/ignore-submodule'Junio C Hamano2008-05-2511-12/+132
|\ \ \ \ \ \
| * | | | | | Ignore dirty submodule states during rebase and stashJohannes Schindelin2008-05-154-12/+105