Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rollback lock files on more signals than just SIGINT | Paolo Bonzini | 2008-05-31 | 1 | -0/+14 |
* | builtin-fetch.c (store_updated_refs): Honor update_local_ref() return value | Dmitry V. Levin | 2008-05-28 | 1 | -0/+37 |
* | t5100: Avoid filename "nul" | Junio C Hamano | 2008-05-27 | 2 | -2/+2 |
* | Merge 1.5.5.3 in | Junio C Hamano | 2008-05-27 | 1 | -11/+2 |
|\ | |||||
| * | Revert "filter-branch: subdirectory filter needs --full-history" | Johannes Sixt | 2008-05-27 | 1 | -11/+2 |
| * | Merge branch 'gp/bisect-fix' into maint | Junio C Hamano | 2008-05-26 | 1 | -0/+25 |
| |\ | |||||
* | | | t5700-clone-reference: Quote $U | Johannes Sixt | 2008-05-27 | 1 | -3/+3 |
* | | | Add some tests for git update-ref -d | Karl Hasselström | 2008-05-27 | 1 | -0/+16 |
* | | | Merge branch 'jc/diff-no-no-index' | Junio C Hamano | 2008-05-26 | 52 | -388/+391 |
|\ \ \ | |||||
| * | | | "git diff": do not ignore index without --no-index | Junio C Hamano | 2008-05-24 | 3 | -1/+4 |
| * | | | tests: do not use implicit "git diff --no-index" | Junio C Hamano | 2008-05-24 | 50 | -387/+387 |
* | | | | Merge branch 'js/mailinfo' | Junio C Hamano | 2008-05-25 | 4 | -0/+55 |
|\ \ \ \ | |||||
| * | | | | mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepaths | Junio C Hamano | 2008-05-25 | 3 | -0/+46 |
| * | | | | mailsplit and mailinfo: gracefully handle NUL characters | Johannes Schindelin | 2008-05-25 | 2 | -0/+9 |
| |/ / / | |||||
* | | | | Merge branch 'jc/add-n-u' | Junio C Hamano | 2008-05-25 | 1 | -0/+17 |
|\ \ \ \ | |||||
| * | | | | "git-add -n -u" should not add but just report | Junio C Hamano | 2008-05-21 | 1 | -0/+17 |
* | | | | | Merge branch 'ar/t6031' | Junio C Hamano | 2008-05-25 | 1 | -2/+5 |
|\ \ \ \ \ | |||||
| * | | | | | Fix t6031 on filesystems without working exec bit | Alex Riesen | 2008-05-21 | 1 | -2/+5 |
* | | | | | | Merge branch 'db/clone-in-c' | Junio C Hamano | 2008-05-25 | 2 | -1/+41 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add test for cloning with "--reference" repo being a subset of source repo | Johan Herland | 2008-05-22 | 1 | -0/+5 |
| * | | | | | | Add a test for another combination of --reference | Johan Herland | 2008-05-22 | 1 | -0/+21 |
| * | | | | | | Test that --reference actually suppresses fetching referenced objects | Daniel Barkalow | 2008-05-22 | 1 | -1/+8 |
| * | | | | | | builtin-clone: fix initial checkout | Johannes Schindelin | 2008-05-15 | 1 | -0/+7 |
* | | | | | | | Merge branch 'jc/apply-whitespace' | Junio C Hamano | 2008-05-25 | 1 | -0/+61 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | builtin-apply: do not declare patch is creation when we do not know it | Junio C Hamano | 2008-05-17 | 1 | -0/+61 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'ar/batch-cat' | Junio C Hamano | 2008-05-25 | 3 | -35/+359 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | change quoting in test t1006-cat-file.sh | Michele Ballabio | 2008-05-23 | 1 | -3/+3 |
| * | | | | | | | git-hash-object: Add --stdin-paths option | Adam Roben | 2008-05-23 | 1 | -0/+32 |
| * | | | | | | | Add more tests for git hash-object | Adam Roben | 2008-05-23 | 1 | -27/+93 |
| * | | | | | | | Move git-hash-object tests from t5303 to t1007 | Adam Roben | 2008-05-23 | 1 | -0/+0 |
| * | | | | | | | git-cat-file: Add --batch option | Adam Roben | 2008-05-05 | 1 | -17/+57 |
| * | | | | | | | git-cat-file: Add --batch-check option | Adam Roben | 2008-05-05 | 1 | -0/+65 |
| * | | | | | | | Add tests for git cat-file | Adam Roben | 2008-05-05 | 1 | -0/+121 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'cc/bisect' | Junio C Hamano | 2008-05-25 | 1 | -19/+60 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | bisect: use a detached HEAD to bisect | Christian Couder | 2008-05-22 | 1 | -19/+19 |
| * | | | | | | | bisect: trap critical errors in "bisect_start" | Christian Couder | 2008-05-22 | 1 | -6/+4 |
| * | | | | | | | bisect: fix left over "BISECT_START" file when starting with junk rev | Christian Couder | 2008-05-22 | 1 | -1/+1 |
| * | | | | | | | bisect: add test cases to check that "git bisect start" is atomic | Christian Couder | 2008-05-22 | 1 | -0/+43 |
* | | | | | | | | Merge branch 'ap/svn' | Junio C Hamano | 2008-05-25 | 1 | -0/+70 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git-svn: add test for --add-author-from and --use-log-author | Junio C Hamano | 2008-05-12 | 1 | -0/+70 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'js/cvsexportcommit' | Junio C Hamano | 2008-05-25 | 1 | -0/+17 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cvsexportcommit: introduce -W for shared working trees (between Git and CVS) | Johannes Schindelin | 2008-05-15 | 1 | -0/+17 |
* | | | | | | | | | Merge branch 'js/ignore-submodule' | Junio C Hamano | 2008-05-25 | 1 | -0/+92 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Ignore dirty submodule states during rebase and stash | Johannes Schindelin | 2008-05-15 | 1 | -0/+92 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'mo/cvsserver' | Junio C Hamano | 2008-05-25 | 1 | -0/+337 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
| * | | | | | | | | git-cvsserver: add ability to guess -kb from contents | Matthew Ogilvie | 2008-05-16 | 1 | -0/+159 |
| * | | | | | | | | implement gitcvs.usecrlfattr | Matthew Ogilvie | 2008-05-16 | 1 | -0/+178 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'pb/push' | Junio C Hamano | 2008-05-23 | 2 | -1/+45 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | add special "matching refs" refspec | Paolo Bonzini | 2008-05-04 | 2 | -1/+45 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'bc/repack' | Junio C Hamano | 2008-05-23 | 1 | -0/+47 |
|\ \ \ \ \ \ \ \ |