summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2008-12-07"git diff <tree>{3,}": do not reverse order of argumentsMatt McCutchen
2008-12-03Merge branch 'jk/maint-commit-v-strip' into maintJunio C Hamano
2008-12-03Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano
2008-12-01Merge branch 'st/maint-tag' into maintJunio C Hamano
2008-12-01Merge branch 'mk/maint-cg-push' into maintJunio C Hamano
2008-11-28Merge branch 'mv/fast-export' into maintJunio C Hamano
2008-11-26Teach "git diff" to honour --[no-]ext-diffJunio C Hamano
2008-11-24fast-export: use an unsorted string list for extra_refsJohannes Schindelin
2008-11-24Add new testcase to show fast-export does not always exports all tagsMiklos Vajna
2008-11-15repack: only unpack-unreachable if we are deleting redundant packsBrandon Casey
2008-11-13t7700: test that 'repack -a' packs alternate packed objectsBrandon Casey
2008-11-12Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre
2008-11-12commit: Fix stripping of patch in verbose mode.Jeff King
2008-11-12pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey
2008-11-12t7700: demonstrate mishandling of loose objects in an alternate ODBBrandon Casey
2008-11-12repack: don't repack local objects in packs with .keep fileBrandon Casey
2008-11-12t7700: demonstrate mishandling of objects in packs with a .keep fileBrandon Casey
2008-11-11git push: Interpret $GIT_DIR/branches in a Cogito compatible wayMartin Koegler
2008-11-09checkout: Don't crash when switching away from an invalid branch.Alexandre Julliard
2008-11-09Merge branch 'cb/maint-update-ref-fix' into maintJunio C Hamano
2008-11-09Merge branch 'mv/maint-branch-m-symref' into maintJunio C Hamano
2008-11-05push: fix local refs update if already up-to-dateClemens Buchacher
2008-11-05do not force write of packed refsClemens Buchacher
2008-11-04tag: Add more tests about mixing incompatible modes and optionsSamuel Tardieu
2008-11-02Merge branch 'js/maint-fetch-update-head' into maintJunio C Hamano
2008-11-02Merge branch 'jk/maint-ls-files-other' into maintJunio C Hamano
2008-11-02Merge branch 'jc/maint-reset-remove-unmerged-new' into maintJunio C Hamano
2008-11-02Merge branch 'jc/maint-co-track' into maintJunio C Hamano
2008-11-01update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna
2008-10-31Use test-chmtime -v instead of perl in t5000 to get mtime of a fileAlex Riesen
2008-10-30git branch -m: forbid renaming of a symrefMiklos Vajna
2008-10-26git-archive: work in bare reposCharles Bailey
2008-10-26Fix git update-ref --no-deref -d.Miklos Vajna
2008-10-26Fix git branch -m for symrefs.Miklos Vajna
2008-10-21rehabilitate 'git index-pack' inside the object storeNicolas Pitre
2008-10-20Fix testcase failure when extended attributes are in useJunio C Hamano
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano
2008-10-19demonstrate breakage of detached checkout with symbolic link HEADJunio C Hamano
2008-10-18reset --hard/read-tree --reset -u: remove unmerged new pathsJunio C Hamano
2008-10-18Merge branch 'db/maint-checkout-b' into maintJunio C Hamano
2008-10-17Fix "checkout --track -b newbranch" on detached HEADJunio C Hamano
2008-10-17refactor handling of "other" files in ls-files and statusJeff King
2008-10-17tests: shell negation portability fixJeff King
2008-10-17pull: allow "git pull origin $something:$current_branch" into an unborn branchJunio C Hamano
2008-10-17t1301-shared-repo.sh: don't let a default ACL interfere with the testMatt McCutchen
2008-10-16xdiff-interface.c: strip newline (and cr) from line before pattern matchingBrandon Casey
2008-10-16t4018-diff-funcname: demonstrate end of line funcname matching flawBrandon Casey
2008-10-16t4018-diff-funcname: rework negated last expression testBrandon Casey
2008-10-14Add testcase to ensure merging an early part of a branch is done properlyMiklos Vajna
2008-10-13Fix fetch/pull when run without --update-head-okJohannes Schindelin