index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
/
ciabot
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-12-23
Update draft release notes in preparation for 1.7.9-rc0
Junio C Hamano
1
-1
/
+9
2011-12-22
Update draft release notes to 1.7.9
Junio C Hamano
1
-27
/
+39
2011-12-21
Git 1.7.8.1
v1.7.8.1
Junio C Hamano
1
-4
/
+25
2011-12-21
bash completion: use read -r everywhere
Thomas Rast
1
-6
/
+6
2011-12-21
clone: the -o option has nothing to do with <branch>
Carlos Martín Nieto
1
-2
/
+2
2011-12-21
builtin/log: remove redundant initialization
Michael Schubert
1
-2
/
+0
2011-12-21
builtin/commit: add missing '/' in help message
Michael Schubert
1
-1
/
+1
2011-12-21
Appease Sun Studio by renaming "tmpfile"
Ævar Arnfjörð Bjarmason
4
-16
/
+16
2011-12-21
Fix a bitwise negation assignment issue spotted by Sun Studio
Ævar Arnfjörð Bjarmason
3
-4
/
+4
2011-12-21
Fix an enum assignment issue spotted by Sun Studio
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2011-12-21
builtin/init-db.c: eliminate -Wformat warning on Solaris
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2011-12-20
git-sh-setup: make require_clean_work_tree part of the interface
Thomas Rast
1
-0
/
+10
2011-12-20
t/t2023-checkout-m.sh: fix use of test_must_fail
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2011-12-20
commit: do not lose mergetag header when not amending
Junio C Hamano
1
-1
/
+5
2011-12-20
t0090: be prepared that 'wc -l' writes leading blanks
Johannes Sixt
1
-4
/
+2
2011-12-20
Update draft release notes to 1.7.9
Junio C Hamano
1
-1
/
+48
2011-12-19
gitweb: Fix fallback mode of to_utf8 subroutine
Jakub Narebski
1
-2
/
+2
2011-12-19
test-terminal: set output terminals to raw mode
Thomas Rast
1
-0
/
+4
2011-12-19
request-pull: do not emit "tag" before the tagname
Junio C Hamano
2
-4
/
+2
2011-12-19
remote-curl: don't pass back fake refs
Jeff King
2
-3
/
+36
2011-12-19
advice: Document that they all default to true
Junio C Hamano
1
-11
/
+8
2011-12-19
lf_to_crlf_filter(): resurrect CRLF->CRLF hack
Junio C Hamano
1
-10
/
+50
2011-12-19
gitweb: Output valid utf8 in git_blame_common('data')
Jürgen Kreileder
1
-1
/
+3
2011-12-19
gitweb: esc_html() site name for title in OPML
Jürgen Kreileder
1
-1
/
+2
2011-12-19
gitweb: Call to_utf8() on input string in chop_and_escape_str()
Jürgen Kreileder
1
-0
/
+1
2011-12-18
commit, merge: initialize static strbuf
Jeff King
2
-2
/
+2
2011-12-18
submodule: use diff_tree_combined_merge() instead of diff_tree_combined()
René Scharfe
1
-11
/
+3
2011-12-18
pass struct commit to diff_tree_combined_merge()
René Scharfe
3
-8
/
+6
2011-12-18
use struct sha1_array in diff_tree_combined()
René Scharfe
4
-37
/
+26
2011-12-18
git-p4: fix skipSubmitEdit regression
Pete Wyckoff
2
-8
/
+34
2011-12-18
make "git push -v" actually verbose
Jeff King
1
-5
/
+5
2011-12-17
Update draft release notes to 1.7.9
Junio C Hamano
1
-1
/
+18
2011-12-17
docs: brush up obsolete bits of git-fsck manpage
Jeff King
1
-18
/
+8
2011-12-17
grep: disable threading in non-worktree case
Thomas Rast
1
-18
/
+18
2011-12-17
grep: enable threading with -p and -W using lazy attribute lookup
Thomas Rast
3
-33
/
+63
2011-12-16
lf_to_crlf_filter(): tell the caller we added "\n" when draining
Junio C Hamano
1
-5
/
+7
2011-12-16
pretty: give placeholders to reflog identity
Jeff King
5
-0
/
+48
2011-12-16
use custom rename score during --follow
Jeff King
1
-0
/
+1
2011-12-16
request-pull: update the "pull" command generation logic
Junio C Hamano
2
-9
/
+40
2011-12-15
t3502, t3510: clarify cherry-pick -m failure
Ramkumar Ramachandra
2
-2
/
+2
2011-12-15
t3510 (cherry-pick-sequencer): use exit status
Ramkumar Ramachandra
1
-29
/
+29
2011-12-15
revert: simplify getting commit subject in format_todo()
Ramkumar Ramachandra
1
-5
/
+5
2011-12-15
revert: tolerate extra spaces, tabs in insn sheet
Ramkumar Ramachandra
2
-6
/
+23
2011-12-15
revert: make commit subjects in insn sheet optional
Ramkumar Ramachandra
2
-21
/
+44
2011-12-15
revert: free msg in format_todo()
Ramkumar Ramachandra
1
-0
/
+1
2011-12-15
commit_tree(): refuse commit messages that contain NULs
Nguyễn Thái Ngọc Duy
2
-0
/
+9
2011-12-15
Convert commit_tree() to take strbuf as message
Nguyễn Thái Ngọc Duy
9
-15
/
+20
2011-12-15
merge: abort if fails to commit
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2011-12-15
test-lib: redirect stdin of tests
Jeff King
1
-1
/
+2
2011-12-15
checkout_merged(): squelch false warning from some gcc
Junio C Hamano
1
-1
/
+1
[next]