index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2005-12-03
GIT 0.99.9l aka 1.0rc4
v1.0rc4
v0.99.9l
Junio C Hamano
90
-740
/
+1498
2005-12-03
[PATCH] daemon.c and path.enter_repo(): revamp path validation.
Junio C Hamano
2
-58
/
+159
2005-12-03
A few more options for git-cat-file
H. Peter Anvin
2
-17
/
+41
2005-12-03
Add compat/setenv.c, use in git.c.
Jason Riedy
3
-9
/
+53
2005-12-03
New test case: Criss-cross merge
Fredrik Kuivinen
1
-0
/
+92
2005-12-03
New test case: merge with directory/file conflicts
Fredrik Kuivinen
1
-0
/
+25
2005-12-03
test-lib.sh: Add new function, test_expect_code
Fredrik Kuivinen
1
-0
/
+13
2005-12-03
git-merge: Exit with code 2 if no strategy was able to handle the merge.
Fredrik Kuivinen
1
-1
/
+2
2005-12-02
documentation: git-tag
No name
1
-1
/
+21
2005-12-02
documentation: git-bisect (help HTML break man)
Junio C Hamano
1
-7
/
+7
2005-12-02
documentation: clarify read-tree --reset
No name
1
-4
/
+6
2005-12-02
git-merge documentation: conflicting merge leaves higher stages in index
Junio C Hamano
1
-4
/
+6
2005-12-02
merge-one-file: make sure we do not mismerge symbolic links.
Junio C Hamano
1
-0
/
+8
2005-12-02
merge-one-file: make sure we create the merged file.
Junio C Hamano
1
-1
/
+7
2005-12-01
t3100: add ls-tree -t and -d tests.
Junio C Hamano
1
-0
/
+38
2005-12-01
merge-recursive: adjust git-ls-tree use for the latest.
Junio C Hamano
1
-1
/
+1
2005-12-01
git wrapper: more careful argument stuffing
Alex Riesen
1
-7
/
+12
2005-12-01
git-merge-one-file: do not worry about 'rmdir -p' not removing directory.
Junio C Hamano
1
-1
/
+1
2005-12-01
ls-tree: --name-only
Junio C Hamano
1
-2
/
+11
2005-12-01
ls-tree: resurrect '-d' to mean 'show trees only'
Junio C Hamano
1
-0
/
+6
2005-12-01
git-ls-tree: add "-t" option to always show the tree entries
Linus Torvalds
1
-24
/
+41
2005-12-01
Makefile: say the default target upfront.
Junio C Hamano
1
-0
/
+3
2005-12-01
Documentation: describe '-f' option to git-fetch.
Junio C Hamano
1
-0
/
+5
2005-11-30
Move couple of ifdefs after "include config.mk"
Timo Hirvonen
1
-16
/
+12
2005-11-30
Merge branch 'jc/subdir'
Junio C Hamano
38
-20
/
+168
2005-11-30
Merge branches 'jc/apply', 'lt/ls-tree', 'lt/bisect' and 'lt/merge'
Junio C Hamano
16
-318
/
+213
2005-11-30
Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".
Tommi Virtanen
1
-1
/
+1
2005-11-30
Tutorial: adjust merge example to recursive strategy.
Junio C Hamano
1
-8
/
+7
2005-11-30
merge-recursive: match the unmerged index entry behaviour with merge-resolve
Junio C Hamano
1
-2
/
+0
2005-11-30
diff-files: show diffs with stage0 and unmerged stage at the same time.
Junio C Hamano
2
-23
/
+5
2005-11-30
merge-one-file: leave unmerged index entries upon automerge failure.
Linus Torvalds
1
-5
/
+1
2005-11-30
diff-files: -1/-2/-3 to diff against unmerged stage.
Linus Torvalds
2
-8
/
+64
2005-11-29
git-diff: do not turn off -p/-M with any diff options.
Junio C Hamano
1
-2
/
+15
2005-11-29
Merge http://www.kernel.org/pub/scm/gitk/gitk
Junio C Hamano
1
-54
/
+88
2005-11-29
[PATCH] Add tests for git-mv in subdirectories
Alex Riesen
1
-0
/
+27
2005-11-29
[PATCH] Make git-mv work in subdirectories, too
Johannes Schindelin
1
-9
/
+3
2005-11-30
gitk: Add a preferences dialog with some basic stuff
Paul Mackerras
1
-54
/
+88
2005-11-29
format-patch: run diff in C locale
Junio C Hamano
1
-1
/
+5
2005-11-29
format-patch: do not abuse 3-dash marker line.
Junio C Hamano
1
-1
/
+1
2005-11-29
format-patch: remove applies-to.
Junio C Hamano
1
-1
/
+0
2005-11-29
applypatch: use "index" lines not "applies-to".
Junio C Hamano
1
-13
/
+24
2005-11-29
applymbox: typofix to enable -m option.
Junio C Hamano
1
-1
/
+1
2005-11-29
SVN import: Use one log call
Matthias Urlichs
2
-29
/
+21
2005-11-29
Fix typos and minor format issues.
jdl@freescale.com
1
-7
/
+7
2005-11-29
http-push cleanup
Nick Hengeveld
1
-2
/
+3
2005-11-28
git-clone --shared should imply --local
Pavel Roskin
1
-1
/
+1
2005-11-28
hash-object.c: type-fix to squelch compiler warnings.
Junio C Hamano
1
-2
/
+2
2005-11-28
define die() for scripts that use it.
Junio C Hamano
6
-0
/
+30
2005-11-28
verify-tag: make it operable from a subdirectory.
Junio C Hamano
1
-4
/
+8
2005-11-28
tag: make it operable from a subdirectory.
Junio C Hamano
1
-1
/
+1
[next]