summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use printf rather than echo -n.Jason Riedy2005-12-064-5/+5
* qsort() ptrdiff_t may be larger than intJunio C Hamano2005-12-061-1/+6
* [PATCH] Initial AIX portability fixes.Jason Riedy2005-12-063-1/+7
* git-merge-one-file: resurrect leading path creation.Junio C Hamano2005-12-061-2/+10
* Documentaiton (read-tree): update description of 3-wayJunio C Hamano2005-12-051-12/+31
* Documentation: hash-object.Junio C Hamano2005-12-051-1/+1
* write-tree: check extra arguments and die but be a bit more helpful.Junio C Hamano2005-12-051-1/+3
* init-db: check extra arguments and complain.Junio C Hamano2005-12-051-3/+1
* hash-object: -- and --helpJunio C Hamano2005-12-051-10/+22
* Added documentation for few missing options.Jon Loeliger2005-12-056-79/+139
* git-mv to work with Perl 5.6Junio C Hamano2005-12-051-1/+1
* Fix 5501 testJunio C Hamano2005-12-051-4/+9
* Clean up compatibility definitions.Junio C Hamano2005-12-058-118/+129
* [PATCH] Document config.mak in INSTALL.Jason Riedy2005-12-051-0/+3
* config.c: remove unnecessary header in minimum configuration file.Junio C Hamano2005-12-052-28/+0
* server-info.c: and two functions are not used anymore.Junio C Hamano2005-12-051-33/+0
* server-info.c: use pack_local like everybody else.Junio C Hamano2005-12-051-4/+2
* Documentation: shared repository management in tutorial.Junio C Hamano2005-12-052-69/+171
* Documentation: push/receive hook references.Junio C Hamano2005-12-052-0/+9
* Documentation: git-diff asciidoc table workaround.Junio C Hamano2005-12-051-8/+10
* Documentation: git-mv manpage workaround.Junio C Hamano2005-12-051-2/+5
* Documentation: talk about pathspec in bisect.Junio C Hamano2005-12-051-15/+51
* server-info: throw away T computation as well.Junio C Hamano2005-12-041-130/+3
* server-info: stop sorting packs by latest date.Junio C Hamano2005-12-041-36/+3
* server-info.c: drop unused D lines.Junio C Hamano2005-12-041-110/+10
* sha1_file.c: make sure packs in an alternate odb is named properly.Junio C Hamano2005-12-041-6/+23
* git.c: remove excess output for debugging when command is too long.Junio C Hamano2005-12-041-1/+1
* struct tree: remove unused field "parent"Junio C Hamano2005-12-042-2/+0
* Documentation: rebase does not use cherry-pick anymore.Junio C Hamano2005-12-041-1/+1
* Document the --(no-)edit switch of git-revert and git-cherry-pickPetr Baudis2005-12-043-4/+17
* show-branch: allow glob pattern to name branches to show.Junio C Hamano2005-12-042-15/+84
* Update the git-ls-tree documentationPetr Baudis2005-12-041-14/+29
* git.c: two fixes, gitsetenv type and off-by-one error.Junio C Hamano2005-12-041-2/+1
* compat/setenv: do not free what we fed putenv(3).Junio C Hamano2005-12-041-2/+6
* Warn when send-pack does nothingDaniel Barkalow2005-12-041-0/+6
* [PATCH] daemon.c and path.enter_repo(): revamp path validation.Junio C Hamano2005-12-032-58/+159
* A few more options for git-cat-fileH. Peter Anvin2005-12-032-18/+42
* Add compat/setenv.c, use in git.c.Jason Riedy2005-12-033-9/+53
* New test case: Criss-cross mergeFredrik Kuivinen2005-12-031-0/+92
* New test case: merge with directory/file conflictsFredrik Kuivinen2005-12-031-0/+25
* test-lib.sh: Add new function, test_expect_codeFredrik Kuivinen2005-12-031-0/+13
* git-merge: Exit with code 2 if no strategy was able to handle the merge.Fredrik Kuivinen2005-12-031-1/+2
* documentation: git-tagNo name2005-12-021-1/+21
* documentation: git-bisect (help HTML break man)Junio C Hamano2005-12-021-7/+7
* documentation: clarify read-tree --resetNo name2005-12-021-4/+6
* git-merge documentation: conflicting merge leaves higher stages in indexJunio C Hamano2005-12-021-4/+6
* merge-one-file: make sure we do not mismerge symbolic links.Junio C Hamano2005-12-021-0/+8
* merge-one-file: make sure we create the merged file.Junio C Hamano2005-12-021-1/+7
* t3100: add ls-tree -t and -d tests.Junio C Hamano2005-12-011-0/+38
* merge-recursive: adjust git-ls-tree use for the latest.Junio C Hamano2005-12-011-1/+1