gitweb.git

Commits

2005-12-12 GIT 0.99.9m aka 1.0rc5 v0.99.9mv1.0rc5
2005-12-11 t/t6022: a new test for renaming merge.
2005-12-11 merge-recursive: cleanup setIndexStages
2005-12-11 merge-recursive: leave unmerged entries in the index.
2005-12-11 format-patch: use same number of digits in numbers
2005-12-11 t0000: catch trivial pilot errors.
2005-12-11 t3300: funny name test
2005-12-11 Allow saving an object from a pipe
2005-12-11 archimport: fix a in new changeset applyer addition
2005-12-11 archimport: Fix a bug I introduced in the new log parser
2005-12-11 archimport: Add the accurate changeset applyer
2005-12-11 archimport: safer log file parsing
2005-12-11 archimport: add -D <depth> and -a switch
2005-12-11 archimport: remove git wrapper dependency
2005-12-11 archimport: fix -t tmpdir switch
2005-12-11 archimport: remove String::ShellQuote dependency.
2005-12-11 archimport: first, make sure it still compiles
2005-12-10 Link Everyday GIT to main documentation tree.
2005-12-10 Everyday GIT with 20 commands
2005-12-10 Use GIT_EXEC_PATH explicitly for initial git-init-db...
2005-12-09 use "git init-db" in tests
2005-12-09 git-prune: never lose objects reachable from our refs.
2005-12-09 qsort(): ptrdiff_t may be larger than int
2005-12-09 Documentation: git-prune
2005-12-08 Documentation/git-read-tree.txt: Add --reset to SYNOPSIS.
2005-12-08 Documentation/git-tag.txt: Fix the order of sections...
2005-12-08 Documentation/git-update-server-info.txt: Add -f alias...
2005-12-08 Documentation/git-http-fetch.txt: Document the commit...
2005-12-08 Documentation/git-repack.txt: Add -l and -n.
2005-12-08 Documentation/git-ls-remote.txt: Add -h and -t.
2005-12-08 Documentation/git-format-patch.txt: Add --signoff,...
2005-12-08 Add documentation for the --topo-order option to git...
2005-12-08 Add documentation for git-revert and git-cherry-pick.
2005-12-08 Documentation/git-cherry-pick: Add --replay and --no...
2005-12-08 Documentation/git-cvsimport.txt: Fix a slight glitch...
2005-12-08 Documentation/git-verify-pack.txt: added documentation...
2005-12-08 Documentation/git-commit.txt: Add long options and...
2005-12-08 Use uniform description for the '--' option.
2005-12-08 Fix the description of --utf8 and --keep to git-am.
2005-12-08 Document the --non-empty command-line option to git...
2005-12-08 show-branch: comment typo
2005-12-08 Documentation: recursive is the default strategy these...
2005-12-08 Make sure we use compat/subprocess.py with Python 2...
2005-12-08 Clean up file descriptors when calling hooks.
2005-12-08 refs.c: make sure leading directories exist before...
2005-12-08 Documentation(tutorial): adjust merge example to the...
2005-12-08 Documentation(cvs-migration): minor cleanups.
2005-12-08 Documentation(glossary): minor formatting clean-ups.
2005-12-08 Documentation: git.html/git.7
2005-12-07 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-12-07 gitk: Work around Tcl's non-standard names for encodings
2005-12-07 update-index: allow --index-info to add higher stages.
2005-12-07 git-merge-one: new merge world order.
2005-12-07 checkout-index: allow checking out from higher stages.
2005-12-07 Use printf rather than echo -n.
2005-12-07 qsort() ptrdiff_t may be larger than int
2005-12-07 [PATCH] Initial AIX portability fixes.
2005-12-06 git-merge-one-file: resurrect leading path creation.
2005-12-06 Documentaiton (read-tree): update description of 3-way
2005-12-06 Documentation: hash-object.
2005-12-06 write-tree: check extra arguments and die but be a...
2005-12-06 init-db: check extra arguments and complain.
2005-12-06 hash-object: -- and --help
2005-12-06 Added documentation for few missing options.
2005-12-06 git-mv to work with Perl 5.6
2005-12-06 Fix 5501 test
2005-12-05 Clean up compatibility definitions.
2005-12-05 gitk: Some improvements for the code for updating the...
2005-12-05 [PATCH] Document config.mak in INSTALL.
2005-12-05 config.c: remove unnecessary header in minimum configur...
2005-12-05 server-info.c: and two functions are not used anymore.
2005-12-05 server-info.c: use pack_local like everybody else.
2005-12-05 Documentation: shared repository management in tutorial.
2005-12-05 Documentation: push/receive hook references.
2005-12-05 Documentation: git-diff asciidoc table workaround.
2005-12-05 Documentation: git-mv manpage workaround.
2005-12-05 Documentation: talk about pathspec in bisect.
2005-12-05 server-info: throw away T computation as well.
2005-12-05 server-info: stop sorting packs by latest date.
2005-12-05 server-info.c: drop unused D lines.
2005-12-05 sha1_file.c: make sure packs in an alternate odb is...
2005-12-05 git.c: remove excess output for debugging when command...
2005-12-05 struct tree: remove unused field "parent"
2005-12-05 Documentation: rebase does not use cherry-pick anymore.
2005-12-05 Document the --(no-)edit switch of git-revert and git...
2005-12-05 show-branch: allow glob pattern to name branches to...
2005-12-05 Update the git-ls-tree documentation
2005-12-04 git.c: two fixes, gitsetenv type and off-by-one error.
2005-12-04 compat/setenv: do not free what we fed putenv(3).
2005-12-04 Warn when send-pack does nothing
2005-12-04 GIT 0.99.9l aka 1.0rc4 v0.99.9lv1.0rc4
2005-12-04 [PATCH] daemon.c and path.enter_repo(): revamp path...
2005-12-04 A few more options for git-cat-file
2005-12-04 Add compat/setenv.c, use in git.c.
2005-12-03 New test case: Criss-cross merge
2005-12-03 New test case: merge with directory/file conflicts
2005-12-03 test-lib.sh: Add new function, test_expect_code
2005-12-03 git-merge: Exit with code 2 if no strategy was able...
2005-12-02 documentation: git-tag
2005-12-02 documentation: git-bisect (help HTML break man)
next