summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-07git-add -i: update removed path correctly.Junio C Hamano
2007-02-07t4200: skip gc-rerere test on systems with non GNU date.Junio C Hamano
2007-02-07Merge branch 'ml/gitk' (early part)Junio C Hamano
2007-02-07fast-import: Fix compile warningsJohannes Schindelin
2007-02-07for-each-reflog: fix case for empty log directoryJunio C Hamano
2007-02-07Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-02-07git-clone --reference: work well with pack-ref'ed reference repositoryJunio C Hamano
2007-02-07Add a Tips and Tricks section to fast-import's manual.Shawn O. Pearce
2007-02-07Avoid ActiveState Perl IO in t800[12]Alex Riesen
2007-02-07Documentation: add KMail in SubmittingPatchesMichael
2007-02-07Don't crash fast-import if the marks cannot be exported.Shawn O. Pearce
2007-02-07Dump all refs and marks during a checkpoint in fast-import.Shawn O. Pearce
2007-02-07Teach fast-import how to sit quietly in the corner.Shawn O. Pearce
2007-02-07Teach fast-import how to clear the internal branch content.Shawn O. Pearce
2007-02-07Minor timestamp related documentation corrections for fast-import.Shawn O. Pearce
2007-02-07Remove git-merge-recurJunio C Hamano
2007-02-07Add deprecation notices.Junio C Hamano
2007-02-07Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-02-07Remove contrib/colordiffJunio C Hamano
2007-02-06Call make always with CFLAGS in git.specHorst H. von Brand
2007-02-06add replay and log to the usage string of git-bisectUwe Kleine-König
2007-02-06S_IFLNK != 0140000Junio C Hamano
2007-02-06Don't do non-fastforward updates in fast-import.Shawn O. Pearce
2007-02-06Support RFC 2822 date parsing in fast-import.Shawn O. Pearce
2007-02-06Minor fast-import documentation corrections.Shawn O. Pearce
2007-02-06Remove unnecessary null pointer checks in fast-import.Shawn O. Pearce
2007-02-06Correct fast-import timezone documentation.Shawn O. Pearce
2007-02-06annotate: fix for cvsserver.Junio C Hamano
2007-02-06gitweb: fix mismatched parenthesisJunio C Hamano
2007-02-06git-push: allow globbing wildcard refspec.Junio C Hamano
2007-02-06Correct minor style issue in fast-import.Shawn O. Pearce
2007-02-06Correct compiler warnings in fast-import.Shawn O. Pearce
2007-02-06Remove --branch-log from fast-import.Shawn O. Pearce
2007-02-06bash: Complete git-remote subcommands.Shawn O. Pearce
2007-02-06bash: Support git-rebase -m continuation completion.Shawn O. Pearce
2007-02-06Initial draft of fast-import documentation.Shawn O. Pearce
2007-02-06Don't support shell-quoted refnames in fast-import.Shawn O. Pearce
2007-02-06gitk: Use show-ref instead of ls-remoteJunio C Hamano
2007-02-06Make gitk work reasonably well on Cygwin.Mark Levedahl
2007-02-06gitk - remove trailing whitespace from a few lines.Mark Levedahl
2007-02-06Fix longstanding mismerge of ALL_CFLAGS vs BASIC_CFLAGSJunio C Hamano
2007-02-05pager: Work around window resizing bug in 'less'Linus Torvalds
2007-02-05Teach git-remote add to fetch and trackJunio C Hamano
2007-02-05blame: document --contents optionJunio C Hamano
2007-02-05Use pretend_sha1_file() in git-blame and git-merge-recursive.Junio C Hamano
2007-02-05Add pretend_sha1_file() interface.Junio C Hamano
2007-02-05git-blame: no rev means start from the working tree file.Junio C Hamano
2007-02-05git-blame: an Emacs minor mode to view file with git-blame output.David Kågedal
2007-02-05Allow forcing of a parent commit, even if the parent is not a direct one.Simon 'corecode' Schubert
2007-02-05bisect: it needs to be done in a working tree.Junio C Hamano