summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Move "--parent" parsing into generic revision.c library codeLinus Torvalds2006-03-314-12/+8
* | Makefile: many programs now depend on xdiff/lib.a having been built.Junio C Hamano2006-03-311-4/+4
* | rev-list --boundary: fix re-injecting boundary commits.Junio C Hamano2006-03-301-9/+18
* | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2006-03-301-40/+79
|\ \
| * | gitk: Better workaround for arrows on diagonal line segmentsPaul Mackerras2006-03-311-16/+21
| * | gitk: Allow top panes to scroll horizontally with mouse button 2Paul Mackerras2006-03-311-10/+35
| * | gitk: Prevent parent link from overwriting commit headlinePaul Mackerras2006-03-311-9/+9
| * | gitk: Show diffs for boundary commitsPaul Mackerras2006-03-301-2/+2
| * | gitk: Use the new --boundary flag to git-rev-listPaul Mackerras2006-03-301-3/+12
* | | contrib/git-svn: force GIT_DIR to an absolute pathEric Wong2006-03-301-2/+5
* | | git-clone: exit early if repo isn't specifiedYasushi SHOJI2006-03-301-2/+8
* | | Make git-clone to take long double-dashed origin option (--origin)Yasushi SHOJI2006-03-301-5/+6
* | | tree/diff header cleanup.Junio C Hamano2006-03-2913-143/+156
* | | assume unchanged git: diff-index fix.Junio C Hamano2006-03-291-3/+1
* | | revision.c "..B" syntax: constness fixJunio C Hamano2006-03-291-5/+4
* | | revision arguments: ..B means HEAD..B, just like A.. means A..HEADJunio C Hamano2006-03-292-12/+18
* | | rev-list --boundaryJunio C Hamano2006-03-283-7/+51
* | | rev-list: memory usage reduction.Junio C Hamano2006-03-281-3/+3
* | | rev-list --no-merges: argument parsing fix.Junio C Hamano2006-03-281-1/+1
* | | xdiff: Show function names in hunk headers.Mark Wooding2006-03-277-6/+60
* | | Add ALL_LDFLAGS to the git target.Jason Riedy2006-03-271-1/+2
* | | GIT 1.3.0 rc1v1.3.0-rc1Junio C Hamano2006-03-271-1/+1
* | | Merge branch ak/svnJunio C Hamano2006-03-271-1/+1
|\ \ \
| * | | git-svnimport: if a limit is specified, respect itAnand Kumria2006-03-261-1/+1
* | | | Merge branch 'lt/diffgen' into nextJunio C Hamano2006-03-262-6/+6
|\ \ \ \