aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2008-10-31
|\
| * Use test-chmtime -v instead of perl in t5000 to get mtime of a fileAlex Riesen2008-10-31
* | Merge branch 'maint'Junio C Hamano2008-10-26
|\ \ | |/
| * git-archive: work in bare reposCharles Bailey2008-10-26
* | git-remote: list branches in vertical listsJohannes Sixt2008-10-22
* | rm: loosen safety valve for empty filesJeff King2008-10-22
* | Merge branch 'jk/diff-convfilter'Junio C Hamano2008-10-21
|\ \
| * | t4012: use test_cmp instead of cmpJeff King2008-10-18
* | | Merge branch 'js/maint-fetch-update-head'Junio C Hamano2008-10-21
|\ \ \
| * | | pull: allow "git pull origin $something:$current_branch" into an unborn branchJunio C Hamano2008-10-17
| * | | Fix fetch/pull when run without --update-head-okJohannes Schindelin2008-10-13
* | | | Merge branch 'jc/maint-co-track'Junio C Hamano2008-10-21
|\ \ \ \
| * | | | Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-19
| * | | | demonstrate breakage of detached checkout with symbolic link HEADJunio C Hamano2008-10-19
| * | | | Fix "checkout --track -b newbranch" on detached HEADJunio C Hamano2008-10-17
* | | | | Merge branch 'jk/fix-ls-files-other'Junio C Hamano2008-10-21
|\ \ \ \ \
| * \ \ \ \ Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-otherJunio C Hamano2008-10-17
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | refactor handling of "other" files in ls-files and statusJeff King2008-10-17
| | |/ / /
* | | | | Merge branch 'jc/maint-reset-remove-unmerged-new'Junio C Hamano2008-10-21
|\ \ \ \ \
| * | | | | reset --hard/read-tree --reset -u: remove unmerged new pathsJunio C Hamano2008-10-18
* | | | | | Merge branch 'maint'Junio C Hamano2008-10-21
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | rehabilitate 'git index-pack' inside the object storeNicolas Pitre2008-10-21
* | | | | | Merge branch 'maint'Junio C Hamano2008-10-20
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix testcase failure when extended attributes are in useJunio C Hamano2008-10-19
| * | | | | Merge branch 'db/maint-checkout-b' into maintJunio C Hamano2008-10-18
| |\ \ \ \ \
| * | | | | | tests: shell negation portability fixJeff King2008-10-17
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'sh/maint-rebase3'Junio C Hamano2008-10-19
|\ \ \ \ \ \
| * | | | | | rebase--interactive: fix parent rewriting for dropped commitsStephen Haberman2008-10-16
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'mv/clonev'Junio C Hamano2008-10-19
|\ \ \ \ \ \
| * | | | | | Implement git clone -vMiklos Vajna2008-10-09
* | | | | | | Merge branch 'dp/checkattr'Junio C Hamano2008-10-19
|\ \ \ \ \ \ \
| * | | | | | | check-attr: Add --stdin optionDmitry Potapov2008-10-12
* | | | | | | | Merge branch 'gb/formatpatch-autonbr'Junio C Hamano2008-10-19
|\ \ \ \ \ \ \ \
| * | | | | | | | format-patch: autonumber by defaultBrian Gernhardt2008-10-18
| |/ / / / / / /
* | | | | | | | Merge branch 'sp/describe-lwtag'Junio C Hamano2008-10-19
|\ \ \ \ \ \ \ \
| * | | | | | | | describe: Make --tags and --all match lightweight tags more oftenShawn O. Pearce2008-10-17
| |/ / / / / / /
* | | | | | | | Merge branch 'ae/preservemerge'Junio C Hamano2008-10-19
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase: Support preserving merges in non-interactive modeAndreas Ericsson2008-09-30
* | | | | | | | | Merge branch 'mv/merge-noff'Junio C Hamano2008-10-19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | builtin-commit: use reduce_heads() only when appropriateMiklos Vajna2008-10-03
* | | | | | | | | | Merge branch 'ns/rebase-noverify'Junio C Hamano2008-10-19
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | rebase --no-verifyNanako Shiraishi2008-10-06
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2008-10-17
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | t1301-shared-repo.sh: don't let a default ACL interfere with the testMatt McCutchen2008-10-16
| * | | | | | | | | xdiff-interface.c: strip newline (and cr) from line before pattern matchingBrandon Casey2008-10-16
| * | | | | | | | | t4018-diff-funcname: demonstrate end of line funcname matching flawBrandon Casey2008-10-16
| * | | | | | | | | t4018-diff-funcname: rework negated last expression testBrandon Casey2008-10-16
| | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Add testcase to ensure merging an early part of a branch is done properlyMiklos Vajna2008-10-14
* | | | | | | | | t4018-diff-funcname: add objective-c xfuncname pattern to syntax testBrandon Casey2008-10-14
* | | | | | | | | tests: shell negation portability fixJeff King2008-10-13
| |_|_|_|/ / / / |/| | | | | | |