aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | git-pickaxe: allow "-L <something>,+N"Junio C Hamano2006-11-07
| * | | git-pickaxe: -L /regexp/,/regexp/Junio C Hamano2006-11-06
| * | | git-pickaxe: optimize by avoiding repeated read_sha1_file().Junio C Hamano2006-11-05
| * | | git-blame: add internal statistics to count read blobs.Junio C Hamano2006-11-05
| * | | git-pickaxe: fix origin refcountingJunio C Hamano2006-11-04
| * | | git-pickaxe: re-scan the blob after making progress with -CJunio C Hamano2006-11-04
| * | | git-pickaxe: re-scan the blob after making progress with -MJunio C Hamano2006-11-04
| * | | git-pickaxe: simplify Octopus merges furtherJunio C Hamano2006-11-04
| * | | git-pickaxe: rename detection optimizationJunio C Hamano2006-11-04
| * | | git-pickaxe: work properly in a subdirectory.Jeff King2006-11-02
| * | | Introduce a new revision set operator <rev>^!Junio C Hamano2006-10-31
| * | | git-pickaxe: cache one already found path per commit.Junio C Hamano2006-10-31
| * | | git-pickaxe: split find_origin() into find_rename() and find_origin().Junio C Hamano2006-10-30
| * | | git-pickaxe: tighten sanity checks.Junio C Hamano2006-10-30
| * | | git-pickaxe: refcount origin correctly in find_copy_in_parent()Junio C Hamano2006-10-29
| * | | git-pickaxe: allow -Ln,m as well as -L n,mJunio C Hamano2006-10-29
| * | | git-pickaxe: WIP to refcount origin structure.Junio C Hamano2006-10-29
| * | | git-pickaxe: swap comparison loop used for -CJunio C Hamano2006-10-21
| * | | git-pickaxe: get rid of wasteful find_origin().Junio C Hamano2006-10-21
| * | | git-pickaxe: do not confuse two origins that are the same.Junio C Hamano2006-10-21
| * | | git-pickaxe: do not keep commit buffer.Junio C Hamano2006-10-20
| * | | git-pickaxe: introduce heuristics to avoid "trivial" chunksJunio C Hamano2006-10-20
| * | | git-pickaxe: improve "best match" heuristicsJunio C Hamano2006-10-20
| * | | git-pickaxe: fix nth_line()Junio C Hamano2006-10-20
| * | | git-pickaxe: pagenate output by default.Junio C Hamano2006-10-20
| * | | git-pickaxe -C: blame cut-and-pasted lines.Junio C Hamano2006-10-20
| * | | git-pickaxe -M: blame line movements within a file.Junio C Hamano2006-10-20
| * | | git-pickaxe: blame rewritten.Junio C Hamano2006-10-19
* | | | git-pack-objects progress flag documentation and cleanupNicolas Pitre2006-11-07
* | | | Merge branch 'jc/read-tree'Junio C Hamano2006-11-07
|\ \ \ \
| * | | | t6022: ignoring untracked files by merge-recursive when they do not matterJunio C Hamano2006-10-27
| * | | | merge-recursive: adjust to loosened "working file clobbered" checkJunio C Hamano2006-10-27
| * | | | merge-recursive: make a few functions static.Junio C Hamano2006-10-27
| * | | | merge-recursive: use abbreviated commit object name.Junio C Hamano2006-10-27
| * | | | merge: loosen overcautious "working file will be lost" check.Junio C Hamano2006-10-27
* | | | | Merge branch 'np/index-pack'Junio C Hamano2006-11-07
|\ \ \ \ \
| * | | | | remove .keep pack lock files when done with refs updateNicolas Pitre2006-11-03
| * | | | | have index-pack create .keep file more carefullyNicolas Pitre2006-11-03
| * | | | | improve fetch-pack's handling of kept packsNicolas Pitre2006-11-03
| * | | | | git-fetch can use both --thin and --keep with fetch-pack nowNicolas Pitre2006-11-03
| * | | | | Teach receive-pack how to keep pack files based on object count.Shawn Pearce2006-11-03
| * | | | | Allow pack header preprocessing before unpack-objects/index-pack.Nicolas Pitre2006-11-03
| * | | | | Merge branch 'master' into np/index-packJunio C Hamano2006-11-03
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'sp/keep-pack' into np/index-packJunio C Hamano2006-11-02
| |\ \ \ \ \ \
| | * | | | | | Remove unused variable in receive-pack.Shawn Pearce2006-10-30
| | * | | | | | Teach git-index-pack how to keep a pack file.Shawn Pearce2006-10-29
| | * | | | | | Merge early part of branch 'np/index-pack' into sp/keep-packJunio C Hamano2006-10-29
| | |\ \ \ \ \ \
| | * | | | | | | Only repack active packs by skipping over kept packs.Shawn Pearce2006-10-29
| | * | | | | | | Allow short pack names to git-pack-objects --unpacked=.Shawn Pearce2006-10-29
| * | | | | | | | Revert "send-pack --keep: do not explode into loose objects on the receiving ...Junio C Hamano2006-10-30