summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-07-17git-fetch: fix --keep vs --thinLibravatar Junio C Hamano1-1/+2
2006-07-17git-diff A...B to (usually) mean "git-diff `git-merge-base A B` B"Libravatar Junio C Hamano1-1/+9
2006-07-17Merge branch 'sp/reflog'Libravatar Junio C Hamano6-11/+33
2006-07-17apply: handle type-changing patch correctly.Libravatar Junio C Hamano1-5/+24
2006-07-16apply: split out removal and creation into different phases.Libravatar Junio C Hamano1-7/+17
2006-07-16apply: check D/F conflicts more carefully.Libravatar Junio C Hamano1-3/+18
2006-07-16checkout -f failed to check out a file if an existing directory interfered.Libravatar Junio C Hamano1-2/+2
2006-07-16typechange tests for git apply (currently failing)Libravatar Eric Wong1-0/+105
2006-07-16git-svn: don't check for migrations/upgrades on commit-diffLibravatar Eric Wong1-1/+1
2006-07-16show-branch: fix performance problem.Libravatar Junio C Hamano1-4/+5
2006-07-14builtin-log: typefix for recent format-patch changes.Libravatar Junio C Hamano1-3/+6
2006-07-14Add option to set initial In-Reply-To/ReferencesLibravatar Josh Triplett2-0/+16
2006-07-14Add option to enable threading headersLibravatar Josh Triplett2-9/+22
2006-07-14git-format-patch: Make the second and subsequent mails replies to the firstLibravatar Josh Triplett3-0/+30
2006-07-14Documentation/urls.txt: Use substitution to escape square bracketsLibravatar Jonas Fonseca2-8/+11
2006-07-14Documentation/Makefile: product depends on asciidoc.confLibravatar Junio C Hamano1-0/+1
2006-07-14Merge branch 'lt/unitype'Libravatar Junio C Hamano23-95/+90
2006-07-14Merge branch 'sp/lazy-mkdir'Libravatar Junio C Hamano1-14/+12
2006-07-14Fix "git-fetch --tags" exit status when nothing has been changedLibravatar Sergey Vlasov1-1/+1
2006-07-14argv created by handle_alias should be NULL terminatedLibravatar Matthias Lederhofer1-6/+5
2006-07-14documentation (urls.txt) typofixLibravatar Alp Toker1-1/+1
2006-07-13builtin-prune.c: forgot TYPE => OBJ changes.Libravatar Junio C Hamano1-3/+3
2006-07-13sha1_file: add the ability to parse objects in "pack file format"Libravatar Linus Torvalds5-8/+111
2006-07-13fetch/clone: check return status from ls-remoteLibravatar Junio C Hamano2-4/+11
2006-07-13Record rebase changes as 'rebase' in the reflog.Libravatar Shawn Pearce2-4/+11
2006-07-13gitweb.css: Use monospace fonts for commits and tree-diff.Libravatar Luben Tuikov1-1/+8
2006-07-13Do not use perl in git-commit.shLibravatar Alex Riesen1-19/+13
2006-07-13diff: Support 256 colorsLibravatar Timo Hirvonen1-6/+18
2006-07-13diff: Support both attributes and colorsLibravatar Timo Hirvonen1-57/+107
2006-07-13Documentation about exclude/ignore filesLibravatar Matthias Lederhofer2-5/+7
2006-07-13daemon: new option --detach to run git-daemon in backgroundLibravatar Matthias Lederhofer1-1/+28
2006-07-13daemon: new option --pid-file=<path> to store the pidLibravatar Matthias Lederhofer1-0/+17
2006-07-13upload-pack: ignore write errors to stderrLibravatar Matthias Lederhofer1-0/+4
2006-07-13daemon: if one of the standard fds is missing open it to /dev/nullLibravatar Matthias Lederhofer1-0/+14
2006-07-13daemon: use a custom die routine with syslogLibravatar Matthias Lederhofer1-8/+11
2006-07-13Documentation: Fix ssh://[user@]host.xz URLLibravatar Junio C Hamano1-3/+3
2006-07-13Adjust t4013 tests to corrected format-patch.Libravatar Junio C Hamano6-0/+8
2006-07-13format-patch: Generate a newline between the subject header and the message bodyLibravatar Robert Shearman1-2/+9
2006-07-13t4013 diff format tests updateLibravatar Junio C Hamano42-104/+161
2006-07-13Display help for Git mode after pressing `h' or `?' in *git-status*Libravatar Jakub Narebski1-0/+7
2006-07-13Wrap long lines in docstrings in contrib/emacs/git.elLibravatar Jakub Narebski1-3/+7
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Libravatar Linus Torvalds22-92/+87
2006-07-12Make lazy mkdir more robust.Libravatar Shawn Pearce1-14/+12
2006-07-12Merge branch 'ml/trace'Libravatar Junio C Hamano6-0/+70
2006-07-12test-lib: unset GIT_TRACELibravatar Junio C Hamano1-0/+1
2006-07-12git-repack: avoid redirecting stderr into git-pack-objectsLibravatar Junio C Hamano1-1/+3
2006-07-12Fix grammatical error in git-revertLibravatar Junio C Hamano1-1/+1
2006-07-12Merge branch 'js/merge-base'Libravatar Junio C Hamano2-190/+135
2006-07-12Merge branch 'lt/prune'Libravatar Junio C Hamano5-48/+266
2006-07-12Merge branch 'lt/merge-tree'Libravatar Junio C Hamano5-16/+378