summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-06blame.c: fix completely broken ancestry traversal.Junio C Hamano
2006-04-05Tweaks to make asciidoc play nice.Francis Daly
2006-04-05git-commit: document --amendMarco Roeland
2006-04-05Merge branch 'jc/clone'Junio C Hamano
2006-04-05Merge branch 'pb/regex'Junio C Hamano
2006-04-05Avoid a crash if realloc returns a different pointer.Mike McCormack
2006-04-05Avoid a divide by zero if there's no messages to send.Mike McCormack
2006-04-05Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2006-04-05Add git-clean commandPavel Roskin
2006-04-05Merge branch 'fix'Junio C Hamano
2006-04-05diff_flush(): leakfix.Junio C Hamano
2006-04-05parse_date(): fix parsing 03/10/2006Junio C Hamano
2006-04-05[PATCH] Provide configurable UI font for gitkKeith Packard
2006-04-05[PATCH] gitk: Use git wrapper to run git-ls-remote.Mark Wooding
2006-04-05[PATCH] gitk: add key bindings for selecting first and last commitRutger Nijlunsing
2006-04-05On some platforms, certain headers need to be included before regex.hJohannes Schindelin
2006-04-05cvsimport: use git-update-ref when updatingJohannes Schindelin
2006-04-04gitk: Add a help menu item to display key bindingsPaul Mackerras
2006-04-04[PATCH] gitk: allow goto headsStephen Rothwell
2006-04-04GIT 1.3.0-rc2v1.3.0-rc2Junio C Hamano
2006-04-04Merge in xdiff cleanup piecesJunio C Hamano
2006-04-04Set HTTP user agent to git/GIT_VERSIONNick Hengeveld
2006-04-04git-ls-remote: send no-cache header when fetching info/refsNick Hengeveld
2006-04-04Support for pickaxe matching regular expressionsPetr Baudis
2006-04-04Merge branch 'pe/cleanup'Junio C Hamano
2006-04-04Merge branch 'lt/fix-sol-pack'Junio C Hamano
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-04-04Clean-up trivially redundant diff.Davide Libenzi
2006-04-04contrib/git-svn: handle array values correctlyEric Wong
2006-04-04contrib/git-svn: make sure our git-svn is up-to-date for testEric Wong
2006-04-04contrib/git-svn: ensure repo-config returns a value before using itEric Wong
2006-04-04Use sigaction and SA_RESTART in read-tree.c; add option in Makefile.v1.2.5Jason Riedy
2006-04-04safe_fgets() - even more anal fgets()Junio C Hamano
2006-04-03git-clone: fix handling of upsteram whose HEAD does not point at master.Junio C Hamano
2006-04-03fix repacking with lots of tagsJim Radford
2006-04-03Documentation: revise top of git man pageJ. Bruce Fields
2006-04-02pack-objects: be incredibly anal about stdio semanticsLinus Torvalds
2006-04-02Fix Solaris stdio signal handling stupiditiesLinus Torvalds
2006-04-02Fix sparse warnings about non-ANSI function prototypesRene Scharfe
2006-04-02Fix sparse warnings about usage of 0 instead of NULLRene Scharfe
2006-04-02Remove useless pointer updateRene Scharfe
2006-04-02gitk: replace parent and children arrays with listsPaul Mackerras
2006-04-02contrib/git-svn: documentation updatesEric Wong
2006-04-02contrib/git-svn: accept configuration via repo-configEric Wong
2006-04-02revision: --max-age alone does not need limit_list() anymore.Junio C Hamano
2006-04-02revision: simplify argument parsing.Junio C Hamano
2006-04-02revision: --topo-order and --unpackedJunio C Hamano
2006-04-02revision: Fix --topo-order and --max-age with reachability limiting.Linus Torvalds
2006-04-01Make path-limiting be incremental when possible.Linus Torvalds