index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
gitweb: Better git-unquoting and gitweb-quoting of pathnames
Jakub Narebski
2006-11-08
2
-19
/
+60
*
|
|
gitweb: minimally fix "fork" support.
Junio C Hamano
2006-11-08
1
-2
/
+20
*
|
|
gitweb: fix disabling of "forks"
Junio C Hamano
2006-11-08
1
-3
/
+5
*
|
|
GIT 1.4.3-rc1
v1.4.4-rc1
Junio C Hamano
2006-11-08
1
-1
/
+1
*
|
|
Merge branch 'maint'
Junio C Hamano
2006-11-08
1
-2
/
+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
remove an unneeded test
Tero Roponen
2006-11-08
1
-2
/
+0
*
|
|
Merge branch 'jc/pickaxe'
Junio C Hamano
2006-11-08
13
-4
/
+2093
|
\
\
\
|
*
|
|
git-pickaxe: allow "-L <something>,+N"
Junio C Hamano
2006-11-08
1
-0
/
+19
|
*
|
|
git-pickaxe: -L /regexp/,/regexp/
Junio C Hamano
2006-11-07
1
-13
/
+83
|
*
|
|
git-pickaxe: optimize by avoiding repeated read_sha1_file().
Junio C Hamano
2006-11-05
1
-38
/
+62
|
*
|
|
git-blame: add internal statistics to count read blobs.
Junio C Hamano
2006-11-05
1
-0
/
+3
|
*
|
|
git-pickaxe: fix origin refcounting
Junio C Hamano
2006-11-05
1
-19
/
+42
|
*
|
|
git-pickaxe: re-scan the blob after making progress with -C
Junio C Hamano
2006-11-05
1
-62
/
+103
|
*
|
|
git-pickaxe: re-scan the blob after making progress with -M
Junio C Hamano
2006-11-04
1
-9
/
+15
|
*
|
|
git-pickaxe: simplify Octopus merges further
Junio C Hamano
2006-11-04
1
-1
/
+11
|
*
|
|
git-pickaxe: rename detection optimization
Junio C Hamano
2006-11-04
3
-1
/
+7
|
*
|
|
git-pickaxe: work properly in a subdirectory.
Jeff King
2006-11-02
1
-4
/
+11
|
*
|
|
Introduce a new revision set operator <rev>^!
Junio C Hamano
2006-10-31
3
-3
/
+55
|
*
|
|
git-pickaxe: cache one already found path per commit.
Junio C Hamano
2006-10-31
1
-4
/
+20
|
*
|
|
git-pickaxe: split find_origin() into find_rename() and find_origin().
Junio C Hamano
2006-10-31
1
-25
/
+43
|
*
|
|
git-pickaxe: tighten sanity checks.
Junio C Hamano
2006-10-30
1
-5
/
+10
|
*
|
|
git-pickaxe: refcount origin correctly in find_copy_in_parent()
Junio C Hamano
2006-10-30
1
-0
/
+1
|
*
|
|
git-pickaxe: allow -Ln,m as well as -L n,m
Junio C Hamano
2006-10-30
1
-2
/
+8
|
*
|
|
git-pickaxe: WIP to refcount origin structure.
Junio C Hamano
2006-10-30
1
-21
/
+121
|
*
|
|
git-pickaxe: swap comparison loop used for -C
Junio C Hamano
2006-10-21
1
-41
/
+50
|
*
|
|
git-pickaxe: get rid of wasteful find_origin().
Junio C Hamano
2006-10-21
1
-37
/
+101
|
*
|
|
git-pickaxe: do not confuse two origins that are the same.
Junio C Hamano
2006-10-21
1
-20
/
+25
|
*
|
|
git-pickaxe: do not keep commit buffer.
Junio C Hamano
2006-10-21
1
-7
/
+19
|
*
|
|
git-pickaxe: introduce heuristics to avoid "trivial" chunks
Junio C Hamano
2006-10-21
1
-4
/
+32
|
*
|
|
git-pickaxe: improve "best match" heuristics
Junio C Hamano
2006-10-21
1
-23
/
+48
|
*
|
|
git-pickaxe: fix nth_line()
Junio C Hamano
2006-10-21
1
-0
/
+3
|
*
|
|
git-pickaxe: pagenate output by default.
Junio C Hamano
2006-10-21
1
-1
/
+1
|
*
|
|
git-pickaxe -C: blame cut-and-pasted lines.
Junio C Hamano
2006-10-20
2
-3
/
+102
|
*
|
|
git-pickaxe -M: blame line movements within a file.
Junio C Hamano
2006-10-20
2
-7
/
+130
|
*
|
|
git-pickaxe: blame rewritten.
Junio C Hamano
2006-10-20
8
-0
/
+1314
*
|
|
|
git-pack-objects progress flag documentation and cleanup
Nicolas Pitre
2006-11-08
2
-9
/
+27
*
|
|
|
Merge branch 'jc/read-tree'
Junio C Hamano
2006-11-08
5
-60
/
+244
|
\
\
\
\
|
*
|
|
|
t6022: ignoring untracked files by merge-recursive when they do not matter
Junio C Hamano
2006-10-28
1
-23
/
+142
|
*
|
|
|
merge-recursive: adjust to loosened "working file clobbered" check
Junio C Hamano
2006-10-28
1
-21
/
+20
|
*
|
|
|
merge-recursive: make a few functions static.
Junio C Hamano
2006-10-28
1
-12
/
+13
|
*
|
|
|
merge-recursive: use abbreviated commit object name.
Junio C Hamano
2006-10-28
1
-1
/
+1
|
*
|
|
|
merge: loosen overcautious "working file will be lost" check.
Junio C Hamano
2006-10-28
3
-4
/
+69
*
|
|
|
|
Merge branch 'np/index-pack'
Junio C Hamano
2006-11-08
13
-411
/
+824
|
\
\
\
\
\
|
*
|
|
|
|
remove .keep pack lock files when done with refs update
Nicolas Pitre
2006-11-03
4
-39
/
+116
|
*
|
|
|
|
have index-pack create .keep file more carefully
Nicolas Pitre
2006-11-03
1
-7
/
+10
|
*
|
|
|
|
improve fetch-pack's handling of kept packs
Nicolas Pitre
2006-11-03
5
-100
/
+106
|
*
|
|
|
|
git-fetch can use both --thin and --keep with fetch-pack now
Nicolas Pitre
2006-11-03
1
-2
/
+2
|
*
|
|
|
|
Teach receive-pack how to keep pack files based on object count.
Shawn Pearce
2006-11-03
4
-21
/
+91
|
*
|
|
|
|
Allow pack header preprocessing before unpack-objects/index-pack.
Nicolas Pitre
2006-11-03
2
-0
/
+28
|
*
|
|
|
|
Merge branch 'master' into np/index-pack
Junio C Hamano
2006-11-03
64
-722
/
+1893
|
|
\
\
\
\
\
[prev]
[next]