aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Match ofs/cnt types in diff interface.Junio C Hamano2006-04-06
* blame: use built-in xdiffJunio C Hamano2006-04-05
* combine-diff: move the code to parse hunk-header into common library.Junio C Hamano2006-04-05
* combine-diff: refactor built-in xdiff interface.Junio C Hamano2006-04-05
* combine-diff: use built-in xdiff.Junio C Hamano2006-04-04
* GIT 1.3.0-rc2v1.3.0-rc2Junio C Hamano2006-04-04
* Merge in xdiff cleanup piecesJunio C Hamano2006-04-04
|\
| * Clean-up trivially redundant diff.Davide Libenzi2006-04-04
* | Set HTTP user agent to git/GIT_VERSIONNick Hengeveld2006-04-04
* | git-ls-remote: send no-cache header when fetching info/refsNick Hengeveld2006-04-04
* | Merge branch 'pe/cleanup'Junio C Hamano2006-04-04
|\ \
| * | Replace xmalloc+memset(0) with xcalloc.Peter Eriksen2006-04-04
| * | Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-04
| |/
* | Merge branch 'lt/fix-sol-pack'Junio C Hamano2006-04-04
|\ \ | |/ |/|
| * Use sigaction and SA_RESTART in read-tree.c; add option in Makefile.v1.2.5Jason Riedy2006-04-03
| * safe_fgets() - even more anal fgets()Junio C Hamano2006-04-03
| * pack-objects: be incredibly anal about stdio semanticsLinus Torvalds2006-04-02
| * Fix Solaris stdio signal handling stupiditiesLinus Torvalds2006-04-02
* | contrib/git-svn: handle array values correctlyEric Wong2006-04-04
* | contrib/git-svn: make sure our git-svn is up-to-date for testEric Wong2006-04-04
* | contrib/git-svn: ensure repo-config returns a value before using itEric Wong2006-04-04
* | fix repacking with lots of tagsJim Radford2006-04-02
* | Documentation: revise top of git man pageJ. Bruce Fields2006-04-02
* | Fix sparse warnings about non-ANSI function prototypesRene Scharfe2006-04-02
* | Fix sparse warnings about usage of 0 instead of NULLRene Scharfe2006-04-02
* | Remove useless pointer updateRene Scharfe2006-04-02
* | contrib/git-svn: documentation updatesEric Wong2006-04-01
* | contrib/git-svn: accept configuration via repo-configEric Wong2006-04-01
* | revision: --max-age alone does not need limit_list() anymore.Junio C Hamano2006-04-01
* | revision: simplify argument parsing.Junio C Hamano2006-04-01
* | revision: --topo-order and --unpackedJunio C Hamano2006-04-01
* | revision: Fix --topo-order and --max-age with reachability limiting.Linus Torvalds2006-04-01
* | Make path-limiting be incremental when possible.Linus Torvalds2006-03-31
* | Move "--parent" parsing into generic revision.c library codeLinus Torvalds2006-03-31
* | Makefile: many programs now depend on xdiff/lib.a having been built.Junio C Hamano2006-03-31
* | rev-list --boundary: fix re-injecting boundary commits.Junio C Hamano2006-03-30
* | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2006-03-30
|\ \
| * | gitk: Better workaround for arrows on diagonal line segmentsPaul Mackerras2006-03-31
| * | gitk: Allow top panes to scroll horizontally with mouse button 2Paul Mackerras2006-03-31
| * | gitk: Prevent parent link from overwriting commit headlinePaul Mackerras2006-03-31
| * | gitk: Show diffs for boundary commitsPaul Mackerras2006-03-30
| * | gitk: Use the new --boundary flag to git-rev-listPaul Mackerras2006-03-30
* | | contrib/git-svn: force GIT_DIR to an absolute pathEric Wong2006-03-30
* | | git-clone: exit early if repo isn't specifiedYasushi SHOJI2006-03-30
* | | Make git-clone to take long double-dashed origin option (--origin)Yasushi SHOJI2006-03-30
* | | tree/diff header cleanup.Junio C Hamano2006-03-29
* | | assume unchanged git: diff-index fix.Junio C Hamano2006-03-29
* | | revision.c "..B" syntax: constness fixJunio C Hamano2006-03-29
* | | revision arguments: ..B means HEAD..B, just like A.. means A..HEADJunio C Hamano2006-03-29
* | | rev-list --boundaryJunio C Hamano2006-03-28