summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-06-23gitk: Implement a simple scheduler for the compute-intensive stuffLibravatar Paul Mackerras1-253/+310
2007-06-23gitk: Improve the behaviour of the initial selectionLibravatar Paul Mackerras1-8/+30
2007-06-23gitk: Add some more comments to the optimize_rows procedureLibravatar Paul Mackerras1-0/+12
2007-06-23gitk: Don't try to list large numbers of tags or heads in the details paneLibravatar Paul Mackerras1-18/+24
2007-06-23gitk: New infrastructure for working out branches & previous/next tagsLibravatar Paul Mackerras1-350/+890
2007-06-22Fix up "git log --follow" a bit..Libravatar Linus Torvalds1-9/+28
2007-06-22Finally implement "git log --follow"Libravatar Linus Torvalds5-1/+70
2007-06-22Merge branch 'jc/oneline'Libravatar Junio C Hamano1-2/+2
2007-06-22Merge branch 'ei/oneline+add-empty'Libravatar Junio C Hamano13-239/+410
2007-06-22filter-branch: add example to move everything into a subdirectoryLibravatar Johannes Schindelin2-0/+16
2007-06-22Merge branch 'js/filter'Libravatar Junio C Hamano3-1/+537
2007-06-22Two trivial -Wcast-qual fixesLibravatar Junio C Hamano2-2/+2
2007-06-22diffcore-rename: favour identical basenamesLibravatar Johannes Schindelin2-1/+45
2007-06-22Document git-gui, git-citool as mainporcelain manual pagesLibravatar Shawn O. Pearce4-5/+156
2007-06-22Generate tags with correct timestamp (git-svnimport)Libravatar Dave O'Neill2-24/+3
2007-06-22Import branch 'git-p4' of git://repo.or.cz/fast-exportLibravatar Shawn O. Pearce3-0/+1737
2007-06-22Avoid src:dst syntax as default bash completion for git pushLibravatar Shawn O. Pearce1-1/+1
2007-06-22git-gui: Don't require $DISPLAY just to get --versionLibravatar Shawn O. Pearce2-7/+8
2007-06-22Make it possible to specify the HEAD for the internal findUpstreamBranchPoint...Libravatar Simon Hausmann1-2/+2
2007-06-20Merge branch 'maint'Libravatar Shawn O. Pearce2-2/+12
2007-06-20git-gui: Quiet our installation processLibravatar Shawn O. Pearce1-9/+33
2007-06-20git-gui: Bind Tab/Shift-Tab to cycle between panes in blameLibravatar Shawn O. Pearce1-1/+5
2007-06-20git-gui: Correctly install to /usr/bin on CygwinLibravatar Shawn O. Pearce1-1/+7
2007-06-20Cloning from a repo without "current branch"Libravatar Nanako Shiraishi1-7/+13
2007-06-20Change default man page path to /usr/share/manLibravatar Ismail Dönmez1-1/+1
2007-06-20INSTALL: explain how to build documentationLibravatar Junio C Hamano1-4/+10
2007-06-20cvsserver: Actually implement --export-allLibravatar Alex Riesen1-2/+2
2007-06-20Added git-p4 branches command that shows the mapping of perforce depot paths ...Libravatar Simon Hausmann1-1/+27
2007-06-17Warn about conflicting p4 branch mappings and use the first one found.Libravatar Simon Hausmann1-0/+6
2007-06-17Fix the branch mapping detection to be independent from the order of the "p4 ...Libravatar Simon Hausmann1-3/+13
2007-06-16Fix ALLOC_GROW calls with obsolete semanticsLibravatar Jeff King1-2/+2
2007-06-16Merge branch 'jk/add-empty' into ei/oneline+add-emptyLibravatar Junio C Hamano3-53/+51
2007-06-16pp_header(): work around possible memory corruptionLibravatar Johannes Schindelin1-2/+2
2007-06-16Fix ALLOC_GROW off-by-oneLibravatar Jeff King1-1/+1
2007-06-16Document git log --full-diffLibravatar Jakub Narebski1-0/+7
2007-06-16Document git log --abbrev-commit, as a kind of pretty optionLibravatar Jakub Narebski1-0/+9
2007-06-16Use tabs for indenting definition list for options in git-log.txtLibravatar Jakub Narebski1-1/+1
2007-06-16Document git rev-list --timestampLibravatar Jakub Narebski1-0/+4
2007-06-16Document git reflog --stale-fixLibravatar Jakub Narebski1-0/+13
2007-06-16Document git rev-parse --is-inside-git-dirLibravatar Jakub Narebski1-0/+4
2007-06-16Document git read-tree --trivialLibravatar Jakub Narebski2-2/+8
2007-06-16Document git rev-list --full-historyLibravatar Jakub Narebski1-0/+9
2007-06-16git-p4 fails when cloning a p4 depo.Libravatar Benjamin Sergeant1-3/+17
2007-06-16Do not use h_errno after connect(2): the function does not set itLibravatar Alex Riesen1-4/+2
2007-06-16Documentation: update "stale" links for 1.5.2.2Libravatar Junio C Hamano1-1/+3
2007-06-16Fix initial multi-branch import.Libravatar Simon Hausmann1-0/+1
2007-06-16Merge branch 'jc/remote'Libravatar Junio C Hamano3-85/+275
2007-06-16Merge branch 'gp/branch'Libravatar Junio C Hamano2-2/+16
2007-06-16Merge branch 'fl/cvsserver'Libravatar Junio C Hamano3-8/+171
2007-06-16Merge branch 'lh/submodule'Libravatar Junio C Hamano4-23/+115