Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | | | | | | Call 'say' outside test_expect_success | Johannes Sixt | 2009-03-19 | 3 | -19/+22 | |
| * | | | | | | | | | | | | | | | | | | | | test suite: Use 'say' to say something instead of 'test_expect_success' | Johannes Sixt | 2009-03-19 | 10 | -15/+15 | |
| * | | | | | | | | | | | | | | | | | | | | t9400, t9401: Do not force hard-linked clone | Johannes Sixt | 2009-03-18 | 2 | -3/+3 | |
* | | | | | | | | | | | | | | | | | | | | | rebase: add options passed to git-am | Michele Ballabio | 2009-03-18 | 2 | -0/+9 | |
* | | | | | | | | | | | | | | | | | | | | | document --force-rebase | Michele Ballabio | 2009-03-18 | 1 | -0/+7 | |
* | | | | | | | | | | | | | | | | | | | | | MinGW: implement mmap | Janos Laube | 2009-03-18 | 4 | -4/+73 | |
* | | | | | | | | | | | | | | | | | | | | | gc --aggressive: make it really aggressive | Johannes Schindelin | 2009-03-18 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | | | | | git log: avoid segfault with --all-match | Michele Ballabio | 2009-03-18 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | | | | | apply: hide unused options from short help | Michele Ballabio | 2009-03-18 | 1 | -4/+4 | |
* | | | | | | | | | | | | | | | | | | | | | apply: consistent spelling of "don't" | Michele Ballabio | 2009-03-18 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | format-patch: Respect --quiet option | Nate Case | 2009-03-18 | 1 | -4/+6 | |
|/ / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | Update draft release notes to 1.6.3 | Junio C Hamano | 2009-03-17 | 1 | -3/+32 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/maint-1.6.0-read-tree-overlay' | Junio C Hamano | 2009-03-17 | 2 | -3/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | read-tree A B C: do not create a bogus index and do not segfault | Junio C Hamano | 2009-03-12 | 2 | -3/+34 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'db/maint-missing-origin' | Junio C Hamano | 2009-03-17 | 3 | -8/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Remove total confusion from git-fetch and git-push | Junio C Hamano | 2009-03-16 | 1 | -18/+3 | |
| * | | | | | | | | | | | | | | | | | | | Give error when no remote is configured | Daniel Barkalow | 2009-03-10 | 3 | -8/+35 |