summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2007-09-01rebase -m: Fix incorrect short-logs of already applied commits.Johannes Sixt
2007-09-01git-tag: Fix -l option to use better shell style globs.Carlos Rica
2007-09-01git-svn: fix dcommit clobbering upstream when committing multiple changesEric Wong
2007-09-01filter-branch: introduce convenience function "skip_commit"Johannes Schindelin
2007-09-01filter-branch: provide the convenience functions also for commit filtersJohannes Schindelin
2007-08-28git-merge: do up-to-date check also for all strategiesJunio C Hamano
2007-08-28Fix initialization of a bare repositoryJunio C Hamano
2007-08-25Fix racy-git handling in git-write-tree.Linus Torvalds
2007-08-23rebase -i: fix squashing corner caseJohannes Schindelin
2007-08-19Make thin-pack generation subproject aware.Linus Torvalds
2007-08-19Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce
2007-08-19Make trailing LF optional for all fast-import commandsShawn O. Pearce
2007-08-19Make trailing LF following fast-import `data` commands optionalShawn O. Pearce
2007-08-19Teach fast-import to ignore lines starting with '#'Shawn O. Pearce
2007-08-19Actually allow TAG_FIXUP branches in fast-importShawn O. Pearce
2007-08-16t1301-shared-repo.sh: fix 'stat' portability issueArjen Laarhoven
2007-08-16git-clone: allow --bare cloneJunio C Hamano
2007-08-16git-apply: apply submodule changesSven Verdoolaege
2007-08-16Merge branch 'maint' to sync with 1.5.2.5Junio C Hamano
2007-08-15git-add -u paths... now works from subdirectorySalikh Zakirov
2007-08-15Fix "git add -u" data corruption.Junio C Hamano
2007-08-15git-svn: fix log with single revision against a non-HEAD branchEric Wong
2007-08-15attr.c: read .gitattributes from index as well.Junio C Hamano
2007-08-15merge-recursive: do not rudely die on binary mergeJunio C Hamano
2007-08-14Add a test for git-commit being confused by relative GIT_DIRDavid Kastrup
2007-08-13Fix t5701-clone-local for white space from wcBrian Gernhardt
2007-08-13t3902 - skip test if file system doesn't support HT in namesMark Levedahl
2007-08-13git-add: Add support for --refresh option.Alexandre Julliard
2007-08-13t3404: fix "fake-editor"Junio C Hamano
2007-08-11Merge branch 'cr/tag'Junio C Hamano
2007-08-11Merge branch 'jc/clone'Junio C Hamano
2007-08-11allow git-bundle to create bottomless bundleJunio C Hamano
2007-08-10Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetJohannes Schindelin
2007-08-03Fix bogus use of printf in t3700 testJunio C Hamano
2007-08-02git-clone: aggressively optimize local clone behaviour.Junio C Hamano
2007-08-02rebase -i: fix for optional [branch] parameterJohannes Schindelin
2007-08-02git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.Junio C Hamano
2007-08-02rebase -i: ignore patches that are already in the upstreamJohannes Schindelin
2007-08-01Clean up work-tree handlingJohannes Schindelin
2007-08-01Add is_absolute_path() and make_absolute_path()Johannes Schindelin
2007-08-01Add test case for basic commit functionality.Kristian Høgsberg
2007-08-01Add a test for git-config --fileAlex Riesen
2007-07-31Unset GIT_EDITOR while running tests.Junio C Hamano
2007-07-30rebase: try not to munge commit log messageJunio C Hamano
2007-07-30Merge branch 'bs/lock'Junio C Hamano
2007-07-29git-diff: turn on recursion by defaultJeff King
2007-07-29gitweb: Simplify 'opt' parameter validation, add "no merges" feedsJakub Narebski
2007-07-27rebase -i: fix interrupted squashingJohannes Schindelin
2007-07-27Add test for symlinked configuration file updates.Junio C Hamano
2007-07-27Teach "git stripspace" the --strip-comments optionJohannes Schindelin