aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Bisect run: "skip" current commit if script exit code is 125.Christian Couder2007-10-26
* Bisect: add a "bisect replay" test case.Christian Couder2007-10-26
* Bisect: add "bisect skip" to the documentation.Christian Couder2007-10-26
* Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state".Christian Couder2007-10-26
* Bisect: refactor some logging into "bisect_write".Christian Couder2007-10-26
* Bisect: refactor "bisect_write_*" functions.Christian Couder2007-10-26
* Bisect: implement "bisect skip" to mark untestable revisions.Christian Couder2007-10-26
* Bisect: fix some white spaces and empty lines breakages.Christian Couder2007-10-26
* rev-list documentation: add "--bisect-all".Christian Couder2007-10-26
* rev-list: implement --bisect-allChristian Couder2007-10-26
* Merge branch 'ja/shorthelp'Junio C Hamano2007-10-26
|\
| * help: remove extra blank line after "See 'git --help'" messageJunio C Hamano2007-10-26
| * On error, do not list all commands, but point to --help optionJari Aalto2007-10-22
* | Merge branch 'maint'Junio C Hamano2007-10-26
|\ \
| * | Fix generation of perl/perl.makAlex Riesen2007-10-26
| * | git-remote: fix "Use of uninitialized value in string ne"Junio C Hamano2007-10-24
* | | Test suite: reset TERM to its previous value after testing.Christian Couder2007-10-26
* | | Merge branch 'ph/color-test'Junio C Hamano2007-10-26
|\ \ \
| * | | Support a --quiet option in the test-suite.Pierre Habouzit2007-10-24
| * | | Add some fancy colors in the test library when terminal supports it.Pierre Habouzit2007-10-24
* | | | hooks-pre-commit: use \t, rather than a literal TAB in regexpJim Meyering2007-10-26
* | | | fast-import.c: fix regression due to strbuf conversionPierre Habouzit2007-10-26
|/ / /
* | | Merge branch 'db/fetch-pack'Junio C Hamano2007-10-24
|\ \ \
| * | | Define compat version of mkdtemp for systems lacking itShawn O. Pearce2007-10-20
| * | | Avoid scary errors about tagged trees/blobs during git-fetchShawn O. Pearce2007-10-19
| * | | fetch: if not fetching from default remote, ignore default mergeJohannes Schindelin2007-10-16
| * | | Support 'push --dry-run' for http transportShawn O. Pearce2007-10-16
| * | | Support 'push --dry-run' for rsync transportShawn O. Pearce2007-10-16
| * | | Fix 'push --all branch...' error handlingShawn O. Pearce2007-10-16
| * | | Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-16
| |\ \ \
| * | | | Fix compilation when NO_CURL is definedJohannes Schindelin2007-10-15
| * | | | Added a test for fetching remote tags when there is not tags.Väinö Järvelä2007-10-15
| * | | | Fix a crash in ls-remote when refspec expands into nothingAlex Riesen2007-10-15
| * | | | Remove duplicate ref matches in fetchDaniel Barkalow2007-10-15
| * | | | Restore default verbosity for http fetches.Daniel Barkalow2007-10-02
| * | | | fetch/push: readd rsync supportJohannes Schindelin2007-10-01
| * | | | Introduce remove_dir_recursively()Johannes Schindelin2007-09-30
| * | | | bundle transport: fix an alloc_ref() callJunio C Hamano2007-09-29
| * | | | Allow abbreviations in the first refspec to be mergedDaniel Barkalow2007-09-29
| * | | | Prevent send-pack from segfaulting when a branch doesn't matchShawn O. Pearce2007-09-24
| * | | | Cleanup unnecessary break in remote.cShawn O. Pearce2007-09-24
| * | | | Cleanup style nit of 'x == NULL' in remote.cShawn O. Pearce2007-09-24
| * | | | Fix memory leaks when disconnecting transport instancesShawn O. Pearce2007-09-19
| * | | | Ensure builtin-fetch honors {fetch,transfer}.unpackLimitShawn O. Pearce2007-09-19
| * | | | Always obtain fetch-pack arguments from struct fetch_pack_argsShawn O. Pearce2007-09-19
| * | | | Refactor struct transport_ops inlined into struct transportShawn O. Pearce2007-09-19
| * | | | Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce2007-09-19
| * | | | Use 'unsigned:1' when we mean boolean optionsShawn O. Pearce2007-09-19
| * | | | Avoid printing unnecessary warnings during fetch and pushShawn O. Pearce2007-09-19
| * | | | Correct handling of branch.$name.merge in builtin-fetchShawn O. Pearce2007-09-19