summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ph/parseopt'Junio C Hamano2007-11-022-0/+93
|\
| * Make builtin-for-each-ref.c use parse-opts.Pierre Habouzit2007-10-291-0/+0
| * parse-options: Allow abbreviated options when unambiguousJohannes Schindelin2007-10-291-0/+23
| * Add tests for parse-options.cJohannes Schindelin2007-10-291-0/+70
* | Do no colorify test output if stdout is not a terminalAlex Riesen2007-11-011-0/+1
* | Merge branch 'js/forkexec'Junio C Hamano2007-11-011-1/+6
|\ \
| * | t0021-conversion.sh: Test that the clean filter really cleans content.Johannes Sixt2007-10-211-1/+6
* | | Merge branch 'cc/skip' into HEADJunio C Hamano2007-10-301-0/+118
|\ \ \
| * | | Bisect run: "skip" current commit if script exit code is 125.Christian Couder2007-10-261-0/+40
| * | | Bisect: add a "bisect replay" test case.Christian Couder2007-10-261-0/+7
| * | | Bisect: implement "bisect skip" to mark untestable revisions.Christian Couder2007-10-261-0/+71
| | |/ | |/|
* | | Merge branch 'jk/send-pack' into HEADJunio C Hamano2007-10-301-0/+28
|\ \ \ | |/ / |/| |
| * | t5516: test update of local refs on pushJeff King2007-10-181-0/+28
* | | Test suite: reset TERM to its previous value after testing.Christian Couder2007-10-261-0/+4
* | | Support a --quiet option in the test-suite.Pierre Habouzit2007-10-241-1/+4
* | | Add some fancy colors in the test library when terminal supports it.Pierre Habouzit2007-10-241-17/+45
* | | Merge branch 'db/fetch-pack'Junio C Hamano2007-10-2415-14/+78
|\ \ \ | | |/ | |/|
| * | fetch: if not fetching from default remote, ignore default mergeJohannes Schindelin2007-10-162-2/+10
| * | Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-1616-25/+943
| |\ \
| * | | Added a test for fetching remote tags when there is not tags.Väinö Järvelä2007-10-151-0/+12
| * | | fetch/push: readd rsync supportJohannes Schindelin2007-10-011-0/+35
| * | | Correct handling of branch.$name.merge in builtin-fetchShawn O. Pearce2007-09-198-0/+10
| * | | Don't attempt to merge non-existant remotes in t5515Shawn O. Pearce2007-09-191-2/+1
| * | | Make fetch a builtinDaniel Barkalow2007-09-1910-10/+10
* | | | Merge branch 'maint'Shawn O. Pearce2007-10-211-0/+48
|\ \ \ \
| * | | | send-pack: respect '+' on wildcard refspecsJeff King2007-10-191-0/+48
* | | | | Merge branch 'maint'Shawn O. Pearce2007-10-191-0/+7
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | attr: fix segfault in gitattributes parsing codeSteffen Prohaska2007-10-181-0/+7
* | | | Merge branch 'maint'Shawn O. Pearce2007-10-181-0/+73
|\ \ \ \ | |/ / /
| * | | git-blame shouldn't crash if run in an unmerged treeLinus Torvalds2007-10-181-0/+73
* | | | git-svn: add git svn proplistBenoit Sigoure2007-10-171-0/+21
* | | | git-svn: add git svn propgetBenoit Sigoure2007-10-171-0/+23
* | | | git-svn: implement git svn create-ignoreBenoit Sigoure2007-10-171-3/+25
* | | | gitweb: speed up project listing on large work trees by limiting find depthLuke Lu2007-10-171-0/+1
* | | | Merge branch 'maint'Shawn O. Pearce2007-10-162-1/+12
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | filter-branch: update current branch when rewrittenJohannes Schindelin2007-10-161-1/+3
| * | Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREEJohannes Schindelin2007-10-161-0/+9
* | | Merge branch 'maint'Shawn O. Pearce2007-10-152-2/+1
|\ \ \ | |/ /
| * | Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLinus Torvalds2007-10-152-2/+1
* | | Add a --dry-run option to git-push.Brian Ewins2007-10-151-0/+10
* | | fix t5403-post-checkout-hook.sh: built-in test in dash does not have "=="Alex Riesen2007-10-151-4/+4
* | | Merge branch 'mv/unknown'Junio C Hamano2007-10-032-10/+2
|\ \ \
| * | | Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek2007-09-262-10/+2
* | | | Merge branch 'ph/strbuf'Junio C Hamano2007-10-031-6/+9
|\ \ \ \
| * \ \ \ Merge branch 'master' into ph/strbufJunio C Hamano2007-09-189-8/+508
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | archive: fix subst file generationRené Scharfe2007-09-131-6/+9
* | | | | Merge branch 'lh/merge'Junio C Hamano2007-10-031-0/+440
|\ \ \ \ \
| * | | | | git-merge: add --ff and --no-ff optionsLars Hjemli2007-09-231-0/+20
| * | | | | git-merge: add support for --commit and --no-squashLars Hjemli2007-09-231-0/+22
| * | | | | git-merge: add support for branch.<name>.mergeoptionsLars Hjemli2007-09-231-0/+54