index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
RelNotes-1.7.1.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
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-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
2010-08-31
test-lib: Use $TEST_DIRECTORY or $GIT_BUILD_DIR instead of $(pwd) and ../
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2010-08-31
test: Introduce $GIT_BUILD_DIR
Thomas Rast
1
-0
/
+1
2010-08-31
gitweb: Don't die_error in git_tag after already printing headers
Anders Kaseorg
1
-3
/
+3
2010-08-31
t3903: fix broken test_must_fail calls
Jon Seymour
1
-18
/
+18
2010-08-31
t1503: fix broken test_must_fail calls
Jon Seymour
1
-2
/
+2
2010-08-30
checkout: Use submodule.*.ignore settings from .git/config and .gitmodules
Jens Lehmann
2
-0
/
+21
2010-08-30
checkout: Add test for diff.ignoreSubmodules
Jens Lehmann
2
-1
/
+9
2010-08-30
object.h: Add OBJECT_ARRAY_INIT macro and make use of it.
Thiago Farina
7
-6
/
+8
2010-08-30
t0003: add missing && at end of lines
Matthieu Moy
1
-5
/
+5
2010-08-27
for-each-ref: fix objectname:short bug
Jay Soffian
1
-1
/
+2
2010-08-26
Fix compat/regex ANSIfication on MinGW
Johannes Sixt
1
-6
/
+5
2010-08-26
tree-walk: Correct bitrotted comment about tree_entry()
Elijah Newren
1
-1
/
+4
2010-08-25
checkout: respect diff.ignoreSubmodules setting
Johannes Schindelin
1
-4
/
+12
2010-08-25
Fix 'git log' early pager startup error case
Linus Torvalds
2
-9
/
+4
2010-08-24
rev-parse: tests git rev-parse --verify master@{n}, for various n
Jon Seymour
2
-0
/
+20
2010-08-24
sha1_name.c: use warning in preference to fprintf(stderr
Jon Seymour
1
-5
/
+4
2010-08-24
rev-parse: exit with non-zero status if ref@{n} is not valid.
Jon Seymour
1
-4
/
+5
2010-08-24
parse-options: clarify PARSE_OPT_NOARG description
Jonathan Nieder
1
-1
/
+1
2010-08-24
t3302 (notes): Port to Solaris
Jonathan Nieder
1
-1
/
+1
2010-08-24
t7606: Avoid using head as a file name
Brian Gernhardt
1
-4
/
+4
2010-08-24
Work around em-dash handling in newer AsciiDoc
Junio C Hamano
7
-18
/
+19
2010-08-24
t7610: cd inside subshell instead of around
Brian Gernhardt
1
-23
/
+26
2010-08-24
clone: warn users --depth is ignored in local clones
Nguyễn Thái Ngọc Duy
1
-2
/
+5
2010-08-23
git-bundle.txt: Clarify rev-list-args restrictions
Michael J Gruber
1
-1
/
+2
2010-08-23
git-bundle.txt: whitespace cleanup
Michael J Gruber
1
-28
/
+28
2010-08-23
git-bundle.txt: Cleanup
Michael J Gruber
1
-9
/
+9
2010-08-22
Typos in code comments, an error message, documentation
Ralf Wildenhues
2
-2
/
+2
[next]