summaryrefslogtreecommitdiffstats
path: root/gitMergeCommon.py (unfollow)
Commit message (Expand)AuthorFilesLines
2006-09-22Fix git-update-index --againJohannes Schindelin1-3/+3
2006-09-21git-pack-refs --pruneJunio C Hamano1-9/+75
2006-09-21pack-refs: do not pack symbolic refs.Junio C Hamano1-1/+3
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano23-49/+75
2006-09-21Add callback data to for_each_ref() family.Junio C Hamano18-71/+79
2006-09-21symbolit-ref: fix resolve_ref conversion.Junio C Hamano1-1/+1
2006-09-20Fix broken sha1 lockingPetr Baudis1-2/+4
2006-09-18fsck-objects: adjust to resolve_ref() clean-up.Junio C Hamano1-6/+4
2006-09-18gitignore: git-pack-refs is a generated file.Jeff King1-0/+1
2006-09-18wt-status: use simplified resolve_ref to find current branchJeff King1-4/+2
2006-09-18Fix t1400-update-ref test minimallyJunio C Hamano1-5/+2
2006-09-18Enable the packed refs file formatLinus Torvalds3-22/+25
2006-09-18Make ref resolution sanerLinus Torvalds7-84/+74
2006-09-18Add support for negative refsLinus Torvalds1-0/+6
2006-09-18Start handling references internally as a sorted in-memory listLinus Torvalds5-54/+218
2006-09-18gitweb fix validating pg (page) parameterMatthias Lederhofer1-1/+1
2006-09-18git-repack(1): document --window and --depthJonas Fonseca1-1/+11
2006-09-18git-apply(1): document --unidiff-zeroJonas Fonseca1-0/+10
2006-09-17gitweb: fix warnings in PATH_INFO code and add export_ok/strict_exportMatthias Lederhofer1-13/+21
2006-09-17upload-archive: monitor child communication even more carefully.Franck Bui-Huu1-1/+2
2006-09-17gitweb: export optionsMatthias Lederhofer2-3/+24
2006-09-17gitweb: do not use 'No such directory' error messageMatthias Lederhofer1-7/+4
2006-09-17git-tar-tree: devolve git-tar-tree into a wrapper for git-archiveRene Scharfe1-72/+18
2006-09-17gitweb: fix uninitialized variable warning.Martin Waitz1-8/+8
2006-09-17gitweb: more support for PATH_INFO based URLsMartin Waitz1-7/+27
2006-09-17apply --unidiff-zero: loosen sanity checks for --unidiff=0 patchesJunio C Hamano3-34/+197
2006-09-16t1400: make test debuggable.Junio C Hamano1-43/+43
2006-09-16Add ftp:// protocol support for git-http-fetchJunio C Hamano1-1/+3
2006-09-16http-fetch.c: consolidate code to detect missing fetch targetJunio C Hamano1-8/+15
2006-09-16Fix git-am safety checksJunio C Hamano1-4/+19
2006-09-16Allow multiple "git_path()" usesLinus Torvalds1-1/+9
2006-09-16gitweb: Add link to "project_index" view to "project_list" pageJakub Narebski1-1/+10
2006-09-16gitweb: Allow for href() to be used for links without project paramJakub Narebski1-7/+10
2006-09-16Define fallback PATH_MAX on systems that do not define one in <limits.h>Junio C Hamano2-2/+8
2006-09-16Document git-grep -[Hh]Junio C Hamano1-1/+8
2006-09-15Fix duplicate xmalloc in builtin-addLiu Yubao1-1/+0
2006-09-15gitweb: Add git_project_index for generating index.auxJakub Narebski1-0/+25
2006-09-15gitweb: Do not parse refs by hand, use git-peek-remote insteadJakub Narebski1-22/+19
2006-09-15gitweb: Use File::Find::find in git_get_projects_listJakub Narebski1-10/+20
2006-09-14Handle invalid argc gentlyDmitry V. Levin3-3/+3
2006-09-14Add "-h/-H" parsing to "git grep"Linus Torvalds1-4/+11
2006-09-14Trivial support for cloning and fetching via ftp://.Sasha Khapyorsky3-4/+4
2006-09-14Documentation: Fix broken linksDmitry V. Levin3-3/+3
2006-09-14Make count-objects, describe and merge-tree work in subdirectoryDmitry V. Levin3-1/+5
2006-09-14wt-status: remove extraneous newline from 'deleted:' outputJeff King1-1/+1
2006-09-14git-archive: inline default_parse_extra()Rene Scharfe1-12/+2
2006-09-13unpack-objects -r: call it "recover".Junio C Hamano2-7/+7
2006-09-13Test return value of finish_connect()Franck Bui-Huu3-6/+6
2006-09-13http-fetch: fix alternates handling.v1.4.2.1Junio C Hamano1-5/+34
2006-09-13http-fetch: fix alternates handling.Junio C Hamano1-5/+34