summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.Kristian Høgsberg2007-11-022-6/+6
* send-pack: respect '+' on wildcard refspecsJeff King2007-10-191-0/+48
* attr: fix segfault in gitattributes parsing codeSteffen Prohaska2007-10-181-0/+7
* git-blame shouldn't crash if run in an unmerged treeLinus Torvalds2007-10-181-0/+73
* 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
* Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLinus Torvalds2007-10-152-2/+1
* Add test case for ls-files --with-treeCarl Worth2007-10-031-0/+71
* rebase -i: squash should retain the authorship of the _first_ commitJohannes Schindelin2007-09-291-1/+1
* Fixed minor typo in t/t9001-send-email.sh test command line.Glenn Rempe2007-09-241-1/+1
* t/t4014: test "am -3" with mode-only change.Junio C Hamano2007-09-181-2/+5
* git-push: documentation and tests for pushing only branchesJeff King2007-09-181-0/+10
* git-commit: partial commit of paths only removed from the indexJunio C Hamano2007-09-171-2/+13
* git-commit: Allow partial commit of file removal.Junio C Hamano2007-09-171-0/+21
* Merge branch 'jc/grep-c' into maintJunio C Hamano2007-09-171-0/+4
|\
| * Split grep arguments in a way that does not requires to add /dev/null.Junio C Hamano2007-09-141-0/+4
* | apply --index-info: fall back to current index for mode changesJohannes Schindelin2007-09-161-0/+15
* | revision walker: --cherry-pick is a limited operationJohannes Schindelin2007-09-151-0/+14
|/
* Add test to check recent fix to "git add -u"Benoit Sigoure2007-09-141-1/+10
* Fix a test failure (t9500-*.sh) on cygwinRamsay Jones2007-09-111-5/+13
* git-tag -s must fail if gpg cannot sign the tag.Carlos Rica2007-09-091-0/+7
* git-diff: don't squelch the new SHA1 in submodule diffsSven Verdoolaege2007-09-091-0/+4
* Cleanup unnecessary file modifications in t1400-update-refShawn O. Pearce2007-09-051-2/+0
* git-apply: do not read past the end of bufferJunio C Hamano2007-09-051-0/+58
* rebase -m: Fix incorrect short-logs of already applied commits.Johannes Sixt2007-09-011-0/+44
* git-tag: Fix -l option to use better shell style globs.Carlos Rica2007-08-311-11/+9
* git-svn: fix dcommit clobbering upstream when committing multiple changesEric Wong2007-08-311-0/+30
* filter-branch: introduce convenience function "skip_commit"Johannes Schindelin2007-08-311-7/+1
* filter-branch: provide the convenience functions also for commit filtersJohannes Schindelin2007-08-311-0/+10
* git-merge: do up-to-date check also for all strategiesJunio C Hamano2007-08-271-0/+77
* Fix initialization of a bare repositoryJunio C Hamano2007-08-271-0/+116
* Fix racy-git handling in git-write-tree.Linus Torvalds2007-08-241-0/+44
* rebase -i: fix squashing corner caseJohannes Schindelin2007-08-231-0/+21
* Make thin-pack generation subproject aware.Linus Torvalds2007-08-191-0/+52
* Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce2007-08-191-0/+31
* Make trailing LF optional for all fast-import commandsShawn O. Pearce2007-08-191-0/+46
* Make trailing LF following fast-import `data` commands optionalShawn O. Pearce2007-08-191-0/+21
* Teach fast-import to ignore lines starting with '#'Shawn O. Pearce2007-08-191-0/+40
* Actually allow TAG_FIXUP branches in fast-importShawn O. Pearce2007-08-191-0/+47
* t1301-shared-repo.sh: fix 'stat' portability issueArjen Laarhoven2007-08-161-1/+10
* git-clone: allow --bare cloneJunio C Hamano2007-08-151-1/+4
* git-apply: apply submodule changesSven Verdoolaege2007-08-151-0/+17
* Merge branch 'maint' to sync with 1.5.2.5Junio C Hamano2007-08-151-16/+57
|\
| * git-add -u paths... now works from subdirectorySalikh Zakirov2007-08-151-0/+14
| * Fix "git add -u" data corruption.Junio C Hamano2007-08-151-16/+43
* | git-svn: fix log with single revision against a non-HEAD branchEric Wong2007-08-151-0/+48
* | attr.c: read .gitattributes from index as well.Junio C Hamano2007-08-141-0/+81
* | merge-recursive: do not rudely die on binary mergeJunio C Hamano2007-08-141-0/+67
* | Add a test for git-commit being confused by relative GIT_DIRDavid Kastrup2007-08-131-0/+55
* | Fix t5701-clone-local for white space from wcBrian Gernhardt2007-08-131-2/+2