summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
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-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
2008-10-12test-lib: fix broken printfShawn O. Pearce
2008-10-12git apply --directory broken for new filesJeff King
2008-10-10rebase -i: do not fail when there is no commit to cherry-pickJohannes Schindelin
2008-10-10test-lib: fix color reset in say_color()Miklos Vajna
2008-10-08git init: --bare/--shared overrides system/global configDeskin Miller
2008-10-08git rm: refresh index before up-to-date checkJohannes Schindelin
2008-10-06Teach rebase -i to honor pre-rebase hookNanako Shiraishi
2008-10-06fix bogus "diff --git" header from "diff --no-index"Linus Torvalds
2008-10-03gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.shJakub Narebski
2008-09-30t0024: add executable permissionSZEDER Gábor
2008-09-29Merge branch 'bc/maint-diff-hunk-header-fix' into maintShawn O. Pearce
2008-09-26Remove empty directories in recursive mergeAlex Riesen
2008-09-24maint: check return of split_cmdline to avoid bad config stringsDeskin Miller
2008-09-23t4018-diff-funcname: test syntax of builtin xfuncname patternsBrandon Casey
2008-09-22Check early that a new branch is new and validDaniel Barkalow
2008-09-19diff.*.xfuncname which uses "extended" regex's for hunk header selectionBrandon Casey
2008-09-19Make git archive respect core.autocrlf when creating zip format archivesCharles Bailey
2008-09-19Add new test to demonstrate git archive core.autocrlf inconsistencyCharles Bailey
2008-09-19git-svn: fix handling of even funkier branch namesEric Wong