Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http tests: Darwin is not that special | Junio C Hamano | 2009-03-20 | 1 | -6/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2009-03-20 | 1 | -1/+4 |
|\ | |||||
| * | doc: clarify how -S works | Jeff King | 2009-03-19 | 1 | -1/+4 |
* | | Merge branch 'mv/parseopt-ls-files' | Junio C Hamano | 2009-03-20 | 10 | -163/+163 |
|\ \ | |||||
| * | | ls-files: fix broken --no-empty-directory | Jeff King | 2009-03-07 | 2 | -3/+15 |
| * | | t3000: use test_cmp instead of diff | Jeff King | 2009-03-07 | 1 | -2/+2 |
| * | | parse-opt: migrate builtin-ls-files. | Miklos Vajna | 2009-02-18 | 1 | -135/+120 |
| * | | Turn the flags in struct dir_struct into a single variable | Johannes Schindelin | 2009-02-18 | 9 | -29/+33 |
* | | | Merge branch 'bw/autoconf' | Junio C Hamano | 2009-03-20 | 1 | -118/+268 |
|\ \ \ | |||||
| * | | | configure: rework pthread handling to allow for user defined flags | Ben Walton | 2009-03-12 | 1 | -15/+74 |
| * | | | configure: make iconv tests aware of user arguments | Ben Walton | 2009-03-12 | 1 | -14/+34 |
| * | | | configure: asciidoc version test cleanup | Ben Walton | 2009-03-12 | 1 | -1/+1 |
| * | | | configure: wrap some library tests with GIT_STASH_FLAGS | Ben Walton | 2009-03-12 | 1 | -1/+35 |
| * | | | configure: add macros to stash FLAG variables | Ben Walton | 2009-03-12 | 1 | -0/+26 |
| * | | | configure: reorganize flow of argument checks | Ben Walton | 2009-03-12 | 1 | -87/+87 |
| * | | | configure: ensure settings from user are also usable in the script | Ben Walton | 2009-03-12 | 1 | -0/+11 |
* | | | | Merge branch 'xx/db-refspec-vs-js-remote' | Junio C Hamano | 2009-03-20 | 5 | -64/+90 |
|\ \ \ \ | |||||
| * \ \ \ | Adjust js/remote-improvements and db/refspec-wildcard-in-the-middle | Junio C Hamano | 2009-03-08 | 17 | -330/+812 |
| |\ \ \ \ | |||||
| * | | | | | Support '*' in the middle of a refspec | Daniel Barkalow | 2009-03-07 | 3 | -11/+36 |
| * | | | | | Keep '*' in pattern refspecs | Daniel Barkalow | 2009-03-07 | 2 | -18/+19 |
| * | | | | | Use the matching function to generate the match results | Daniel Barkalow | 2009-03-07 | 1 | -22/+23 |
| * | | | | | Use a single function to match names against patterns | Daniel Barkalow | 2009-03-07 | 1 | -3/+9 |
| * | | | | | Make clone parse the default refspec with the normal code | Daniel Barkalow | 2009-03-07 | 1 | -12/+13 |
* | | | | | | Merge branch 'jc/clone-branch-rebase' | Junio C Hamano | 2009-03-20 | 4 | -31/+69 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Improve "git branch --tracking" output | Junio C Hamano | 2009-03-10 | 1 | -6/+17 |
| * | | | | | | Make git-clone respect branch.autosetuprebase | Junio C Hamano | 2009-03-03 | 4 | -31/+58 |
* | | | | | | | Merge branch 'js/rebase-i-opt' | Junio C Hamano | 2009-03-20 | 2 | -0/+37 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | rebase -i: avoid 'git reset' when possible | Johannes Schindelin | 2009-03-03 | 2 | -0/+37 |
* | | | | | | | | Merge branch 'fc/parseopt-config' | Junio C Hamano | 2009-03-20 | 4 | -200/+255 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | config: test for --replace-all with one argument and fix documentation. | Carlos Rica | 2009-03-17 | 3 | -3/+10 |
| * | | | | | | | | config: set help text for --bool-or-int | Jeff King | 2009-03-07 | 1 | -1/+1 |
| * | | | | | | | | git config: don't allow --get-color* and variable type | Felipe Contreras | 2009-02-21 | 1 | -0/+5 |
| * | | | | | | | | git config: don't allow extra arguments for -e or -l. | Felipe Contreras | 2009-02-21 | 1 | -0/+2 |
| * | | | | | | | | git config: don't allow multiple variable types | Felipe Contreras | 2009-02-21 | 1 | -12/+20 |
| * | | | | | | | | git config: don't allow multiple config file locations | Felipe Contreras | 2009-02-21 | 1 | -0/+5 |
| * | | | | | | | | git config: reorganize to use parseopt | Felipe Contreras | 2009-02-21 | 1 | -154/+195 |
| * | | | | | | | | git config: reorganize get_color* | Felipe Contreras | 2009-02-21 | 1 | -44/+18 |
| * | | | | | | | | git config: trivial rename in preparation for parseopt | Felipe Contreras | 2009-02-21 | 1 | -14/+18 |
| * | | | | | | | | git_config(): not having a per-repo config file is not an error | Felipe Contreras | 2009-02-21 | 1 | -4/+13 |
* | | | | | | | | | Microoptimize strbuf_cmp | Alex Riesen | 2009-03-20 | 1 | -8/+5 |
* | | | | | | | | | Produce a nicer output in case of sha1_object_info failures in ls-tree -l | Alex Riesen | 2009-03-20 | 1 | -10/+12 |
* | | | | | | | | | import-tars: separate author from committer | Giuseppe Bilotta | 2009-03-20 | 1 | -5/+11 |
* | | | | | | | | | Merge branch 'js/windows-tests' | Junio C Hamano | 2009-03-19 | 26 | -119/+98 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t5602: Work around path mangling on MSYS | Johannes Sixt | 2009-03-19 | 1 | -2/+2 |
| * | | | | | | | | | t5300, t5302, t5303: Do not use /dev/zero | Johannes Sixt | 2009-03-19 | 3 | -15/+16 |
| * | | | | | | | | | t2200, t7004: Avoid glob pattern that also matches files | Johannes Sixt | 2009-03-19 | 2 | -3/+4 |
| * | | | | | | | | | t7300: fix clean up on Windows | Johannes Schindelin | 2009-03-19 | 1 | -3/+3 |
| * | | | | | | | | | test-lib: Introduce test_chmod and use it instead of update-index --chmod | Johannes Sixt | 2009-03-19 | 7 | -43/+24 |
| * | | | | | | | | | test-lib: Simplify test counting. | Johannes Sixt | 2009-03-19 | 3 | -11/+5 |
| * | | | | | | | | | test-lib: Replace uses of $(expr ...) by POSIX shell features. | Johannes Sixt | 2009-03-19 | 1 | -12/+11 |