summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | Add repository-layout document.Junio C Hamano2005-09-014-14/+148
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Use 'git status' now it can handle initial commit.Junio C Hamano2005-08-311-25/+20
* | | | | | | | | | | | | Fix git-status when HEAD is invalid.Junio C Hamano2005-08-311-4/+16
* | | | | | | | | | | | | Fix git-log-script when HEAD is invalid.Junio C Hamano2005-08-311-2/+13
* | | | | | | | | | | | | Add Pine 4.63 help from Daniel.Junio C Hamano2005-08-311-0/+12
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Update tutorial.Junio C Hamano2005-08-301-291/+370
* | | | | | | | | | | | show-branch: make it work in a subdirectory.Junio C Hamano2005-08-301-0/+2
* | | | | | | | | | | | [PATCH] Initial import of git-archimport-scriptMartin Langhoff2005-08-301-0/+593
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | cat-file: make it work in a subdirectory.Junio C Hamano2005-08-301-0/+1
* | | | | | | | | | | Documentaion updates.Junio C Hamano2005-08-309-357/+508
* | | | | | | | | | | 'git bisect visualize'Junio C Hamano2005-08-301-6/+22
* | | | | | | | | | | [PATCH] Fix bisection terminating conditionLinus Torvalds2005-08-301-2/+6
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | parse-remote: trivial fix to allow refs/{heads,tags}/ spelled easier.Junio C Hamano2005-08-301-0/+4
* | | | | | | | | | Merge refs/heads/master from paulus Junio C Hamano2005-08-301-19/+126
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Draw selected graph line thicker and make arrowheads active.Paul Mackerras2005-08-301-19/+126
* | | | | | | | | | | Make sure howto/*.html is built as well.Junio C Hamano2005-08-291-2/+2
* | | | | | | | | | | [PATCH] Make "git resolve" less scaryLinus Torvalds2005-08-291-1/+3
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Allow asciidoc formatted documentation in howto/Junio C Hamano2005-08-293-4/+18
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Add [HOWTO] revert/branch/rebase.Junio C Hamano2005-08-291-0/+199
* | | | | | | | | git commit: Allow editing on all occasions.Junio C Hamano2005-08-291-0/+3
* | | | | | | | | Do not verify reverted/cherry-picked/rebased patches.Junio C Hamano2005-08-291-1/+1
* | | | | | | | | Fix compilation warnings.Junio C Hamano2005-08-292-2/+2
* | | | | | | | | [PATCH] Update Thunderbird specific hints.A Large Angry SCM2005-08-291-6/+2
* | | | | | | | | [PATCH] Documentation for git-request-pull-script.A Large Angry SCM2005-08-291-8/+10
* | | | | | | | | [PATCH] Documentation for git-clone-dumb-http.A Large Angry SCM2005-08-291-10/+8
* | | | | | | | | [PATCH] Documentation for git-daemon.A Large Angry SCM2005-08-291-9/+17
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Accumulated documentation updates.Junio C Hamano2005-08-298-149/+297
* | | | | | | | git-repack-script: Add option to repack all objects.Junio C Hamano2005-08-291-8/+43
* | | | | | | | Updates: show-branchJunio C Hamano2005-08-291-22/+108
* | | | | | | | mailinfo and applymbox updatesJunio C Hamano2005-08-292-86/+554
* | | | | | | | Document "git cherry-pick" and "git revert"Junio C Hamano2005-08-293-1/+75
* | | | | | | | Remove git-apply-patch-script.Junio C Hamano2005-08-296-194/+5
* | | | | | | | Redo "revert" using three-way merge machinery.Junio C Hamano2005-08-294-39/+185
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Revert "Replace zero-length array decls with []."Junio C Hamano2005-08-295-8/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git Junio C Hamano2005-08-2818-38/+73
|\ \ \ \ \ \
| * | | | | | Replace C99 array initializers with code.Jason Riedy2005-08-231-8/+18
| * | | | | | Replace unsetenv() and setenv() with older putenv().Jason Riedy2005-08-233-3/+3
| * | | | | | Include sys/time.h in daemon.c.Jason Riedy2005-08-231-0/+1
| * | | | | | Fix ?: statements.Jason Riedy2005-08-2311-19/+43
| * | | | | | Replace zero-length array decls with [].Jason Riedy2005-08-235-8/+8
* | | | | | | [PATCH] tutorial note about git branchAmos Waterland2005-08-281-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Update SubmittingPatches.Junio C Hamano2005-08-281-7/+55
* | | | | | [PATCH] Add footnote about Thunderbird about trimming trailing WS.A Large Angry SCM2005-08-281-2/+4
* | | | | | [PATCH] Add some documentation.A Large Angry SCM2005-08-282-20/+13
* | | | | | [PATCH] New git-apply test cases for scanning forwards and backwards.Robert Fitzsimons2005-08-281-0/+101
* | | | | | [PATCH] New git-apply test cases for patches with mulitple fragments.Robert Fitzsimons2005-08-281-0/+176
* | | | | | [PATCH] Fix git patch header processing in git-apply.Robert Fitzsimons2005-08-281-1/+1
* | | | | | Teach git-status-script about git-ls-files --othersJunio C Hamano2005-08-281-2/+30
* | | | | | Show the branch name more prominently in "git status".Junio C Hamano2005-08-282-8/+7
* | | | | | Barf nicely when "git push" is run without parameter.Junio C Hamano2005-08-281-0/+4