summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-21Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refsJunio C Hamano
2006-09-21git-pack-refs --pruneJunio C Hamano
2006-09-21pack-refs: do not pack symbolic refs.Junio C Hamano
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-21Add callback data to for_each_ref() family.Junio C Hamano
2006-09-21symbolit-ref: fix resolve_ref conversion.Junio C Hamano
2006-09-20Fix show-ref usage for --dereference.Christian Couder
2006-09-20Document git-show-ref [-s|--hash] option.Christian Couder
2006-09-20Fix broken sha1 lockingPetr Baudis
2006-09-18Add man page for git-show-refJonas Fonseca
2006-09-18fsck-objects: adjust to resolve_ref() clean-up.Junio C Hamano
2006-09-18gitignore: git-show-ref is a generated file.Jeff King
2006-09-18gitignore: git-pack-refs is a generated file.Jeff King
2006-09-18wt-status: use simplified resolve_ref to find current branchJeff King
2006-09-18Fix t1400-update-ref test minimallyJunio C Hamano
2006-09-18Enable the packed refs file formatLinus Torvalds
2006-09-18Make ref resolution sanerLinus Torvalds
2006-09-18Add support for negative refsLinus Torvalds
2006-09-18Start handling references internally as a sorted in-memory listLinus Torvalds
2006-09-18Merge branch 'sk/ftp'Junio C Hamano
2006-09-18Merge part of branch 'jc/upload-pack'Junio C Hamano
2006-09-18Merge branch 'jc/pack'Junio C Hamano
2006-09-18Merge branch 'jc/am'Junio C Hamano
2006-09-18Merge branch 'jk/diff'Junio C Hamano
2006-09-17gitweb fix validating pg (page) parameterMatthias Lederhofer
2006-09-17git-repack(1): document --window and --depthJonas Fonseca
2006-09-17git-apply(1): document --unidiff-zeroJonas Fonseca
2006-09-17gitweb: fix warnings in PATH_INFO code and add export_ok/strict_exportMatthias Lederhofer
2006-09-17upload-archive: monitor child communication even more carefully.Franck Bui-Huu
2006-09-17Merge branch 'jc/archive'Junio C Hamano
2006-09-17Use Linus' show ref in "git-branch.sh".Christian Couder
2006-09-17Add [-s|--hash] option to Linus' show-ref.Christian Couder
2006-09-17gitweb: export optionsMatthias Lederhofer
2006-09-17gitweb: do not use 'No such directory' error messageMatthias Lederhofer
2006-09-17git-tar-tree: devolve git-tar-tree into a wrapper for git-archiveRene Scharfe
2006-09-17gitweb: fix uninitialized variable warning.Martin Waitz
2006-09-17gitweb: more support for PATH_INFO based URLsMartin Waitz
2006-09-17apply --unidiff-zero: loosen sanity checks for --unidiff=0 patchesJunio C Hamano
2006-09-16t1400: make test debuggable.Junio C Hamano
2006-09-16Add ftp:// protocol support for git-http-fetchJunio C Hamano
2006-09-16http-fetch.c: consolidate code to detect missing fetch targetJunio C Hamano
2006-09-16Teach "git checkout" to use git-show-refLinus Torvalds
2006-09-16Add "git show-ref" builtin commandLinus Torvalds
2006-09-16Fix git-am safety checksJunio C Hamano
2006-09-16Allow multiple "git_path()" usesLinus Torvalds
2006-09-16gitweb: Add link to "project_index" view to "project_list" pageJakub Narebski
2006-09-16gitweb: Allow for href() to be used for links without project paramJakub Narebski
2006-09-16Define fallback PATH_MAX on systems that do not define one in <limits.h>Junio C Hamano
2006-09-16Document git-grep -[Hh]Junio C Hamano
2006-09-15Fix duplicate xmalloc in builtin-addLiu Yubao