summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* date parsing: be friendlier to our European friends.Junio C Hamano2006-04-051-21/+56
* Tweaks to make asciidoc play nice.Francis Daly2006-04-051-4/+5
* git-commit: document --amendMarco Roeland2006-04-051-1/+23
* Merge branch 'jc/clone'Junio C Hamano2006-04-051-19/+28
|\
| * git-clone: fix handling of upsteram whose HEAD does not point at master.Junio C Hamano2006-04-021-19/+28
* | Merge branch 'pb/regex'Junio C Hamano2006-04-054-16/+57
|\ \
| * | On some platforms, certain headers need to be included before regex.hJohannes Schindelin2006-04-041-2/+2
| * | Support for pickaxe matching regular expressionsPetr Baudis2006-04-044-16/+57
* | | Avoid a crash if realloc returns a different pointer.Mike McCormack2006-04-051-0/+1
* | | Avoid a divide by zero if there's no messages to send.Mike McCormack2006-04-051-1/+6
* | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2006-04-051-106/+225
|\ \ \
| * | | [PATCH] Provide configurable UI font for gitkKeith Packard2006-04-051-6/+17
| * | | [PATCH] gitk: Use git wrapper to run git-ls-remote.Mark Wooding2006-04-051-1/+1
| * | | [PATCH] gitk: add key bindings for selecting first and last commitRutger Nijlunsing2006-04-051-6/+69
| * | | gitk: Add a help menu item to display key bindingsPaul Mackerras2006-04-051-1/+43
| * | | [PATCH] gitk: allow goto headsStephen Rothwell2006-04-051-3/+4
| * | | gitk: replace parent and children arrays with listsPaul Mackerras2006-04-021-93/+95
* | | | Add git-clean commandPavel Roskin2006-04-054-1/+132
* | | | Merge branch 'fix'Junio C Hamano2006-04-052-21/+27
|\ \ \ \
| * | | | diff_flush(): leakfix.Junio C Hamano2006-04-051-19/+25
| * | | | parse_date(): fix parsing 03/10/2006Junio C Hamano2006-04-041-2/+2
* | | | | cvsimport: use git-update-ref when updatingJohannes Schindelin2006-04-041-5/+1
* | | | | GIT 1.3.0-rc2v1.3.0-rc2Junio C Hamano2006-04-041-1/+1
* | | | | Merge in xdiff cleanup piecesJunio C Hamano2006-04-044-25/+63
|\ \ \ \ \
| * | | | | Clean-up trivially redundant diff.Davide Libenzi2006-04-044-25/+63
* | | | | | Set HTTP user agent to git/GIT_VERSIONNick Hengeveld2006-04-042-0/+5
* | | | | | git-ls-remote: send no-cache header when fetching info/refsNick Hengeveld2006-04-041-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge branch 'pe/cleanup'Junio C Hamano2006-04-0430-106/+120
|\ \ \ \ \
| * | | | | Replace xmalloc+memset(0) with xcalloc.Peter Eriksen2006-04-0410-37/+18
| * | | | | Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-0423-69/+102
| |/ / / /
* | | | | Merge branch 'lt/fix-sol-pack'Junio C Hamano2006-04-042-18/+50
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Use sigaction and SA_RESTART in read-tree.c; add option in Makefile.v1.2.5Jason Riedy2006-04-031-9/+19
| * | | safe_fgets() - even more anal fgets()Junio C Hamano2006-04-031-3/+4
| * | | pack-objects: be incredibly anal about stdio semanticsLinus Torvalds2006-04-021-1/+11
| * | | Fix Solaris stdio signal handling stupiditiesLinus Torvalds2006-04-021-8/+19
* | | | contrib/git-svn: handle array values correctlyEric Wong2006-04-041-3/+2
* | | | contrib/git-svn: make sure our git-svn is up-to-date for testEric Wong2006-04-041-1/+1
* | | | contrib/git-svn: ensure repo-config returns a value before using itEric Wong2006-04-041-3/+6
| |_|/ |/| |
* | | fix repacking with lots of tagsJim Radford2006-04-021-3/+1
* | | Documentation: revise top of git man pageJ. Bruce Fields2006-04-021-48/+41
* | | Fix sparse warnings about non-ANSI function prototypesRene Scharfe2006-04-022-2/+2
* | | Fix sparse warnings about usage of 0 instead of NULLRene Scharfe2006-04-022-21/+21
* | | Remove useless pointer updateRene Scharfe2006-04-021-1/+0
* | | contrib/git-svn: documentation updatesEric Wong2006-04-012-13/+31
* | | contrib/git-svn: accept configuration via repo-configEric Wong2006-04-011-0/+17
* | | revision: --max-age alone does not need limit_list() anymore.Junio C Hamano2006-04-011-1/+1
* | | revision: simplify argument parsing.Junio C Hamano2006-04-011-13/+7
* | | revision: --topo-order and --unpackedJunio C Hamano2006-04-011-1/+4
* | | revision: Fix --topo-order and --max-age with reachability limiting.Linus Torvalds2006-04-011-4/+6
* | | Make path-limiting be incremental when possible.Linus Torvalds2006-03-311-23/+22