summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-blame: Add Emacs Lisp file headers and GNU GPL boilerplateJakub Narebski2007-02-091-3/+72
* Documentation/git-pull: describe default behaviour and config interactionsJunio C Hamano2007-02-081-0/+54
* reflog: handle $name => remotes/%s/HEAD mapping consistently for logsJunio C Hamano2007-02-081-8/+21
* log --reflog: use dwim_logJohannes Schindelin2007-02-083-1/+15
* format-patch -n: make sorting easier by padding numberJohannes Schindelin2007-02-081-1/+12
* log --reflog: honour --relative-dateJohannes Schindelin2007-02-083-7/+10
* for_each_reflog_ent: be forgiving about missing messageJohannes Schindelin2007-02-081-3/+5
* Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-02-082-84/+190
|\
| * tar archive frontend for fast-import.Shawn O. Pearce2007-02-081-0/+105
| * Correct spelling of fast-import in docs.Shawn O. Pearce2007-02-081-78/+78
| * Correct some language in fast-import documentation.Shawn O. Pearce2007-02-081-5/+6
| * Correct ^0 asciidoc syntax in fast-import docs.Shawn O. Pearce2007-02-081-2/+2
* | git reflog showLinus Torvalds2007-02-084-10/+58
* | add -C[NUM] to git-amMichael S. Tsirkin2007-02-084-6/+25
* | Update git-log and git-show documentationMichael S. Tsirkin2007-02-082-1/+4
* | Read cvsimport options from repo-configJames Bowes2007-02-071-1/+29
* | create_symref(): create leading directories as needed.Junio C Hamano2007-02-071-0/+3
* | GIT v1.5.0-rc4v1.5.0-rc4Junio C Hamano2007-02-071-1/+1
* | Documentation: Add gfi to the main command list.Junio C Hamano2007-02-071-0/+1
* | Fix "git log -z" behaviourLinus Torvalds2007-02-071-4/+3
* | git-add -i: update removed path correctly.Junio C Hamano2007-02-071-2/+1
* | t4200: skip gc-rerere test on systems with non GNU date.Junio C Hamano2007-02-071-20/+17
* | Merge branch 'ml/gitk' (early part)Junio C Hamano2007-02-071-132/+156
|\ \
| * | gitk: Use show-ref instead of ls-remoteJunio C Hamano2007-02-051-2/+2
| * | Make gitk work reasonably well on Cygwin.Mark Levedahl2007-02-051-126/+150
| * | gitk - remove trailing whitespace from a few lines.Mark Levedahl2007-02-051-4/+4
* | | fast-import: Fix compile warningsJohannes Schindelin2007-02-071-3/+5
* | | for-each-reflog: fix case for empty log directoryJunio C Hamano2007-02-071-1/+3
* | | Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-02-073-57/+277
|\ \ \ | | |/ | |/|
| * | Add a Tips and Tricks section to fast-import's manual.Shawn O. Pearce2007-02-071-0/+87
| * | Don't crash fast-import if the marks cannot be exported.Shawn O. Pearce2007-02-071-2/+6
| * | Dump all refs and marks during a checkpoint in fast-import.Shawn O. Pearce2007-02-072-9/+27
| * | Teach fast-import how to sit quietly in the corner.Shawn O. Pearce2007-02-072-33/+49
| * | Teach fast-import how to clear the internal branch content.Shawn O. Pearce2007-02-073-6/+94
| * | Minor timestamp related documentation corrections for fast-import.Shawn O. Pearce2007-02-071-7/+14
* | | git-clone --reference: work well with pack-ref'ed reference repositoryJunio C Hamano2007-02-071-35/+21
* | | Avoid ActiveState Perl IO in t800[12]Alex Riesen2007-02-071-1/+2
* | | Documentation: add KMail in SubmittingPatchesMichael2007-02-071-1/+17
* | | Remove git-merge-recurJunio C Hamano2007-02-062-7/+2
* | | Add deprecation notices.Junio C Hamano2007-02-062-1/+3
* | | Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-02-065-0/+3139
|\ \ \ | |/ /
| * | S_IFLNK != 0140000Junio C Hamano2007-02-062-2/+2
| * | Don't do non-fastforward updates in fast-import.Shawn O. Pearce2007-02-063-17/+143
| * | Support RFC 2822 date parsing in fast-import.Shawn O. Pearce2007-02-063-24/+214
| * | Minor fast-import documentation corrections.Shawn O. Pearce2007-02-061-14/+18
| * | Remove unnecessary null pointer checks in fast-import.Shawn O. Pearce2007-02-061-10/+5
| * | Correct fast-import timezone documentation.Shawn O. Pearce2007-02-061-2/+2
| * | Correct minor style issue in fast-import.Shawn O. Pearce2007-02-061-17/+17
| * | Correct compiler warnings in fast-import.Shawn O. Pearce2007-02-061-4/+5
| * | Remove --branch-log from fast-import.Shawn O. Pearce2007-02-062-39/+0