Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'mk/rename' | Junio C Hamano | 2006-08-12 | 11 | -141/+166 |
|\ | |||||
| * | git-verify-pack: make builtin | Rene Scharfe | 2006-08-10 | 4 | -7/+11 |
| * | Merge branch 'master' into mk/rename | Junio C Hamano | 2006-08-10 | 19 | -77/+208 |
| |\ | |||||
| * \ | Merge branch 'master' into mk/rename | Junio C Hamano | 2006-08-08 | 17 | -26/+264 |
| |\ \ | |||||
| * | | | git.c: Rename NEEDS_PREFIX to RUN_SETUP | Junio C Hamano | 2006-08-04 | 1 | -36/+36 |
| * | | | builtins: Makefile clean-up | Junio C Hamano | 2006-08-04 | 5 | -106/+116 |
| * | | | Make git-checkout-index a builtin | Junio C Hamano | 2006-08-04 | 4 | -16/+18 |
| * | | | Make git-symbolic-ref a builtin | Matthias Kestenholz | 2006-08-03 | 4 | -5/+7 |
| * | | | Make git-unpack-objects a builtin | Matthias Kestenholz | 2006-08-03 | 4 | -7/+9 |
| * | | | Make git-pack-objects a builtin | Matthias Kestenholz | 2006-08-03 | 4 | -5/+7 |
| * | | | Make git-name-rev a builtin | Matthias Kestenholz | 2006-08-03 | 4 | -5/+8 |
* | | | | Merge branch 'ml/pager' | Junio C Hamano | 2006-08-12 | 2 | -1/+6 |
|\ \ \ \ | |||||
| * | | | | pager: environment variable GIT_PAGER to override PAGER | Matthias Lederhofer | 2006-07-31 | 2 | -1/+6 |
* | | | | | GIT 1.4.2v1.4.2 | Junio C Hamano | 2006-08-12 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | upload-pack: fix timeout in create_pack_filev1.4.1.1 | Matthias Lederhofer | 2006-07-24 | 1 | -0/+2 |
* | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2006-08-12 | 1 | -26/+121 |
|\ \ \ \ \ \ | |||||
| * | | | | | | gitk: Show the currently checked-out head in bold font | Paul Mackerras | 2006-07-06 | 1 | -5/+22 |
| * | | | | | | gitk: Allow the user to set some colors | Paul Mackerras | 2006-07-05 | 1 | -23/+101 |
* | | | | | | | t/t4013: fix futzing with the version string. | Junio C Hamano | 2006-08-12 | 1 | -2/+4 |
* | | | | | | | Better error message when we are unable to lock the index file | Junio C Hamano | 2006-08-12 | 11 | -32/+20 |
* | | | | | | | git-am: give better diagnostics when the patch does not apply during --3way | Junio C Hamano | 2006-08-12 | 1 | -9/+19 |
* | | | | | | | Merge branch 'rj/header' | Junio C Hamano | 2006-08-12 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix header breakage with _XOPEN_SOURCE. | Ramsay Allan Jones | 2006-08-02 | 1 | -0/+1 |
* | | | | | | | | git-svn: split the path from the url correctly with limited perms | Eric Wong | 2006-08-11 | 1 | -14/+11 |
* | | | | | | | | git-sh-setup: do not use repo-config to test the git directory | Junio C Hamano | 2006-08-11 | 1 | -8/+3 |
* | | | | | | | | git-svn: bugfix: allow SVN:: lib users to track the root of the repository | Eric Wong | 2006-08-11 | 1 | -1/+4 |
* | | | | | | | | git-svn: correctly kill keyword expansion without munging EOLs | Eric Wong | 2006-08-11 | 1 | -41/+4 |
* | | | | | | | | drop length argument of has_extension | Rene Scharfe | 2006-08-11 | 8 | -10/+11 |
* | | | | | | | | Merge branch 'rn/push-dav' | Junio C Hamano | 2006-08-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | http-push: Make WebDAV work with (broken?) default apache2 WebDAV module | Rutger Nijlunsing | 2006-08-09 | 1 | -1/+1 |
* | | | | | | | | | Add Documentation/howto/setup-git-server-over-http.txt | Rutger Nijlunsing | 2006-08-10 | 1 | -0/+256 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | git-verify-pack: no need to count errors | Rene Scharfe | 2006-08-10 | 1 | -3/+3 |
* | | | | | | | | git-verify-pack: buffer overrun paranoia | Rene Scharfe | 2006-08-10 | 1 | -0/+9 |
* | | | | | | | | git-verify-pack: free pack after use and a cleanup | Rene Scharfe | 2006-08-10 | 1 | -3/+8 |
* | | | | | | | | git-verify-pack: get rid of while loop | Rene Scharfe | 2006-08-10 | 1 | -16/+16 |
* | | | | | | | | git-verify-pack: insist on .idx extension | Rene Scharfe | 2006-08-10 | 1 | -6/+5 |
* | | | | | | | | git-verify-pack: more careful path handling | Rene Scharfe | 2006-08-10 | 1 | -7/+9 |
* | | | | | | | | git-verify-pack: show usage when no pack was specified | Rene Scharfe | 2006-08-10 | 1 | -0/+6 |
* | | | | | | | | Add has_extension() | Rene Scharfe | 2006-08-10 | 8 | -8/+14 |
* | | | | | | | | builtin-apply: remove unused increment | Junio C Hamano | 2006-08-10 | 1 | -3/+1 |
* | | | | | | | | Fix git-diff A...B | Junio C Hamano | 2006-08-10 | 1 | -0/+1 |
* | | | | | | | | combine-diff: use color | Junio C Hamano | 2006-08-10 | 1 | -16/+34 |
|/ / / / / / / | |||||
* | | | | | | | git-apply: applying a patch to make a symlink shorter. | Junio C Hamano | 2006-08-09 | 2 | -0/+60 |
* | | | | | | | allow diff.renamelimit to be set regardless of -M/-Cv1.4.2-rc4 | Junio C Hamano | 2006-08-09 | 1 | -3/+0 |
* | | | | | | | make --find-copies-harder imply -C | Junio C Hamano | 2006-08-09 | 1 | -3/+4 |
* | | | | | | | find_unique_abbrev() with len=0 should not abbreviate | Junio C Hamano | 2006-08-09 | 1 | -1/+1 |
* | | | | | | | check return value from diff_setup_done() | Junio C Hamano | 2006-08-09 | 2 | -2/+4 |
* | | | | | | | Fix tutorial-2.html | Junio C Hamano | 2006-08-09 | 1 | -0/+1 |
* | | | | | | | Documentation: git-status takes the same options as git-commit | Junio C Hamano | 2006-08-08 | 1 | -1/+5 |
* | | | | | | | Update git-init-db(1) and documentation of core.sharedRepository | Jonas Fonseca | 2006-08-08 | 2 | -19/+41 |
| |_|_|_|_|/ |/| | | | | |