summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-07-23git-am: Don't accept an mbox on stdin of we already have a .dotest directoryLibravatar Lukas Sandström1-2/+4
2006-07-23show-branch: Fix another performance problem.Libravatar Alexandre Julliard1-0/+2
2006-07-23pack-objects: check pack.window for default window sizeLibravatar Jeff King2-1/+16
2006-07-23Disable linking with Fink or DarwinPorts.Libravatar Shawn Pearce1-8/+22
2006-07-23git.el: Put the git customize group in the 'tools' parent group.Libravatar Alexandre Julliard1-1/+2
2006-07-23git.el: Try to reuse an existing buffer when running git-status.Libravatar Alexandre Julliard1-1/+23
2006-07-23git.el: Prepend a slash to the file name when adding to .gitignore.Libravatar Alexandre Julliard1-1/+1
2006-07-23git.el: Run git-rerere on commits if the rr-cache directory exists.Libravatar Alexandre Julliard1-0/+2
2006-07-23git-svn: fix fetching new directories copies when using SVN:: libsLibravatar Eric Wong1-7/+16
2006-07-23tar-tree: add the "tar.umask" config optionLibravatar Willy Tarreau3-4/+43
2006-07-23cvsexportcommit - add -a (add author line) flag, cleanup warningsLibravatar Martin Langhoff2-14/+44
2006-07-17unpack-objects: remove stale and confusing commentLibravatar Junio C Hamano1-5/+0
2006-07-17git-fetch: fix --keep vs --thinLibravatar Junio C Hamano1-1/+2
2006-07-17Merge branch 'sp/reflog'Libravatar Junio C Hamano6-11/+33
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-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-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