summaryrefslogtreecommitdiffstats
path: root/test-date.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-01-07builtin-prune: separate ref walking from reflog walking.Junio C Hamano1-2/+9
2007-01-07builtin-prune: make file-scope static struct to an argument.Junio C Hamano1-15/+18
2007-01-07gitweb: Fix split patches output (e.g. file to symlink)Jakub Narebski1-2/+2
2007-01-07Revert "gitweb: There can be empty patches (in git_patchset_body)"Jakub Narebski1-1/+1
2007-01-07gitweb: Fix errors in git_patchset_body for empty patchesJakub Narebski1-1/+3
2007-01-07gitweb: Fix error in "rename to"/"copy to" git diff header outputJakub Narebski1-3/+3
2007-01-07gitweb: Fix error in git_patchest_body for file creation/deletion patchJakub Narebski1-1/+5
2007-01-07git-svn: fix show-ignoreEric Wong1-1/+1
2007-01-07Documentation: tutorial editingJ. Bruce Fields1-6/+10
2007-01-07Documentation/git-svn: clarify dcommit, rebase vs pull/mergeEric Wong1-15/+18
2007-01-07git-svnimport: clean svn path when accessing SVN repoSasha Khapyorsky1-0/+4
2007-01-07git-svnimport: support for incremental importSasha Khapyorsky2-8/+34
2007-01-06git.el: Avoid setting font lock keywords before entering log-edit mode.Alexandre Julliard1-8/+11
2007-01-06instaweb: Nicer error message when the http daemon isn't foundFredrik Kuivinen1-0/+3
2007-01-06git.el: Don't use --info-only when resolving a file.Alexandre Julliard1-1/+1
2007-01-06git-clean: Fix the -q option.Alexandre Julliard1-3/+1
2007-01-06Print a more accurate error message when we fail to create a lock file.Steven Grimm1-1/+1
2007-01-06Describe git-clone's actual behavior in the summarySteven Grimm1-3/+3
2007-01-06Set default "tar" umask to 002 and owner.group to root.rootRené Scharfe1-4/+3
2007-01-06Fix timestamp for test-tickJunio C Hamano1-3/+3
2007-01-05builtin-prune: memory diet.Junio C Hamano1-0/+2
2007-01-05Blame "linenr" link jumps to previous state at "orig_lineno"Luben Tuikov1-1/+6
2007-01-05gitweb: Fix "Use of uninitialized value" warning in git_tags_bodyJakub Narebski1-2/+6
2007-01-05git-svn: make --repack work consistently between fetch and multi-fetchEric Wong1-4/+6
2007-01-05git-svn: update documentation for multi-{init|fetch}Eric Wong1-17/+37
2007-01-05git-svn: make multi-init less confusingEric Wong1-38/+40
2007-01-05Remove shadowing variable from traverse_trees()René Scharfe1-1/+0
2007-01-05Make check target depend on common-cmds.hRené Scharfe1-1/+1
2007-01-05rerere: Fix removal of already resolved path.Junio C Hamano1-4/+3
2007-01-05pack-check.c::verify_packfile(): don't run SHA-1 update on huge datav1.4.4.4Junio C Hamano1-5/+15
2007-01-03gitweb: Fix shortlog only showing HEAD revision.Robert Fitzsimons1-1/+1
2007-01-03git-verify-tag: make sure we remove temporary file.Junio C Hamano1-0/+3
2007-01-03git-tag: add flag to verify a tagSanti Béjar3-3/+16
2007-01-03Refactor print-functions in builtin-branchLars Hjemli1-43/+40
2007-01-03gitweb: There can be empty patches (in git_patchset_body)Jakub Narebski1-1/+1
2007-01-03gitweb: Fix bug in git_difftree_body (was '!=' instead of 'ne')Jakub Narebski1-1/+1
2007-01-03Documentation/tutorial: misc updatesSanti Béjar1-4/+13
2007-01-03tutorial: misc updates.Junio C Hamano1-7/+17
2007-01-03Skip excessive blank lines before commit bodyLars Hjemli1-1/+4
2007-01-03Add documentation for git-branch's color configuration.Brian Gernhardt3-8/+27
2007-01-03gitweb: Fix error in git_project_index subroutineJakub Narebski1-1/+1
2007-01-03Fix infinite loop when deleting multiple packed refs.Junio C Hamano3-2/+7
2007-01-03send pack check for failure to send revisions listAndy Whitcroft3-2/+30
2007-01-03instaweb: load Apache mime and dir modules if they are neededEric Wong1-0/+10
2007-01-02fetch-pack: do not use lockfile structure on stack.Junio C Hamano1-1/+2
2007-01-02Remove unused variable (git-commit.sh)Junio C Hamano1-1/+0
2007-01-02Update clone/fetch documentation with --depth (shallow clone) optionJunio C Hamano2-1/+16
2007-01-02Strongly discourage --update-head-ok in fetch-options documentation.Junio C Hamano1-2/+4
2007-01-01Documentation: remove master:origin example from pull-fetch-param.txtJ. Bruce Fields1-4/+0
2007-01-01Documentation: update git-pull.txt for new clone behaviorJ. Bruce Fields1-44/+25