summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bisect: fix some white spaces and empty lines breakages.Christian Couder2007-10-261-9/+8
* rev-list documentation: add "--bisect-all".Christian Couder2007-10-261-0/+16
* rev-list: implement --bisect-allChristian Couder2007-10-263-15/+88
* Merge branch 'ja/shorthelp'Junio C Hamano2007-10-261-2/+1
|\
| * help: remove extra blank line after "See 'git --help'" messageJunio C Hamano2007-10-261-1/+1
| * On error, do not list all commands, but point to --help optionJari Aalto2007-10-221-2/+1
* | Merge branch 'maint'Junio C Hamano2007-10-262-6/+3
|\ \
| * | Fix generation of perl/perl.makAlex Riesen2007-10-261-5/+1
| * | git-remote: fix "Use of uninitialized value in string ne"Junio C Hamano2007-10-241-1/+2
* | | Test suite: reset TERM to its previous value after testing.Christian Couder2007-10-261-0/+4
* | | Merge branch 'ph/color-test'Junio C Hamano2007-10-261-17/+48
|\ \ \
| * | | Support a --quiet option in the test-suite.Pierre Habouzit2007-10-241-1/+4
| * | | Add some fancy colors in the test library when terminal supports it.Pierre Habouzit2007-10-241-17/+45
* | | | hooks-pre-commit: use \t, rather than a literal TAB in regexpJim Meyering2007-10-261-1/+1
* | | | fast-import.c: fix regression due to strbuf conversionPierre Habouzit2007-10-261-0/+1
|/ / /
* | | Merge branch 'db/fetch-pack'Junio C Hamano2007-10-2458-1575/+2953
|\ \ \
| * | | Define compat version of mkdtemp for systems lacking itShawn O. Pearce2007-10-203-0/+21
| * | | Avoid scary errors about tagged trees/blobs during git-fetchShawn O. Pearce2007-10-191-3/+3
| * | | fetch: if not fetching from default remote, ignore default mergeJohannes Schindelin2007-10-163-3/+17
| * | | Support 'push --dry-run' for http transportShawn O. Pearce2007-10-163-4/+16
| * | | Support 'push --dry-run' for rsync transportShawn O. Pearce2007-10-161-10/+19
| * | | Fix 'push --all branch...' error handlingShawn O. Pearce2007-10-161-3/+5
| * | | Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-16164-2998/+4642
| |\ \ \
| * | | | Fix compilation when NO_CURL is definedJohannes Schindelin2007-10-152-19/+10
| * | | | Added a test for fetching remote tags when there is not tags.Väinö Järvelä2007-10-151-0/+12
| * | | | Fix a crash in ls-remote when refspec expands into nothingAlex Riesen2007-10-151-1/+2
| * | | | Remove duplicate ref matches in fetchDaniel Barkalow2007-10-153-0/+33
| * | | | Restore default verbosity for http fetches.Daniel Barkalow2007-10-023-7/+7
| * | | | fetch/push: readd rsync supportJohannes Schindelin2007-10-012-1/+362
| * | | | Introduce remove_dir_recursively()Johannes Schindelin2007-09-303-45/+55
| * | | | bundle transport: fix an alloc_ref() callJunio C Hamano2007-09-292-3/+3
| * | | | Allow abbreviations in the first refspec to be mergedDaniel Barkalow2007-09-291-1/+1
| * | | | Prevent send-pack from segfaulting when a branch doesn't matchShawn O. Pearce2007-09-241-1/+4
| * | | | Cleanup unnecessary break in remote.cShawn O. Pearce2007-09-241-6/+3
| * | | | Cleanup style nit of 'x == NULL' in remote.cShawn O. Pearce2007-09-241-3/+3
| * | | | Fix memory leaks when disconnecting transport instancesShawn O. Pearce2007-09-191-0/+8
| * | | | Ensure builtin-fetch honors {fetch,transfer}.unpackLimitShawn O. Pearce2007-09-193-18/+13
| * | | | Always obtain fetch-pack arguments from struct fetch_pack_argsShawn O. Pearce2007-09-193-74/+55
| * | | | Refactor struct transport_ops inlined into struct transportShawn O. Pearce2007-09-193-51/+30
| * | | | Rename remote.uri to remote.url within remote handling internalsShawn O. Pearce2007-09-195-26/+26
| * | | | Use 'unsigned:1' when we mean boolean optionsShawn O. Pearce2007-09-191-6/+6
| * | | | Avoid printing unnecessary warnings during fetch and pushShawn O. Pearce2007-09-192-12/+17
| * | | | Correct handling of branch.$name.merge in builtin-fetchShawn O. Pearce2007-09-1911-23/+51
| * | | | Don't attempt to merge non-existant remotes in t5515Shawn O. Pearce2007-09-191-2/+1
| * | | | builtin-fetch: Don't segfault on "fetch +foo"Shawn O. Pearce2007-09-191-2/+1
| * | | | Remove more debugging from builtin-fetchShawn O. Pearce2007-09-191-2/+0
| * | | | Don't configure remote "." to fetch everything to itselfShawn O. Pearce2007-09-191-4/+0
| * | | | Allow builtin-fetch to work on a detached HEADShawn O. Pearce2007-09-191-1/+2
| * | | | Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce2007-09-194-11/+20
| * | | | Add transport.h to LIB_H as transport.o is in LIB_OBJSShawn O. Pearce2007-09-191-1/+1