index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vcs-svn
/
svndump.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-09-11
compat/nedmalloc: don't force NDEBUG on the rest of git
René Scharfe
1
-1
/
+6
2010-09-10
Git 1.7.3 rc1
v1.7.3-rc1
Junio C Hamano
1
-1
/
+1
2010-09-10
Prepare for 1.7.3 rc1
Junio C Hamano
1
-2
/
+10
2010-09-10
config.txt: fix placement of diff.noprefix
Mark Lodato
1
-2
/
+3
2010-09-10
t/t4018: avoid two unnecessary sub-shell invocations
Brandon Casey
1
-4
/
+4
2010-09-10
t/t4018: test whether the word_regex patterns compile
Brandon Casey
1
-0
/
+5
2010-09-10
xdiff-interface.c: always trim trailing space from xfuncname matches
Brandon Casey
1
-3
/
+2
2010-09-10
diff.c: call regfree to free memory allocated by regcomp when necessary
Brandon Casey
1
-1
/
+4
2010-09-10
t/t5510-fetch.sh: improve testing with explicit URL and merge spec
Brandon Casey
1
-2
/
+28
2010-09-10
builtin/fetch.c: comment that branch->remote_name is usable when has_merge
Brandon Casey
1
-0
/
+3
2010-09-10
Makefile: use compat regex on IRIX 6.5
Brandon Casey
1
-0
/
+2
2010-09-10
t/t7008: workaround broken handling of \000 by printf on IRIX
Brandon Casey
1
-7
/
+7
2010-09-10
Add --src/dst-prefix to git-formt-patch in git-rebase.sh
Oded Shimon
1
-0
/
+1
2010-09-10
install-webdoc: keep installed RelNotes-*.txt
Junio C Hamano
1
-1
/
+1
2010-09-10
t1020: Get rid of 'cd "$HERE"' at the start of each test
Jens Lehmann
1
-41
/
+50
2010-09-10
t2016 (checkout -p): add missing &&
Jonathan Nieder
1
-1
/
+1
2010-09-10
t1302 (core.repositoryversion): style tweaks
Jonathan Nieder
1
-24
/
+40
2010-09-10
t2105 (gitfile): add missing &&
Jonathan Nieder
1
-1
/
+1
2010-09-10
t1450 (fsck): remove dangling objects
Jonathan Nieder
1
-58
/
+82
2010-09-10
tests: subshell indentation stylefix
Jonathan Nieder
22
-192
/
+260
2010-09-08
fast-export: ensure that a renamed file is printed after all references
Johannes Sixt
1
-1
/
+9
2010-09-07
Documentation: move RelNotes into a directory of their own
Nicolas Pitre
111
-107
/
+107
2010-09-07
revert: Fix trivial comment style issue
Elijah Newren
1
-1
/
+0
2010-09-07
cache_tree_free: Fix small memory leak
Elijah Newren
1
-1
/
+3
2010-09-07
builtin/clean.c: Use STRING_LIST_INIT_NODUP.
Thiago Farina
1
-1
/
+1
2010-09-06
Several tests: cd inside subshell instead of around
Jens Lehmann
32
-260
/
+256
2010-09-06
t3404 & t7508: cd inside subshell instead of around
Jens Lehmann
2
-4
/
+4
2010-09-06
tag.c: whitespace breakages fix
Junio C Hamano
1
-9
/
+9
2010-09-06
Fix whitespace issue in object.c
Jared Hance
1
-4
/
+4
2010-09-06
t5505: add missing &&
Jens Lehmann
1
-1
/
+1
2010-09-04
parse_object: pass on the original sha1, not the replaced one
Nguyễn Thái Ngọc Duy
2
-2
/
+2
2010-09-03
RE: [PATCH] Avoid rename/add conflict when contents are identical
Schalk, Ken
2
-0
/
+41
2010-09-03
Git 1.7.2.3
v1.7.2.3
Junio C Hamano
3
-9
/
+3
2010-09-03
builtin/merge_recursive.c: Add an usage string and make use of it.
Thiago Farina
1
-1
/
+4
2010-09-03
t7406 & t7407: add missing && at end of lines
Jens Lehmann
2
-3
/
+3
2010-09-03
t7405: cd inside subshell instead of around
Jens Lehmann
1
-11
/
+6
2010-09-03
t7609-merge-co-error-msgs: test non-fast forward case too.
Matthieu Moy
1
-2
/
+10
2010-09-03
Move "show_all_errors = 1" to setup_unpack_trees_porcelain()
Matthieu Moy
4
-9
/
+3
2010-09-03
setup_unpack_trees_porcelain: take the whole options struct as parameter
Matthieu Moy
5
-5
/
+8
2010-09-03
Move set_porcelain_error_msgs to unpack-trees.c and rename it
Matthieu Moy
6
-54
/
+54
2010-09-02
Prepare for 1.7.3
Junio C Hamano
2
-1
/
+74
2010-09-02
Prepare for 1.7.2.3
Junio C Hamano
2
-1
/
+47
2010-09-01
install-webdoc: filter timestamp-only changes correctly
Junio C Hamano
1
-1
/
+1
2010-09-01
builtin.h: Move two functions definitions to help.h.
Thiago Farina
3
-11
/
+13
2010-08-31
tests: factor HOME=$(pwd) in test-lib.sh
Matthieu Moy
5
-13
/
+3
2010-08-31
test-lib: use subshell instead of cd $new && .. && cd $old
Ævar Arnfjörð Bjarmason
1
-6
/
+6
2010-08-31
tests: simplify "missing PREREQ" message
Jonathan Nieder
1
-1
/
+7
2010-08-31
t/t0000-basic.sh: Run the passing TODO test inside its own test-lib
Ævar Arnfjörð Bjarmason
1
-0
/
+31
2010-08-31
test-lib: Allow overriding of TEST_DIRECTORY
Ævar Arnfjörð Bjarmason
1
-1
/
+7
2010-08-31
test-lib: Use "$GIT_BUILD_DIR" instead of "$TEST_DIRECTORY"/../
Ævar Arnfjörð Bjarmason
1
-14
/
+15
[prev]
[next]