summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2007-08-10Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetLibravatar Johannes Schindelin1-2/+4
2007-08-03Fix bogus use of printf in t3700 testLibravatar Junio C Hamano1-2/+2
2007-08-01rebase -i: fix for optional [branch] parameterLibravatar Johannes Schindelin1-0/+8
2007-08-01git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.Libravatar Junio C Hamano1-3/+3
2007-08-01rebase -i: ignore patches that are already in the upstreamLibravatar Johannes Schindelin1-0/+15
2007-08-01Clean up work-tree handlingLibravatar Johannes Schindelin2-15/+29
2007-08-01Add is_absolute_path() and make_absolute_path()Libravatar Johannes Schindelin1-0/+16
2007-07-31Add test case for basic commit functionality.Libravatar Kristian Høgsberg1-0/+134
2007-07-31Add a test for git-config --fileLibravatar Alex Riesen1-0/+6
2007-07-30Unset GIT_EDITOR while running tests.Libravatar Junio C Hamano1-0/+1
2007-07-29rebase: try not to munge commit log messageLibravatar Junio C Hamano1-0/+48
2007-07-29Merge branch 'bs/lock'Libravatar Junio C Hamano1-0/+15
2007-07-29git-diff: turn on recursion by defaultLibravatar Jeff King1-1/+1
2007-07-28gitweb: Simplify 'opt' parameter validation, add "no merges" feedsLibravatar Jakub Narebski1-0/+28
2007-07-27rebase -i: fix interrupted squashingLibravatar Johannes Schindelin1-0/+30
2007-07-27Add test for symlinked configuration file updates.Libravatar Junio C Hamano1-0/+15
2007-07-25Make sure git-stash works from subdirectory.Libravatar Junio C Hamano1-0/+7
2007-07-25t9200: Be careful when checking CVS/EntriesLibravatar Junio C Hamano1-25/+39
2007-07-24Teach git-commit about commit message templates.Libravatar Steven Grimm4-0/+106
2007-07-23filter-branch: Big syntax change; support rewriting multiple refsLibravatar Johannes Schindelin1-15/+26
2007-07-21rebase -i: call editor just once for a multi-squashLibravatar Johannes Schindelin1-0/+9
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesLibravatar Adam Roben1-0/+91
2007-07-18unpack-trees.c: assume submodules are clean during check-outLibravatar Sven Verdoolaege1-0/+9
2007-07-15git-svn: fix commiting renames over DAV with funky file namesLibravatar Eric Wong3-0/+191
2007-07-14Use $(RM) in Makefiles instead of 'rm -f'Libravatar Emil Medve1-1/+2
2007-07-14Merge branch 'master' of git://repo.or.cz/git/fastimportLibravatar Junio C Hamano1-0/+83
2007-07-15Teach fast-import to recursively copy files/directoriesLibravatar Shawn O. Pearce1-0/+83
2007-07-13More permissive "git-rm --cached" behavior without -f.Libravatar Matthieu Moy1-0/+34
2007-07-12Merge branch 'maint'Libravatar Junio C Hamano1-0/+50
2007-07-12Teach read-tree 2-way merge to ignore intermediate symlinksLibravatar Junio C Hamano1-0/+50
2007-07-11branch --track: code cleanup and saner handling of local branchesLibravatar Johannes Schindelin1-10/+11
2007-07-11t7004: Add tests for the git tag -n option.Libravatar Carlos Rica1-1/+201
2007-07-11t0030: Add tests with consecutive text lines and others with spaces added.Libravatar Carlos Rica1-0/+51
2007-07-11t0030: Remove repeated instructions and add missing &&Libravatar Carlos Rica1-24/+13
2007-07-11Fix --cherry-pick with given pathsLibravatar Johannes Schindelin1-0/+43
2007-07-11Fix core.sharedRepository = 2Libravatar Johannes Schindelin1-0/+27
2007-07-09rerere: record resolution even if file is not in merge baseLibravatar Johannes Schindelin1-5/+39
2007-07-09Support wholesale directory renames in fast-importLibravatar Shawn O. Pearce1-0/+68
2007-07-08rebase -i: remember the settings of -v, -s and -p when interruptedLibravatar Johannes Schindelin1-0/+10
2007-07-08rebase -i: handle --continue more like non-interactive rebaseLibravatar Johannes Schindelin1-1/+15
2007-07-08t7004: Skip tests for signed tags in an old version of gpg.Libravatar Carlos Rica1-0/+11
2007-07-08branch.autosetupmerge: allow boolean values, or "all"Libravatar Johannes Schindelin1-0/+9
2007-07-07Merge branch 'js/stash'Libravatar Junio C Hamano1-0/+69
2007-07-07Merge branch 'jc/diff-mark'Libravatar Junio C Hamano2-0/+72
2007-07-07Merge branch 'maint'Libravatar Junio C Hamano1-0/+6
2007-07-07diff: honor binariness specified in attributesLibravatar Junio C Hamano1-0/+12
2007-07-07Fix "apply --reverse" with regard to whitespaceLibravatar Johannes Schindelin1-0/+6
2007-07-07Fix configuration syntax to specify customized hunk header patterns.Libravatar Junio C Hamano1-3/+3
2007-07-06Enable "git rerere" by the config variable rerere.enabledLibravatar Johannes Schindelin1-3/+20
2007-07-06Teach git-stash to "apply --index"Libravatar Johannes Schindelin1-0/+69