summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-08Documentation(glossary): minor formatting clean-ups.Junio C Hamano
2005-12-08Documentation: git.html/git.7Junio C Hamano
2005-12-07Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2005-12-07gitk: Work around Tcl's non-standard names for encodingsPaul Mackerras
2005-12-07update-index: allow --index-info to add higher stages.Junio C Hamano
2005-12-07git-merge-one: new merge world order.Junio C Hamano
2005-12-07checkout-index: allow checking out from higher stages.Junio C Hamano
2005-12-07Use printf rather than echo -n.Jason Riedy
2005-12-07qsort() ptrdiff_t may be larger than intJunio C Hamano
2005-12-07[PATCH] Initial AIX portability fixes.Jason Riedy
2005-12-06git-merge-one-file: resurrect leading path creation.Junio C Hamano
2005-12-06Documentaiton (read-tree): update description of 3-wayJunio C Hamano
2005-12-06Documentation: hash-object.Junio C Hamano
2005-12-06write-tree: check extra arguments and die but be a bit more helpful.Junio C Hamano
2005-12-06init-db: check extra arguments and complain.Junio C Hamano
2005-12-06hash-object: -- and --helpJunio C Hamano
2005-12-06Added documentation for few missing options.Jon Loeliger
2005-12-06git-mv to work with Perl 5.6Junio C Hamano
2005-12-06Fix 5501 testJunio C Hamano
2005-12-05Clean up compatibility definitions.Junio C Hamano
2005-12-05gitk: Some improvements for the code for updating the displayPaul Mackerras
2005-12-05[PATCH] Document config.mak in INSTALL.Jason Riedy
2005-12-05config.c: remove unnecessary header in minimum configuration file.Junio C Hamano
2005-12-05server-info.c: and two functions are not used anymore.Junio C Hamano
2005-12-05server-info.c: use pack_local like everybody else.Junio C Hamano
2005-12-05Documentation: shared repository management in tutorial.Junio C Hamano
2005-12-05Documentation: push/receive hook references.Junio C Hamano
2005-12-05Documentation: git-diff asciidoc table workaround.Junio C Hamano
2005-12-05Documentation: git-mv manpage workaround.Junio C Hamano
2005-12-05Documentation: talk about pathspec in bisect.Junio C Hamano
2005-12-05server-info: throw away T computation as well.Junio C Hamano
2005-12-05server-info: stop sorting packs by latest date.Junio C Hamano
2005-12-05server-info.c: drop unused D lines.Junio C Hamano
2005-12-05sha1_file.c: make sure packs in an alternate odb is named properly.Junio C Hamano
2005-12-05git.c: remove excess output for debugging when command is too long.Junio C Hamano
2005-12-05struct tree: remove unused field "parent"Junio C Hamano
2005-12-05Documentation: rebase does not use cherry-pick anymore.Junio C Hamano
2005-12-05Document the --(no-)edit switch of git-revert and git-cherry-pickPetr Baudis
2005-12-05show-branch: allow glob pattern to name branches to show.Junio C Hamano
2005-12-05Update the git-ls-tree documentationPetr Baudis
2005-12-04git.c: two fixes, gitsetenv type and off-by-one error.Junio C Hamano
2005-12-04compat/setenv: do not free what we fed putenv(3).Junio C Hamano
2005-12-04Warn when send-pack does nothingDaniel Barkalow
2005-12-04[PATCH] daemon.c and path.enter_repo(): revamp path validation.Junio C Hamano
2005-12-04A few more options for git-cat-fileH. Peter Anvin
2005-12-04Add compat/setenv.c, use in git.c.Jason Riedy
2005-12-03New test case: Criss-cross mergeFredrik Kuivinen
2005-12-03New test case: merge with directory/file conflictsFredrik Kuivinen
2005-12-03test-lib.sh: Add new function, test_expect_codeFredrik Kuivinen
2005-12-03git-merge: Exit with code 2 if no strategy was able to handle the merge.Fredrik Kuivinen