index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t4013
/
diff.format-patch_--stdout_initial..master
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-10
Prepare for 1.7.6.6
Junio C Hamano
2
-1
/
+12
2012-01-10
Documentation: rerere's rr-cache auto-creation and rerere.enabled
Junio C Hamano
1
-1
/
+2
2012-01-10
attr.c: clarify the logic to pop attr_stack
Junio C Hamano
1
-1
/
+10
2012-01-10
attr.c: make bootstrap_attr_stack() leave early
Junio C Hamano
1
-30
/
+31
2012-01-10
attr: drop misguided defensive coding
Jeff King
1
-1
/
+1
2012-01-10
attr: don't confuse prefixes with leading directories
Jeff King
2
-1
/
+12
2012-01-06
Documentation: rerere.enabled is the primary way to configure rerere
Thomas Rast
1
-4
/
+4
2012-01-03
docs: describe behavior of relative submodule URLs
Jens Lehmann
1
-1
/
+6
2012-01-01
Documentation: read-tree --prefix works with existing subtrees
Clemens Buchacher
1
-5
/
+4
2011-12-29
Add MYMETA.json to perl/.gitignore
Jack Nagel
1
-0
/
+1
2011-12-13
Git 1.7.7.5
v1.7.7.5
Junio C Hamano
4
-3
/
+21
2011-12-13
Git 1.7.6.5
v1.7.6.5
Junio C Hamano
4
-3
/
+30
2011-12-13
blame: don't overflow time buffer
Jeff King
1
-1
/
+1
2011-12-09
fetch: create status table using strbuf
Jeff King
1
-38
/
+49
2011-12-09
am: don't persist keepcr flag
Martin von Zweigbergk
1
-7
/
+0
2011-12-09
mingw: give waitpid the correct signature
Erik Faye-Lund
2
-2
/
+2
2011-12-08
git symbolic-ref: documentation fix
Michael Haggerty
1
-6
/
+3
2011-12-05
stripspace: fix outdated comment
Jeff King
1
-2
/
+0
2011-12-05
Add MYMETA.yml to perl/.gitignore
Sebastian Morr
1
-0
/
+1
2011-11-28
checkout,merge: loosen overwriting untracked file check based on info/exclude
Nguyễn Thái Ngọc Duy
2
-2
/
+2
2011-11-21
documentation fix: git difftool uses diff tools, not merge tools.
Thomas Hochstein
1
-1
/
+1
2011-11-18
Git 1.7.7.4
v1.7.7.4
Junio C Hamano
3
-2
/
+16
2011-11-18
Makefile: add missing header file dependencies
Jonathan Nieder
1
-2
/
+3
2011-11-17
notes merge: eliminate OUTPUT macro
Jonathan Nieder
1
-43
/
+61
2011-11-16
mailmap: xcalloc mailmap_info
Marc-André Lureau
1
-3
/
+2
2011-11-15
name-rev --all: do not even attempt to describe non-commit object
Junio C Hamano
1
-1
/
+1
2011-11-08
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-06
cast variable in call to free() in builtin/diff.c and submodule.c
Ævar Arnfjörð Bjarmason
2
-2
/
+2
2011-11-06
apply: get rid of useless x < 0 comparison on a size_t type
Ævar Arnfjörð Bjarmason
1
-3
/
+0
2011-11-01
Git 1.7.7.2
v1.7.7.2
Junio C Hamano
2
-1
/
+45
2011-10-31
t7511: avoid use of reserved filename on Windows.
Pat Thoyts
1
-1
/
+1
2011-10-27
clone: Quote user supplied path in a single quote pair
Richard Hartmann
1
-2
/
+2
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-23
Reindent closing bracket using tab instead of spaces
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2011-10-23
Git 1.7.7.1
v1.7.7.1
Junio C Hamano
2
-2
/
+3
2011-10-23
RelNotes/1.7.7.1: setgid bit patch is about fixing "git init" via Makefile se...
Jonathan Nieder
1
-2
/
+3
2011-10-21
gitweb: fix regression when filtering out forks
Julien Muchembled
1
-1
/
+1
2011-10-21
Almost ready for 1.7.7.1
Junio C Hamano
1
-0
/
+20
2011-10-20
pack-objects: don't traverse objects unnecessarily
Dan McGee
1
-6
/
+12
2011-10-18
strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline()
Brandon Casey
1
-1
/
+0
2011-10-18
pack-objects: rewrite add_descendants_to_write_order() iteratively
Dan McGee
1
-7
/
+37
2011-10-18
pack-objects: use unsigned int for counter and offset values
Dan McGee
1
-6
/
+6
2011-10-18
pack-objects: mark add_to_write_order() as inline
Dan McGee
1
-1
/
+1
2011-10-15
fetch: treat --tags like refs/tags/*:refs/tags/* when pruning
Carlos Martín Nieto
2
-4
/
+23
2011-10-15
fetch: honor the user-provided refspecs when pruning refs
Carlos Martín Nieto
5
-20
/
+36
2011-10-15
remote: separate out the remote_find_tracking logic into query_refspecs
Carlos Martín Nieto
1
-36
/
+33
2011-10-15
Prepare for 1.7.7.1
Junio C Hamano
2
-1
/
+40
[next]