summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Teach "git diff" to honour --[no-]ext-diffJunio C Hamano2008-11-261-0/+21
* Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre2008-11-121-0/+6
* checkout: Don't crash when switching away from an invalid branch.Alexandre Julliard2008-11-091-0/+18
* Merge branch 'cb/maint-update-ref-fix' into maintJunio C Hamano2008-11-082-0/+38
|\
| * push: fix local refs update if already up-to-dateClemens Buchacher2008-11-051-0/+31
| * do not force write of packed refsClemens Buchacher2008-11-051-0/+7
* | Merge branch 'mv/maint-branch-m-symref' into maintJunio C Hamano2008-11-082-0/+27
|\ \ | |/ |/|
| * update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna2008-10-311-0/+11
| * git branch -m: forbid renaming of a symrefMiklos Vajna2008-10-301-4/+4
| * Fix git update-ref --no-deref -d.Miklos Vajna2008-10-261-0/+7
| * Fix git branch -m for symrefs.Miklos Vajna2008-10-261-0/+9
* | Merge branch 'js/maint-fetch-update-head' into maintJunio C Hamano2008-11-025-3/+27
|\ \
| * | pull: allow "git pull origin $something:$current_branch" into an unborn branchJunio C Hamano2008-10-171-0/+12
| * | Fix fetch/pull when run without --update-head-okJohannes Schindelin2008-10-134-3/+15
* | | Merge branch 'jk/maint-ls-files-other' into maintJunio C Hamano2008-11-021-0/+6
|\ \ \
| * | | refactor handling of "other" files in ls-files and statusJeff King2008-10-171-0/+6
* | | | Merge branch 'jc/maint-reset-remove-unmerged-new' into maintJunio C Hamano2008-11-021-0/+60
|\ \ \ \
| * | | | reset --hard/read-tree --reset -u: remove unmerged new pathsJunio C Hamano2008-10-181-0/+60
* | | | | Merge branch 'jc/maint-co-track' into maintJunio C Hamano2008-11-021-6/+20
|\ \ \ \ \
| * | | | | Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-191-1/+1
| * | | | | demonstrate breakage of detached checkout with symbolic link HEADJunio C Hamano2008-10-191-0/+12
| * | | | | Fix "checkout --track -b newbranch" on detached HEADJunio C Hamano2008-10-171-6/+8
| | |/ / / | |/| | |
* | | | | Use test-chmtime -v instead of perl in t5000 to get mtime of a fileAlex Riesen2008-10-311-1/+1
* | | | | git-archive: work in bare reposCharles Bailey2008-10-261-0/+21
| |_|_|/ |/| | |
* | | | rehabilitate 'git index-pack' inside the object storeNicolas Pitre2008-10-211-0/+10
* | | | Fix testcase failure when extended attributes are in useJunio C Hamano2008-10-191-4/+6
* | | | Merge branch 'db/maint-checkout-b' into maintJunio C Hamano2008-10-181-0/+10
|\ \ \ \
| * | | | Check early that a new branch is new and validDaniel Barkalow2008-09-211-0/+10
* | | | | tests: shell negation portability fixJeff King2008-10-171-1/+1
| |/ / / |/| | |
* | | | t1301-shared-repo.sh: don't let a default ACL interfere with the testMatt McCutchen2008-10-161-0/+3
* | | | xdiff-interface.c: strip newline (and cr) from line before pattern matchingBrandon Casey2008-10-161-1/+1
* | | | t4018-diff-funcname: demonstrate end of line funcname matching flawBrandon Casey2008-10-161-0/+6
* | | | t4018-diff-funcname: rework negated last expression testBrandon Casey2008-10-161-1/+2
| |/ / |/| |
* | | Add testcase to ensure merging an early part of a branch is done properlyMiklos Vajna2008-10-141-0/+26
* | | test-lib: fix broken printfShawn O. Pearce2008-10-121-1/+1
* | | git apply --directory broken for new filesJeff King2008-10-121-0/+52
* | | rebase -i: do not fail when there is no commit to cherry-pickJohannes Schindelin2008-10-101-0/+11
* | | test-lib: fix color reset in say_color()Miklos Vajna2008-10-101-1/+2
* | | git init: --bare/--shared overrides system/global configDeskin Miller2008-10-081-0/+32
* | | git rm: refresh index before up-to-date checkJohannes Schindelin2008-10-081-8/+17
* | | Teach rebase -i to honor pre-rebase hookNanako Shiraishi2008-10-061-0/+126
* | | fix bogus "diff --git" header from "diff --no-index"Linus Torvalds2008-10-061-0/+21
* | | gitweb: Add path_info tests to t/t9500-gitweb-standalone-no-errors.shJakub Narebski2008-10-021-0/+49
* | | t0024: add executable permissionSZEDER Gábor2008-09-301-0/+0
* | | Merge branch 'bc/maint-diff-hunk-header-fix' into maintShawn O. Pearce2008-09-291-1/+12
|\ \ \
| * | | t4018-diff-funcname: test syntax of builtin xfuncname patternsBrandon Casey2008-09-221-0/+11
| * | | diff.*.xfuncname which uses "extended" regex's for hunk header selectionBrandon Casey2008-09-181-1/+1
* | | | Remove empty directories in recursive mergeAlex Riesen2008-09-261-0/+11
* | | | maint: check return of split_cmdline to avoid bad config stringsDeskin Miller2008-09-241-0/+10
| |/ / |/| |
* | | Make git archive respect core.autocrlf when creating zip format archivesCharles Bailey2008-09-181-1/+1