index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
notes-cache.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-11-13
Git 1.7.8-rc2
v1.7.8-rc2
Junio C Hamano
2
-2
/
+2
2011-11-10
mktree: fix a memory leak in write_tree()
Liu Yuan
1
-0
/
+1
2011-11-09
completion: don't leak variable from the prompt into environment
SZEDER Gábor
1
-1
/
+1
2011-11-09
Update draft release notes to 1.7.8
Junio C Hamano
1
-14
/
+5
2011-11-09
Git 1.7.7.3
v1.7.7.3
Junio C Hamano
3
-2
/
+21
2011-11-08
docs: Update install-doc-quick
Junio C Hamano
3
-50
/
+46
2011-11-08
docs: don't mention --quiet or --exit-code in git-log(1)
Jeff King
1
-0
/
+2
2011-11-08
Git 1.7.8-rc1
v1.7.8-rc1
Junio C Hamano
2
-2
/
+6
2011-11-08
blame.c: Properly initialize strbuf after calling textconv_object(), again
Sebastian Schuberth
1
-4
/
+3
2011-11-07
remote: fix remote set-url usage
Felipe Contreras
1
-1
/
+1
2011-11-07
remote: fix set-branches usage
Junio C Hamano
1
-1
/
+1
2011-11-06
git-p4: ignore apple filetype
Pete Wyckoff
2
-0
/
+44
2011-11-06
t/t7508-status.sh: use test_i18ncmp
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2011-11-06
t/t6030-bisect-porcelain.sh: use test_i18ngrep
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2011-11-04
http: don't always prompt for password
Stefan Naewe
1
-4
/
+3
2011-11-03
receive-pack: do not expect object 0{40} to exist
Junio C Hamano
1
-6
/
+11
2011-11-02
t3200: add test case for 'branch -m'
Stefan Naewe
1
-0
/
+5
2011-11-02
branch -m: handle no arg properly
Tay Ray Chuan
1
-5
/
+8
2011-11-02
Update draft release notes to 1.7.8
Junio C Hamano
1
-55
/
+11
2011-11-02
Git 1.7.7.2
v1.7.7.2
Junio C Hamano
2
-1
/
+45
2011-11-01
name-hash.c: always initialize dir_next pointer
Johannes Sixt
1
-1
/
+1
2011-11-01
svn: Quote repository root in regex match
Ted Percival
1
-2
/
+2
2011-11-01
mingw: poll.h is no longer in sys/
Erik Faye-Lund
1
-1
/
+1
2011-10-31
t7511: avoid use of reserved filename on Windows.
Pat Thoyts
1
-1
/
+1
2011-10-31
Git 1.7.8-rc0
v1.7.8-rc0
Junio C Hamano
2
-2
/
+2
2011-10-31
upload-archive: use start_command instead of fork
Erik Faye-Lund
4
-55
/
+31
2011-10-31
compat/win32/poll.c: upgrade from upstream
Erik Faye-Lund
1
-6
/
+13
2011-10-31
mingw: move poll out of sys-folder
Erik Faye-Lund
3
-2
/
+4
2011-10-28
(squash) test for previous
Junio C Hamano
1
-0
/
+11
2011-10-28
blame.c: Properly initialize strbuf after calling, textconv_object()
Sebastian Schuberth
1
-1
/
+3
2011-10-27
Update draft release notes to 1.7.8
Junio C Hamano
1
-3
/
+1
2011-10-27
clone: Quote user supplied path in a single quote pair
Richard Hartmann
1
-2
/
+2
2011-10-27
Update draft release notes to 1.7.8
Junio C Hamano
1
-1
/
+17
2011-10-26
read-cache.c: fix index memory allocation
René Scharfe
2
-3
/
+53
2011-10-26
make the sample pre-commit hook script reject names with newlines, too
Jim Meyering
1
-2
/
+6
2011-10-26
completion: fix issue with process substitution not working on Git for Windows
Stefan Naewe
1
-1
/
+2
2011-10-26
gitweb/Makefile: Remove static/gitweb.js in the clean target
Ramsay Jones
1
-1
/
+3
2011-10-26
builtin/grep: simplify lock_and_read_sha1_file()
Junio C Hamano
1
-7
/
+3
2011-10-26
builtin/grep: make lock/unlock into static inline functions
Junio C Hamano
1
-5
/
+23
2011-10-26
git grep: be careful to use mutexes only when they are initialized
Johannes Schindelin
1
-4
/
+5
2011-10-24
Reindent closing bracket using tab instead of spaces
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2011-10-24
Git 1.7.7.1
v1.7.7.1
Junio C Hamano
2
-2
/
+3
2011-10-24
pretty.c: use original commit message if reencoding fails
Nguyễn Thái Ngọc Duy
1
-1
/
+4
2011-10-24
pretty.c: free get_header() return value
Nguyễn Thái Ngọc Duy
1
-4
/
+3
2011-10-24
RelNotes/1.7.7.1: setgid bit patch is about fixing "git init" via Makefile se...
Jonathan Nieder
1
-2
/
+3
2011-10-22
Update draft release notes to 1.7.8
Junio C Hamano
1
-2
/
+21
2011-10-21
gitweb: fix regression when filtering out forks
Julien Muchembled
1
-1
/
+1
2011-10-21
Add simple test for Git::config_path() in t/t9700-perl-git.sh
Jakub Narebski
2
-1
/
+9
2011-10-21
completion: match ctags symbol names in grep patterns
Jeff King
1
-0
/
+13
2011-10-21
contrib: add git-jump script
Jeff King
2
-0
/
+161
[next]