Code

git.git
2005-12-04 Junio C HamanoGIT 0.99.9l aka 1.0rc4 v0.99.9l v1.0rc4
2005-12-04 Junio C Hamano[PATCH] daemon.c and path.enter_repo(): revamp path...
2005-12-04 H. Peter AnvinA few more options for git-cat-file
2005-12-04 Jason RiedyAdd compat/setenv.c, use in git.c.
2005-12-03 Fredrik KuivinenNew test case: Criss-cross merge
2005-12-03 Fredrik KuivinenNew test case: merge with directory/file conflicts
2005-12-03 Fredrik Kuivinentest-lib.sh: Add new function, test_expect_code
2005-12-03 Fredrik Kuivinengit-merge: Exit with code 2 if no strategy was able...
2005-12-02 No namedocumentation: git-tag
2005-12-02 Junio C Hamanodocumentation: git-bisect (help HTML break man)
2005-12-02 No namedocumentation: clarify read-tree --reset
2005-12-02 Junio C Hamanogit-merge documentation: conflicting merge leaves highe...
2005-12-02 Junio C Hamanomerge-one-file: make sure we do not mismerge symbolic...
2005-12-02 Junio C Hamanomerge-one-file: make sure we create the merged file.
2005-12-02 Junio C Hamanot3100: add ls-tree -t and -d tests.
2005-12-02 Junio C Hamanomerge-recursive: adjust git-ls-tree use for the latest.
2005-12-02 Alex Riesengit wrapper: more careful argument stuffing
2005-12-02 Junio C Hamanogit-merge-one-file: do not worry about 'rmdir -p' not...
2005-12-01 Junio C Hamanols-tree: --name-only
2005-12-01 Junio C Hamanols-tree: resurrect '-d' to mean 'show trees only'
2005-12-01 Linus Torvaldsgit-ls-tree: add "-t" option to always show the tree...
2005-12-01 Junio C HamanoMakefile: say the default target upfront.
2005-12-01 Junio C HamanoDocumentation: describe '-f' option to git-fetch.
2005-12-01 Timo HirvonenMove couple of ifdefs after "include config.mk"
2005-11-30 Junio C HamanoMerge branch 'jc/subdir'
2005-11-30 Junio C HamanoMerge branches 'jc/apply', 'lt/ls-tree', 'lt/bisect...
2005-11-30 Tommi VirtanenDo not attempt to access literal dirname "GIT_OBJECT_DI...
2005-11-30 Junio C HamanoTutorial: adjust merge example to recursive strategy.
2005-11-30 Junio C Hamanomerge-recursive: match the unmerged index entry behavio...
2005-11-30 Junio C Hamanodiff-files: show diffs with stage0 and unmerged stage...
2005-11-30 Linus Torvaldsmerge-one-file: leave unmerged index entries upon autom...
2005-11-30 Linus Torvaldsdiff-files: -1/-2/-3 to diff against unmerged stage.
2005-11-30 Junio C Hamanogit-diff: do not turn off -p/-M with any diff options.
2005-11-29 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-29 Alex Riesen[PATCH] Add tests for git-mv in subdirectories
2005-11-29 Johannes Schindelin[PATCH] Make git-mv work in subdirectories, too
2005-11-29 Paul Mackerrasgitk: Add a preferences dialog with some basic stuff
2005-11-29 Junio C Hamanoformat-patch: run diff in C locale
2005-11-29 Junio C Hamanoformat-patch: do not abuse 3-dash marker line.
2005-11-29 Junio C Hamanoformat-patch: remove applies-to.
2005-11-29 Junio C Hamanoapplypatch: use "index" lines not "applies-to".
2005-11-29 Junio C Hamanoapplymbox: typofix to enable -m option.
2005-11-29 Matthias UrlichsSVN import: Use one log call
2005-11-29 jdl@freescale.comFix typos and minor format issues.
2005-11-29 Nick Hengeveldhttp-push cleanup
2005-11-29 Pavel Roskingit-clone --shared should imply --local
2005-11-29 Junio C Hamanohash-object.c: type-fix to squelch compiler warnings.
2005-11-29 Junio C Hamanodefine die() for scripts that use it.
2005-11-29 Junio C Hamanoverify-tag: make it operable from a subdirectory.
2005-11-29 Junio C Hamanotag: make it operable from a subdirectory.
2005-11-29 Junio C Hamanolost-found: make it operable from a subdirectory.
2005-11-29 Junio C Hamanobranch: make it operable from a subdirectory.
2005-11-29 Junio C Hamanols-remote: define die() now we do not use git-sh-setup
2005-11-29 Junio C Hamanocount-objects: make it operable from a subdirectory.
2005-11-29 Junio C HamanoMake the rest of commands work from a subdirectory.
2005-11-29 Junio C HamanoMake networking commands to work from a subdirectory.
2005-11-29 Junio C Hamanols-tree: work from subdirectory.
2005-11-29 Junio C Hamanohash-object: work within subdirectory.
2005-11-29 Junio C Hamanocheckout-index: work from subdirectory.
2005-11-29 Junio C Hamanofsck-objects: work from subdirectory.
2005-11-29 Junio C Hamanopeek-remote: honor proxy config even from subdirectory.
2005-11-29 Junio C Hamanogit-apply: work from subdirectory.
2005-11-29 Junio C Hamanoworking from subdirectory: preparation
2005-11-29 Junio C Hamanobisect: quote pathnames for eval safety.
2005-11-29 Linus Torvaldsbisect: limit the searchspace by pathspecs
2005-11-29 Junio C Hamanols-tree: match the test to the new semantics.
2005-11-29 Junio C Hamanols-tree: Resurrect funny name quoting lost during rewrite.
2005-11-29 Linus Torvaldsls-tree: further tweaks of the rewrite
2005-11-29 Linus Torvaldsls-tree: further cleanup to parallel ls-files.
2005-11-29 Linus Torvaldsls-tree: major rewrite to do pathspec
2005-11-29 Junio C Hamanowrite_name_quoted(): make one of the path a counted...
2005-11-29 Junio C HamanoDocumentation: Describe merge operation a bit better.
2005-11-29 Jan AndresFix typo in http-push.c
2005-11-29 Junio C Hamanoname-rev: fix parent counting.
2005-11-28 Junio C Hamanorebase: one safety net, one bugfix and one optimization.
2005-11-28 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-28 Junio C Hamanogit-mv: quote $src in regexp properly.
2005-11-28 Junio C Hamano[PATCH] gitk: Use i18n.commitencoding configuration...
2005-11-28 Junio C Hamanoconfig.c: constness tightening to avoid compilation...
2005-11-28 Paul Mackerrasgitk: Fix diff this->selected and selected->this functions
2005-11-28 Junio C Hamanomailinfo: Do not use -u=<encoding>; say --encoding...
2005-11-28 Junio C Hamanomailinfo: Use i18n.commitencoding
2005-11-28 Junio C Hamanomailinfo: allow -u to fall back on latin1 to utf8 conve...
2005-11-28 Junio C HamanoIntroduce i18n.commitencoding.
2005-11-27 Yann DirsonFix gitk this->selected diffs
2005-11-27 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-27 Josef Weidendorfergit-mv: follow -k request even on failing renames
2005-11-27 Josef WeidendorferSmall fixes in Documentation/git-mv.txt
2005-11-27 Josef Weidendorfergit-mv: fully detect 'directory moved into itself'
2005-11-27 Josef Weidendorfergit-mv: keep git index consistent with file system...
2005-11-27 Josef Weidendorfergit-mv: shrink usage, no usage on error
2005-11-27 Junio C Hamanosetup_git_directory(): check repository format version.
2005-11-27 Junio C Hamanoinit-db: check template and repository format.
2005-11-27 Junio C HamanoCheck repository format version in enter_repo().
2005-11-27 Junio C HamanoRepository format version check.
2005-11-26 Junio C Hamanoformat-patch: output filename reported to stdout verbatim.
2005-11-26 Junio C Hamanoname-rev: fix off-by-one error in --stdin.
2005-11-26 Alexander Litvinovgit-mv is not able to handle big directories
2005-11-26 Junio C Hamanoshell.c: complain on insufficient arguments.
2005-11-26 Junio C HamanoGIT 0.99.9k v0.99.9k
next