Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | gitk: Fix some bugs with path limiting in the diff display | Paul Mackerras | 2007-10-23 | 1 | -1/+5 | |
| * | | | | | | gitk: Ensure tabstop setting gets restored by Cancel button | Paul Mackerras | 2007-10-23 | 1 | -7/+7 | |
| * | | | | | | gitk: Limit diff display to listed paths by default | Paul Mackerras | 2007-10-23 | 1 | -10/+86 | |
* | | | | | | | Merge branch 'ja/shorthelp' | Junio C Hamano | 2007-10-26 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | help: remove extra blank line after "See 'git --help'" message | Junio C Hamano | 2007-10-26 | 1 | -1/+1 | |
| * | | | | | | | On error, do not list all commands, but point to --help option | Jari Aalto | 2007-10-22 | 1 | -2/+1 | |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-10-26 | 2 | -6/+3 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | Fix generation of perl/perl.mak | Alex Riesen | 2007-10-26 | 1 | -5/+1 | |
| * | | | | | | | git-remote: fix "Use of uninitialized value in string ne" | Junio C Hamano | 2007-10-24 | 1 | -1/+2 | |
* | | | | | | | | Test suite: reset TERM to its previous value after testing. | Christian Couder | 2007-10-26 | 1 | -0/+4 | |
* | | | | | | | | Merge branch 'ph/color-test' | Junio C Hamano | 2007-10-26 | 1 | -17/+48 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Support a --quiet option in the test-suite. | Pierre Habouzit | 2007-10-24 | 1 | -1/+4 | |
| * | | | | | | | | Add some fancy colors in the test library when terminal supports it. | Pierre Habouzit | 2007-10-24 | 1 | -17/+45 | |
* | | | | | | | | | hooks-pre-commit: use \t, rather than a literal TAB in regexp | Jim Meyering | 2007-10-26 | 1 | -1/+1 | |
* | | | | | | | | | fast-import.c: fix regression due to strbuf conversion | Pierre Habouzit | 2007-10-26 | 1 | -0/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'db/fetch-pack' | Junio C Hamano | 2007-10-24 | 58 | -1575/+2953 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Define compat version of mkdtemp for systems lacking it | Shawn O. Pearce | 2007-10-20 | 3 | -0/+21 | |
| * | | | | | | | | Avoid scary errors about tagged trees/blobs during git-fetch | Shawn O. Pearce | 2007-10-19 | 1 | -3/+3 | |
| * | | | | | | | | fetch: if not fetching from default remote, ignore default merge | Johannes Schindelin | 2007-10-16 | 3 | -3/+17 | |
| * | | | | | | | | Support 'push --dry-run' for http transport | Shawn O. Pearce | 2007-10-16 | 3 | -4/+16 | |
| * | | | | | | | | Support 'push --dry-run' for rsync transport | Shawn O. Pearce | 2007-10-16 | 1 | -10/+19 | |
| * | | | | | | | | Fix 'push --all branch...' error handling | Shawn O. Pearce | 2007-10-16 | 1 | -3/+5 | |
| * | | | | | | | | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 2007-10-16 | 164 | -2998/+4642 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix compilation when NO_CURL is defined | Johannes Schindelin | 2007-10-15 | 2 | -19/+10 | |
| * | | | | | | | | | Added a test for fetching remote tags when there is not tags. | Väinö Järvelä | 2007-10-15 | 1 | -0/+12 | |
| * | | | | | | | | | Fix a crash in ls-remote when refspec expands into nothing | Alex Riesen | 2007-10-15 | 1 | -1/+2 | |
| * | | | | | | | | | Remove duplicate ref matches in fetch | Daniel Barkalow | 2007-10-15 | 3 | -0/+33 | |
| * | | | | | | | | | Restore default verbosity for http fetches. | Daniel Barkalow | 2007-10-02 | 3 | -7/+7 | |
| * | | | | | | | | | fetch/push: readd rsync support | Johannes Schindelin | 2007-10-01 | 2 | -1/+362 | |
| * | | | | | | | | | Introduce remove_dir_recursively() | Johannes Schindelin | 2007-09-30 | 3 | -45/+55 | |
| * | | | | | | | | | bundle transport: fix an alloc_ref() call | Junio C Hamano | 2007-09-29 | 2 | -3/+3 | |
| * | | | | | | | | | Allow abbreviations in the first refspec to be merged | Daniel Barkalow | 2007-09-29 | 1 | -1/+1 | |
| * | | | | | | | | | Prevent send-pack from segfaulting when a branch doesn't match | Shawn O. Pearce | 2007-09-24 | 1 | -1/+4 | |
| * | | | | | | | | | Cleanup unnecessary break in remote.c | Shawn O. Pearce | 2007-09-24 | 1 | -6/+3 | |
| * | | | | | | | | | Cleanup style nit of 'x == NULL' in remote.c | Shawn O. Pearce | 2007-09-24 | 1 | -3/+3 | |
| * | | | | | | | | | Fix memory leaks when disconnecting transport instances | Shawn O. Pearce | 2007-09-19 | 1 | -0/+8 | |
| * | | | | | | | | | Ensure builtin-fetch honors {fetch,transfer}.unpackLimit | Shawn O. Pearce | 2007-09-19 | 3 | -18/+13 | |
| * | | | | | | | | | Always obtain fetch-pack arguments from struct fetch_pack_args | Shawn O. Pearce | 2007-09-19 | 3 | -74/+55 | |
| * | | | | | | | | | Refactor struct transport_ops inlined into struct transport | Shawn O. Pearce | 2007-09-19 | 3 | -51/+30 | |
| * | | | | | | | | | Rename remote.uri to remote.url within remote handling internals | Shawn O. Pearce | 2007-09-19 | 5 | -26/+26 | |
| * | | | | | | | | | Use 'unsigned:1' when we mean boolean options | Shawn O. Pearce | 2007-09-19 | 1 | -6/+6 | |
| * | | | | | | | | | Avoid printing unnecessary warnings during fetch and push | Shawn O. Pearce | 2007-09-19 | 2 | -12/+17 | |
| * | | | | | | | | | Correct handling of branch.$name.merge in builtin-fetch | Shawn O. Pearce | 2007-09-19 | 11 | -23/+51 | |
| * | | | | | | | | | Don't attempt to merge non-existant remotes in t5515 | Shawn O. Pearce | 2007-09-19 | 1 | -2/+1 | |
| * | | | | | | | | | builtin-fetch: Don't segfault on "fetch +foo" | Shawn O. Pearce | 2007-09-19 | 1 | -2/+1 | |
| * | | | | | | | | | Remove more debugging from builtin-fetch | Shawn O. Pearce | 2007-09-19 | 1 | -2/+0 | |
| * | | | | | | | | | Don't configure remote "." to fetch everything to itself | Shawn O. Pearce | 2007-09-19 | 1 | -4/+0 | |
| * | | | | | | | | | Allow builtin-fetch to work on a detached HEAD | Shawn O. Pearce | 2007-09-19 | 1 | -1/+2 | |
| * | | | | | | | | | Remove unnecessary 'fetch' argument from transport_get API | Shawn O. Pearce | 2007-09-19 | 4 | -11/+20 | |
| * | | | | | | | | | Add transport.h to LIB_H as transport.o is in LIB_OBJS | Shawn O. Pearce | 2007-09-19 | 1 | -1/+1 |