| Commit message (Expand) | Author | Age | Files | Lines |
* | git-config-set: support selecting values by non-matching regex | Johannes Schindelin | 2005-11-20 | 4 | -8/+70 |
* | merge-recursive: Replace 'except:' | Fredrik Kuivinen | 2005-11-20 | 1 | -2/+2 |
* | merge-one-file: use rmdir -p | Junio C Hamano | 2005-11-20 | 1 | -5/+1 |
* | Documentation: add hooks/update example. | Junio C Hamano | 2005-11-19 | 1 | -0/+105 |
* | git-config-set: add more options | Johannes Schindelin | 2005-11-19 | 5 | -61/+258 |
* | Documentation update for user-relative paths. | Andreas Ericsson | 2005-11-19 | 1 | -5/+24 |
* | Client side support for user-relative paths. | Andreas Ericsson | 2005-11-19 | 1 | -22/+33 |
* | Server-side support for user-relative paths. | Andreas Ericsson | 2005-11-19 | 2 | -25/+7 |
* | Do not DWIM in userpath library under strict mode. | Junio C Hamano | 2005-11-19 | 2 | -57/+60 |
* | Library code for user-relative paths, take three. | Andreas Ericsson | 2005-11-19 | 2 | -0/+73 |
* | Add test case for git-config-set | Johannes Schindelin | 2005-11-19 | 1 | -0/+180 |
* | Add documentation for git-config-set | Johannes Schindelin | 2005-11-19 | 2 | -0/+111 |
* | Add git-config-set, a simple helper for scripts to set config variables | Johannes Schindelin | 2005-11-19 | 3 | -1/+29 |
* | Add functions git_config_set() and git_config_set_multivar() | Johannes Schindelin | 2005-11-19 | 2 | -1/+295 |
* | Decide whether to build http-push in the Makefile | Nick Hengeveld | 2005-11-19 | 2 | -12/+6 |
* | http.c: reorder to avoid compilation failure. | Junio C Hamano | 2005-11-19 | 1 | -36/+35 |
* | http-push memory/fd cleanup | Nick Hengeveld | 2005-11-19 | 1 | -3/+14 |
* | Improve XML parsing in http-push | Nick Hengeveld | 2005-11-19 | 1 | -156/+163 |
* | Improve pack list response handling | Nick Hengeveld | 2005-11-19 | 1 | -2/+10 |
* | Make http-fetch request types more clear | Nick Hengeveld | 2005-11-19 | 1 | -136/+139 |
* | Isolate shared HTTP request functionality | Nick Hengeveld | 2005-11-19 | 5 | -976/+635 |
* | merge-recursive::removeFile: remove empty directories | Junio C Hamano | 2005-11-19 | 1 | -0/+4 |
* | merge-one-file: remove empty directories | Junio C Hamano | 2005-11-19 | 1 | -1/+6 |
* | Documentation: rebase-from-internal minor updates. | Junio C Hamano | 2005-11-19 | 1 | -5/+2 |
* | git-repack: do not do complex redundancy check. | Junio C Hamano | 2005-11-19 | 1 | -21/+14 |
* | git-count-objects: dc replacement | Junio C Hamano | 2005-11-19 | 1 | -1/+19 |
* | Merge http://www.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2005-11-18 | 1 | -68/+102 |
|\ |
|
| * | Add -r flag and some speedups | Paul Mackerras | 2005-11-15 | 1 | -68/+102 |
| | | |
| \ | |
*-. \ | Merge branches 'jc/branch' and 'jc/rebase' | Junio C Hamano | 2005-11-18 | 2 | -63/+34 |
|\ \ \ |
|
| | * | | Rewrite rebase to use git-format-patch piped to git-am. | Junio C Hamano | 2005-11-18 | 1 | -56/+16 |
| |/ /
|/| | |
|
| * | | git-branch: -f to forcibly reset branch head. | Junio C Hamano | 2005-11-18 | 1 | -7/+18 |
|/ / |
|
* | | Do not show .exe in git command list. | Junio C Hamano | 2005-11-18 | 1 | -1/+4 |
* | | Document the "ignore objects" feature of git-pack-redundant | Lukas Sandström | 2005-11-18 | 1 | -0/+8 |
* | | Improve the readability of git-pack-redundant | Lukas Sandström | 2005-11-18 | 1 | -13/+24 |
* | | Remove all old packfiles when doing "git repack -a -d" | Lukas Sandström | 2005-11-18 | 1 | -3/+16 |
* | | Update pull/fetch --tags documentation | Luck, Tony | 2005-11-18 | 1 | -1/+3 |
* | | Fix a bug in get_all_permutations. | Lukas Sandström | 2005-11-18 | 1 | -0/+1 |
* | | Cygwin *might* be helped with NO_MMAP | Junio C Hamano | 2005-11-18 | 1 | -0/+4 |
* | | Teach "approxidate" about weekday syntax | Linus Torvalds | 2005-11-18 | 1 | -5/+49 |
* | | Make "git fetch" less verbose by default | Linus Torvalds | 2005-11-18 | 1 | -5/+9 |
* | | Fix bug introduced by the latest changes to git-pack-redundant | Lukas Sandström | 2005-11-18 | 1 | -1/+1 |
* | | git-prune: quote possibly empty $dryrun as parameter to test | Junio C Hamano | 2005-11-18 | 1 | -1/+1 |
* | | git-am: --binary; document --resume and --binary. | Junio C Hamano | 2005-11-17 | 2 | -14/+30 |
* | | Teach "approxidate" about weekday syntax | Linus Torvalds | 2005-11-17 | 1 | -1/+17 |
* | | Make git-pack-redundant non-horribly slow on large sets of packs | Lukas Sandström | 2005-11-17 | 1 | -12/+48 |
* | | git-repack: Fix variable name | Ralf Baechle | 2005-11-17 | 1 | -3/+3 |
* | | 'make clean' forgot about some files | Nicolas Pitre | 2005-11-17 | 1 | -1/+1 |
* | | Deal with binary diff output from GNU diff 2.8.7 | Junio C Hamano | 2005-11-17 | 1 | -6/+18 |
* | | Merge branch 'tojunio' of http://locke.catalyst.net.nz/git/git-martinlanghoff | Junio C Hamano | 2005-11-17 | 1 | -42/+103 |
|\ \ |
|
| * | | archimport: allow for old style branch and public tag names | Martin Langhoff | 2005-11-17 | 1 | -6/+17 |