summaryrefslogtreecommitdiffstats
path: root/cat-file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-04-04contrib/git-svn: make sure our git-svn is up-to-date for testEric Wong1-1/+1
2006-04-04contrib/git-svn: ensure repo-config returns a value before using itEric Wong1-3/+6
2006-04-04Use sigaction and SA_RESTART in read-tree.c; add option in Makefile.v1.2.5Jason Riedy1-9/+19
2006-04-04safe_fgets() - even more anal fgets()Junio C Hamano1-3/+4
2006-04-03fix repacking with lots of tagsJim Radford1-3/+1
2006-04-03Documentation: revise top of git man pageJ. Bruce Fields1-48/+41
2006-04-02pack-objects: be incredibly anal about stdio semanticsLinus Torvalds1-1/+11
2006-04-02Fix Solaris stdio signal handling stupiditiesLinus Torvalds1-8/+19
2006-04-02Fix sparse warnings about non-ANSI function prototypesRene Scharfe2-2/+2
2006-04-02Fix sparse warnings about usage of 0 instead of NULLRene Scharfe2-21/+21
2006-04-02Remove useless pointer updateRene Scharfe1-1/+0
2006-04-02contrib/git-svn: documentation updatesEric Wong2-13/+31
2006-04-02contrib/git-svn: accept configuration via repo-configEric Wong1-0/+17
2006-04-02revision: --max-age alone does not need limit_list() anymore.Junio C Hamano1-1/+1
2006-04-02revision: simplify argument parsing.Junio C Hamano1-13/+7
2006-04-02revision: --topo-order and --unpackedJunio C Hamano1-1/+4
2006-04-02revision: Fix --topo-order and --max-age with reachability limiting.Linus Torvalds1-4/+6
2006-04-01Make path-limiting be incremental when possible.Linus Torvalds1-23/+22
2006-04-01Move "--parent" parsing into generic revision.c library codeLinus Torvalds4-12/+8
2006-04-01Makefile: many programs now depend on xdiff/lib.a having been built.Junio C Hamano1-4/+4
2006-03-31rev-list --boundary: fix re-injecting boundary commits.Junio C Hamano1-9/+18
2006-03-31gitk: Better workaround for arrows on diagonal line segmentsPaul Mackerras1-16/+21
2006-03-31contrib/git-svn: force GIT_DIR to an absolute pathEric Wong1-2/+5
2006-03-31git-clone: exit early if repo isn't specifiedYasushi SHOJI1-2/+8
2006-03-31Make git-clone to take long double-dashed origin option (--origin)Yasushi SHOJI1-5/+6
2006-03-31gitk: Allow top panes to scroll horizontally with mouse button 2Paul Mackerras1-10/+35
2006-03-31gitk: Prevent parent link from overwriting commit headlinePaul Mackerras1-9/+9
2006-03-30gitk: Show diffs for boundary commitsPaul Mackerras1-2/+2
2006-03-30tree/diff header cleanup.Junio C Hamano13-143/+156
2006-03-30assume unchanged git: diff-index fix.Junio C Hamano1-3/+1
2006-03-30gitk: Use the new --boundary flag to git-rev-listPaul Mackerras1-3/+12
2006-03-30revision.c "..B" syntax: constness fixJunio C Hamano1-5/+4
2006-03-30revision arguments: ..B means HEAD..B, just like A.. means A..HEADJunio C Hamano2-12/+18
2006-03-29rev-list --boundaryJunio C Hamano3-7/+51
2006-03-29rev-list: memory usage reduction.Junio C Hamano1-3/+3
2006-03-28rev-list --no-merges: argument parsing fix.Junio C Hamano1-1/+1
2006-03-28xdiff: Show function names in hunk headers.Mark Wooding7-6/+60
2006-03-28Add ALL_LDFLAGS to the git target.Jason Riedy1-1/+2
2006-03-28GIT 1.3.0 rc1v1.3.0-rc1Junio C Hamano1-1/+1
2006-03-27add clean and ignore rules for xdiff/Junio C Hamano2-3/+3
2006-03-27Optionally do not list empty directories in git-ls-files --othersPetr Baudis2-8/+28
2006-03-27Document git-rebase behavior on conflicts.J. Bruce Fields1-0/+12
2006-03-27Remove dependency on a file named "-lz"Johannes Schindelin1-3/+3
2006-03-27Fix error handling for nonexistent namesLinus Torvalds2-4/+6
2006-03-26git-push: make --thin pack transfer the default.Junio C Hamano1-2/+4
2006-03-26git-svnimport: if a limit is specified, respect itAnand Kumria1-1/+1
2006-03-26true built-in diff: run everything in-core.Junio C Hamano1-162/+94
2006-03-26contrib/git-svn: stabilize memory usage for big fetchesEric Wong1-46/+63
2006-03-26send-email: lazy-load Email::Valid and make it optionalEric Wong1-3/+13
2006-03-26send-email: try to order messages in email clients more correctlyEric Wong1-2/+3