summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-fetch can use both --thin and --keep with fetch-pack nowNicolas Pitre2006-11-031-2/+2
* Teach receive-pack how to keep pack files based on object count.Shawn Pearce2006-11-034-21/+91
* Allow pack header preprocessing before unpack-objects/index-pack.Nicolas Pitre2006-11-032-0/+28
* Merge branch 'master' into np/index-packJunio C Hamano2006-11-0364-722/+1893
|\
| * gitweb: Better support for non-CSS aware web browsersJakub Narebski2006-11-021-3/+8
| * gitweb: Output also empty patches in "commitdiff" viewJakub Narebski2006-11-021-33/+26
| * Merge branch 'maint'Junio C Hamano2006-11-023-4/+4
| |\
| | * git-clone documentation didn't mention --origin as equivalent of -oAndy Parkins2006-11-021-0/+1
| | * Minor grammar fixes for git-diff-index.txtAndy Parkins2006-11-021-2/+2
| | * link_temp_to_file: call adjust_shared_perm() only when we created the directoryJohannes Schindelin2006-11-021-2/+1
| * | gitweb: Use git-for-each-ref to generate list of heads and/or tagsJakub Narebski2006-11-021-61/+92
| * | for-each-ref: "creator" and "creatordate" fieldsJunio C Hamano2006-11-021-0/+25
| * | Add --global option to git-repo-config.Sean2006-11-022-15/+29
| * | pack-refs: Store the full name of the ref even when packing only tags.Alexandre Julliard2006-11-021-3/+5
| * | Remove uneccessarily similar printf() from print_ref_list() in builtin-branchAndy Parkins2006-11-021-3/+5
| * | Merge branch 'maint'Junio C Hamano2006-11-012-4/+5
| |\ \ | | |/
| | * pack-objects doesn't create random pack namesNicolas Pitre2006-11-011-3/+2
| | * link_temp_to_file: don't leave the path truncated on adjust_shared_perm failureJunio C Hamano2006-10-311-1/+3
| * | branch: work in subdirectories.Junio C Hamano2006-11-011-1/+1
| * | gitweb: Use 's' regexp modifier to secure against filenames with LFJakub Narebski2006-11-011-2/+2
| * | gitweb: Secure against commit-ish/tree-ish with the same name as pathJakub Narebski2006-11-011-14/+22
| * | gitweb: esc_html() author in blameLuben Tuikov2006-11-011-1/+1
| * | Merge branch 'rs/cherry'Junio C Hamano2006-11-017-26/+139
| |\ \
| | * | Make git-cherry handle root treesRene Scharfe2006-10-264-24/+29
| | * | Built-in cherryRene Scharfe2006-10-235-93/+110
| * | | Merge branch 'jc/refs-and-fetch'Junio C Hamano2006-11-011-4/+4
| |\ \ \
| | * | | git-fetch: adjust to packed-refs.Junio C Hamano2006-10-011-4/+4
| | * | | Merge branch 'sb/fetch' into jc/refs-and-fetchJunio C Hamano2006-10-0122-255/+1202
| | |\ \ \
| * | \ \ \ Merge branch 'lj/refs'Junio C Hamano2006-11-0145-536/+1475
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'jc/reflog' into lj/refsJunio C Hamano2006-10-263-20/+32
| | |\ \ \ \ \
| | | * | | | | sha1_name.c: avoid compilation warnings.Junio C Hamano2006-10-231-1/+1
| | | * | | | | ref-log: allow ref@{count} syntax.Junio C Hamano2006-10-053-20/+32
| | * | | | | | Fix show-ref usagestringLars Hjemli2006-10-261-1/+1
| | * | | | | | t3200: git-branch testsuite updateJunio C Hamano2006-10-231-6/+3
| | * | | | | | Make git-branch a builtinLars Hjemli2006-10-235-132/+223
| | * | | | | | ref-log: fix D/F conflict coming from deleted refs.Junio C Hamano2006-10-192-2/+14
| | * | | | | | git-revert with conflicts to behave as git-merge with conflictsLuben Tuikov2006-10-152-3/+12
| | * | | | | | core.logallrefupdates thinko-fixJunio C Hamano2006-10-091-1/+1
| | * | | | | | git-pack-refs --allJunio C Hamano2006-10-082-10/+15
| | * | | | | | core.logallrefupdates create new log file only for branch heads.Junio C Hamano2006-10-082-7/+12
| | * | | | | | Remove bashism from t3210-pack-refs.shDennis Stosberg2006-10-061-1/+1
| | |/ / / / /
| | * | | | | pack-refs: call fflush before fsync.Junio C Hamano2006-10-041-0/+1
| | * | | | | pack-refs: use lockfile as everybody else does.Junio C Hamano2006-10-031-17/+4
| | * | | | | git-fetch: do not look into $GIT_DIR/refs to see if a tag exists.Junio C Hamano2006-10-031-1/+1
| | * | | | | Merge branch 'master' into lj/refsJunio C Hamano2006-10-0237-322/+3028
| | |\ \ \ \ \
| | | * | | | | lock_ref_sha1_basic does not remove empty directories on BSDDennis Stosberg2006-10-021-0/+6
| | * | | | | | Do not create tag leading directories since git update-ref does it.Christian Couder2006-10-011-3/+2
| | * | | | | | Check that a tag exists using show-ref instead of looking for the ref file.Christian Couder2006-10-011-1/+1
| | * | | | | | Use git-update-ref to delete a tag instead of rm()ing the ref file.Christian Couder2006-10-011-2/+4
| | * | | | | | Fix refs.c;:repack_without_ref() clean-up pathJunio C Hamano2006-10-011-1/+2