Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | Extend documentation of core.askpass and GIT_ASKPASS. | Knut Franke | 2010-08-31 | |
| * | | | | | | | | | | | | Allow core.askpass to override SSH_ASKPASS. | Knut Franke | 2010-08-31 | |
| * | | | | | | | | | | | | Add a new option 'core.askpass'. | Anselm Kruis | 2010-08-31 | |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge branch 'bc/maint-fetch-url-only' | Junio C Hamano | 2010-09-08 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | builtin/fetch.c: ignore merge config when not fetching from branch's remote | Brandon Casey | 2010-08-25 | |
| * | | | | | | | | | | | | t/t5510: demonstrate failure to fetch when current branch has merge ref | Brandon Casey | 2010-08-25 | |
* | | | | | | | | | | | | | Merge branch 'jk/maint-pass-c-config-in-env' | Junio C Hamano | 2010-09-08 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | do not pass "git -c foo=bar" params to transport helpers | Jonathan Nieder | 2010-08-24 | |
| * | | | | | | | | | | | | | pass "git -c foo=bar" params through environment | Jeff King | 2010-08-24 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'en/d-f-conflict-fix' | Junio C Hamano | 2010-09-08 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | fast-export: ensure that a renamed file is printed after all references | Johannes Sixt | 2010-09-08 | |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-09-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | | revert: Fix trivial comment style issue | Elijah Newren | 2010-09-06 | |
| * | | | | | | | | | | | | cache_tree_free: Fix small memory leak | Elijah Newren | 2010-09-06 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge branch 'jh/clean-exclude' | Junio C Hamano | 2010-09-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | builtin/clean.c: Use STRING_LIST_INIT_NODUP. | Thiago Farina | 2010-09-06 | |
* | | | | | | | | | | | | t3404 & t7508: cd inside subshell instead of around | Jens Lehmann | 2010-09-06 | |
* | | | | | | | | | | | | Merge branch 'maint'v1.7.3-rc0 | Junio C Hamano | 2010-09-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | Merge branch 'xx/trivial' into maint | Junio C Hamano | 2010-09-06 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | tag.c: whitespace breakages fix | Junio C Hamano | 2010-09-05 | |
| | * | | | | | | | | | | | Fix whitespace issue in object.c | Jared Hance | 2010-09-05 | |
| | * | | | | | | | | | | | t5505: add missing && | Jens Lehmann | 2010-09-05 | |
* | | | | | | | | | | | | | Merge branch 'jl/submodule-ignore-diff' | Junio C Hamano | 2010-09-04 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | checkout: Use submodule.*.ignore settings from .git/config and .gitmodules | Jens Lehmann | 2010-08-30 | |
| * | | | | | | | | | | | | | checkout: Add test for diff.ignoreSubmodules | Jens Lehmann | 2010-08-30 | |
| * | | | | | | | | | | | | | checkout: respect diff.ignoreSubmodules setting | Johannes Schindelin | 2010-08-25 | |
* | | | | | | | | | | | | | | Merge branch 'ab/test-2' | Junio C Hamano | 2010-09-04 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | tests: factor HOME=$(pwd) in test-lib.sh | Matthieu Moy | 2010-08-31 | |
| * | | | | | | | | | | | | | | test-lib: use subshell instead of cd $new && .. && cd $old | Ævar Arnfjörð Bjarmason | 2010-08-31 | |
| * | | | | | | | | | | | | | | tests: simplify "missing PREREQ" message | Jonathan Nieder | 2010-08-31 | |
| * | | | | | | | | | | | | | | t/t0000-basic.sh: Run the passing TODO test inside its own test-lib | Ævar Arnfjörð Bjarmason | 2010-08-31 | |
| * | | | | | | | | | | | | | | test-lib: Allow overriding of TEST_DIRECTORY | Ævar Arnfjörð Bjarmason | 2010-08-31 | |
| * | | | | | | | | | | | | | | test-lib: Use "$GIT_BUILD_DIR" instead of "$TEST_DIRECTORY"/../ | Ævar Arnfjörð Bjarmason | 2010-08-31 | |
| * | | | | | | | | | | | | | | test-lib: Use $TEST_DIRECTORY or $GIT_BUILD_DIR instead of $(pwd) and ../ | Ævar Arnfjörð Bjarmason | 2010-08-31 | |
| * | | | | | | | | | | | | | | test: Introduce $GIT_BUILD_DIR | Thomas Rast | 2010-08-31 | |
| * | | | | | | | | | | | | | | cvs tests: do not touch test CVS repositories shipped with source | Junio C Hamano | 2010-08-18 | |
| * | | | | | | | | | | | | | | t/t9602-cvsimport-branches-tags.sh: Add a PERL prerequisite | Ævar Arnfjörð Bjarmason | 2010-08-18 | |
| * | | | | | | | | | | | | | | t/t9601-cvsimport-vendor-branch.sh: Add a PERL prerequisite | Ævar Arnfjörð Bjarmason | 2010-08-18 | |
| * | | | | | | | | | | | | | | t/t7105-reset-patch.sh: Add a PERL prerequisite | Ævar Arnfjörð Bjarmason | 2010-08-18 | |
| * | | | | | | | | | | | | | | t/t9001-send-email.sh: convert setup code to tests | Ævar Arnfjörð Bjarmason | 2010-08-18 | |
| * | | | | | | | | | | | | | | t/t9001-send-email.sh: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | |
| * | | | | | | | | | | | | | | t/t9001-send-email.sh: Remove needless PROG=* assignment | Ævar Arnfjörð Bjarmason | 2010-08-18 | |
| * | | | | | | | | | | | | | | t/t9600-cvsimport.sh: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | |
| * | | | | | | | | | | | | | | lib-patch-mode tests: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | |
| * | | | | | | | | | | | | | | t/t3701-add-interactive.sh: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | |
| * | | | | | | | | | | | | | | tests: Move FILEMODE prerequisite to lib-prereq-FILEMODE.sh | Ævar Arnfjörð Bjarmason | 2010-08-18 | |
| * | | | | | | | | | | | | | | t/Makefile: Create test-results dir for smoke target | Ævar Arnfjörð Bjarmason | 2010-08-18 | |
| * | | | | | | | | | | | | | | git-notes: Run partial expensive test everywhere | Ævar Arnfjörð Bjarmason | 2010-08-18 | |
| * | | | | | | | | | | | | | | t/t3300-funny-names: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 | |
| * | | | | | | | | | | | | | | t/t3902-quoted: change from skip_all=* to prereq skip | Ævar Arnfjörð Bjarmason | 2010-08-18 |