Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | repack: modify behavior of -A option to leave unreferenced objects unpacked | Brandon Casey | 2008-05-11 | 1 | -0/+47 | |
* | | | | | | | | | Merge branch 'sp/ignorecase' | Junio C Hamano | 2008-05-23 | 1 | -0/+29 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | t0050: Fix merge test on case sensitive file systems | Steffen Prohaska | 2008-05-17 | 1 | -0/+2 | |
| * | | | | | | | | | t0050: Add test for case insensitive add | Steffen Prohaska | 2008-05-11 | 1 | -0/+10 | |
| * | | | | | | | | | t0050: Set core.ignorecase case to activate case insensitivity | Steffen Prohaska | 2008-05-11 | 1 | -0/+1 | |
| * | | | | | | | | | t0050: Test autodetect core.ignorecase | Steffen Prohaska | 2008-05-11 | 1 | -0/+16 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | pull --rebase: exit early when the working directory is dirty | Johannes Schindelin | 2008-05-22 | 1 | -0/+18 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'ar/add-unreadable' | Junio C Hamano | 2008-05-21 | 1 | -0/+43 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add a config option to ignore errors for git-add | Alex Riesen | 2008-05-12 | 1 | -0/+21 | |
| * | | | | | | | | Add a test for git-add --ignore-errors | Alex Riesen | 2008-05-12 | 1 | -0/+22 | |
* | | | | | | | | | Merge branch 'jk/maint-send-email-compose' | Junio C Hamano | 2008-05-21 | 1 | -0/+59 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | send-email: rfc2047-quote subject lines with non-ascii characters | Jeff King | 2008-05-21 | 1 | -0/+15 | |
| * | | | | | | | | send-email: specify content-type of --compose body | Jeff King | 2008-05-21 | 1 | -0/+44 | |
* | | | | | | | | | Fix t3701 if core.filemode disabled | Alex Riesen | 2008-05-21 | 1 | -0/+7 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | t/Makefile: "trash" directory was renamed recently | Brandon Casey | 2008-05-18 | 3 | -3/+3 | |
* | | | | | | | | Ensure that a test is run in the trash directory | Alex Riesen | 2008-05-18 | 1 | -1/+1 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Replace in-place sed in t7502-commit | Marcel Koeppen | 2008-05-16 | 1 | -1/+3 | |
* | | | | | | | submodule update: add convenience option --init | Johannes Schindelin | 2008-05-16 | 1 | -0/+13 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge branch 'sb/committer' | Junio C Hamano | 2008-05-14 | 1 | -0/+27 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | commit: Show committer if automatic | Santi Béjar | 2008-05-06 | 1 | -0/+15 | |
| * | | | | | | commit: Show author if different from committer | Santi Béjar | 2008-05-06 | 1 | -0/+12 | |
* | | | | | | | Merge branch 'bd/tests' | Junio C Hamano | 2008-05-14 | 54 | -536/+588 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Rename the test trash directory to contain spaces. | Bryan Donlan | 2008-05-05 | 3 | -6/+6 | |
| * | | | | | | | Fix tests breaking when checkout path contains shell metacharacters | Bryan Donlan | 2008-05-05 | 39 | -469/+475 | |
| * | | | | | | | Don't use the 'export NAME=value' in the test scripts. | Bryan Donlan | 2008-05-05 | 10 | -39/+52 | |
| * | | | | | | | lib-git-svn.sh: Fix quoting issues with paths containing shell metacharacters | Bryan Donlan | 2008-05-05 | 1 | -1/+2 | |
| * | | | | | | | test-lib.sh: Fix some missing path quoting | Bryan Donlan | 2008-05-05 | 1 | -1/+1 | |
| * | | | | | | | Use test_set_editor in t9001-send-email.sh | Bryan Donlan | 2008-05-05 | 1 | -4/+1 | |
| * | | | | | | | test-lib.sh: Add a test_set_editor function to safely set $VISUAL | Bryan Donlan | 2008-05-05 | 1 | -0/+16 | |
| * | | | | | | | git-send-email.perl: Handle shell metacharacters in $EDITOR properly | Bryan Donlan | 2008-05-05 | 1 | -2/+6 | |
| * | | | | | | | config.c: Escape backslashes in section names properly | Bryan Donlan | 2008-05-05 | 1 | -0/+6 | |
| * | | | | | | | git-rebase.sh: Fix --merge --abort failures when path contains whitespace | Bryan Donlan | 2008-05-05 | 1 | -12/+21 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'mv/format-cc' | Junio C Hamano | 2008-05-14 | 1 | -0/+66 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add tests for sendemail.cc configuration variable | Miklos Vajna | 2008-04-29 | 1 | -0/+66 | |
* | | | | | | | | Merge branch 'jk/renamelimit' (early part) | Junio C Hamano | 2008-05-14 | 1 | -0/+73 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | add merge.renamelimit config option | Jeff King | 2008-05-03 | 1 | -0/+73 | |
| * | | | | | | | | Merge commit 'sg/merge-options^' into jk/renamelimit | Junio C Hamano | 2008-05-03 | 2 | -8/+85 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | t5000: tar portability fix | Jeff King | 2008-05-13 | 1 | -4/+4 | |
* | | | | | | | | | fix bsd shell negation | Jeff King | 2008-05-13 | 4 | -7/+7 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'gp/bisect-fix' | Junio C Hamano | 2008-05-12 | 1 | -0/+25 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | bisect: print an error message when "git rev-list --bisect-vars" fails | Christian Couder | 2008-05-08 | 1 | -0/+7 | |
| * | | | | | | | git-bisect.sh: don't accidentally override existing branch "bisect" | Gerrit Pape | 2008-05-05 | 1 | -0/+18 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'lt/core-optim' | Junio C Hamano | 2008-05-11 | 2 | -0/+45 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'py/diff-submodule' | Junio C Hamano | 2008-05-10 | 2 | -0/+45 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| | * | | | | | | is_racy_timestamp(): do not check timestamp for gitlinks | Junio C Hamano | 2008-05-04 | 1 | -1/+1 | |
| | * | | | | | | diff: a submodule not checked out is not modified | Junio C Hamano | 2008-05-04 | 1 | -1/+1 | |
| | * | | | | | | Add t7506 to test submodule related functions for git-status | Ping Yin | 2008-05-04 | 2 | -1/+39 | |
| | * | | | | | | t4027: test diff for submodule with empty directory | Ping Yin | 2008-05-04 | 1 | -0/+7 | |
| | | |/ / / / | | |/| | | | | ||||||
* | | | | | | | rev-parse --verify: do not output anything on error | Christian Couder | 2008-05-11 | 1 | -9/+3 | |
* | | | | | | | rev-parse: fix using "--default" with "--verify" | Christian Couder | 2008-05-11 | 1 | -6/+5 |